We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903089b commit 63e290dCopy full SHA for 63e290d
1 file changed
src/Constants.php
@@ -75,7 +75,7 @@ class Constants extends \SimpleSAML\XML\Constants
75
76
public const string BLOCK_ENC_AES192_GCM = 'http://www.w3.org/2009/xmlenc11#aes192-gcm';
77
78
- public const string BLOCK_ENC_AES256_GCM = 'http://www.w3.org/2009xmlenc11#aes256-gcm';
+ public const string BLOCK_ENC_AES256_GCM = 'http://www.w3.org/2009/xmlenc11#aes256-gcm';
79
80
/**
81
* Key transport algorithms
0 commit comments