@@ -217,17 +217,6 @@ class Constants extends \SimpleSAML\XML\Constants
217217 self ::BLOCK_ENC_AES256_GCM => 16 ,
218218 ];
219219
220- /** @var array<string, positive-int> */
221- public static array $ BLOCK_CIPHER_KEY_SIZES = [
222- self ::BLOCK_ENC_3DES => 24 ,
223- self ::BLOCK_ENC_AES128 => 16 ,
224- self ::BLOCK_ENC_AES192 => 24 ,
225- self ::BLOCK_ENC_AES256 => 32 ,
226- self ::BLOCK_ENC_AES128_GCM => 16 ,
227- self ::BLOCK_ENC_AES192_GCM => 24 ,
228- self ::BLOCK_ENC_AES256_GCM => 32 ,
229- ];
230-
231220 /** @var array<string, string> */
232221 public static array $ RSA_DIGESTS = [
233222 self ::SIG_RSA_SHA1 => self ::DIGEST_SHA1 ,
@@ -261,7 +250,7 @@ class Constants extends \SimpleSAML\XML\Constants
261250 self ::C14N_INCLUSIVE_WITHOUT_COMMENTS ,
262251 self ::C14N_EXCLUSIVE_WITH_COMMENTS ,
263252 self ::C14N_EXCLUSIVE_WITHOUT_COMMENTS ,
264- // self::C14N11_INCLUSIVE_WITH_COMMENTS,
265- // self::C14N11_INCLUSIVE_WITHOUT_COMMENTS,
253+ self ::C14N11_INCLUSIVE_WITH_COMMENTS ,
254+ self ::C14N11_INCLUSIVE_WITHOUT_COMMENTS ,
266255 ];
267256}
0 commit comments