KeyAlgorithmCheckerTest

53

tests

0

failures

0

ignored

0.076s

duration

100%

successful

Tests

Test Duration Result
test_getHashSizeFromAlgorithm_algStringWithShortHashSize 0.001s passed
test_getHashSizeFromAlgorithm_algTypeNotValid 0s passed
test_getHashSizeFromAlgorithm_emptyAlgString 0s passed
test_getHashSizeFromAlgorithm_largeValidHashSize 0.001s passed
test_getHashSizeFromAlgorithm_randomAlgString 0s passed
test_getHashSizeFromAlgorithm_smallValidHashSize 0s passed
test_isESAlgorithm_ES10240 0s passed
test_isESAlgorithm_ES256 0.001s passed
test_isESAlgorithm_emptyString 0.001s passed
test_isESAlgorithm_nullAlgorithm 0s passed
test_isESAlgorithm_superStringPrefix 0s passed
test_isESAlgorithm_superStringSuffix 0s passed
test_isHSAlgorithm_HS10240 0.001s passed
test_isHSAlgorithm_HS256 0.001s passed
test_isHSAlgorithm_emptyString 0s passed
test_isHSAlgorithm_nullAlgorithm 0.003s passed
test_isHSAlgorithm_superStringPrefix 0s passed
test_isHSAlgorithm_superStringSuffix 0s passed
test_isPrivateKeyValidType_ecAlgorithm_ecKey 0.002s passed
test_isPrivateKeyValidType_ecAlgorithm_nonEcKey 0.001s passed
test_isPrivateKeyValidType_nullAlgorithm 0s passed
test_isPrivateKeyValidType_nullKey 0.001s passed
test_isPrivateKeyValidType_rsaAlgorithm_nonRsaKey 0.004s passed
test_isPrivateKeyValidType_rsaAlgorithm_rsaKey 0.005s passed
test_isPrivateKeyValidType_unknownAlgorithm 0s passed
test_isPublicKeyValidType_ecAlgorithm_ecKey 0.012s passed
test_isPublicKeyValidType_ecAlgorithm_nonEcKey 0.001s passed
test_isPublicKeyValidType_nullAlgorithm 0s passed
test_isPublicKeyValidType_nullKey 0s passed
test_isPublicKeyValidType_rsaAlgorithm_nonRsaKey 0.013s passed
test_isPublicKeyValidType_rsaAlgorithm_rsaKey 0.005s passed
test_isPublicKeyValidType_unknownAlgorithm 0s passed
test_isRSAlgorithm_RS10240 0.002s passed
test_isRSAlgorithm_RS256 0.001s passed
test_isRSAlgorithm_emptyString 0.001s passed
test_isRSAlgorithm_nullAlgorithm 0s passed
test_isRSAlgorithm_superStringPrefix 0s passed
test_isRSAlgorithm_superStringSuffix 0s passed
test_isValidECKeyParameters_ES256_correctFieldSize 0.001s passed
test_isValidECKeyParameters_ES256_wrongFieldSize 0.004s passed
test_isValidECKeyParameters_ES512_correctFieldSize 0.001s passed
test_isValidECPrivateKey_ES256_nonECKey 0s passed
test_isValidECPrivateKey_ES256_publicKey 0s passed
test_isValidECPrivateKey_ES384 0.001s passed
test_isValidECPublicKey_ES256_nonECKey 0.001s passed
test_isValidECPublicKey_ES256_publicKey 0s passed
test_isValidECPublicKey_ES512 0.001s passed
test_isValidRSAPrivateKey_genericPrivateKey 0.004s passed
test_isValidRSAPrivateKey_nonRsaAlgorithm 0.001s passed
test_isValidRSAPrivateKey_rsaPrivateKey 0s passed
test_isValidRSAPublicKey_genericPublicKey 0.003s passed
test_isValidRSAPublicKey_nonRsaAlgorithm 0.001s passed
test_isValidRSAPublicKey_rsaPublicKey 0.001s passed

Standard output

    TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d0dc6ae0
[WARNING ] CWWKS6104W: The configuration attribute [requiredAttribute] that is required is missing or empty and a default value is not provided. Verify that the attribute is configured, that it is not empty, and that it does not consist of only white space characters.
[WARNING ] CWWKS6104W: The configuration attribute [requiredAttribute] that is required is missing or empty and a default value is not provided. Verify that the attribute is configured, that it is not empty, and that it does not consist of only white space characters.
[WARNING ] CWWKS6104W: The configuration attribute [requiredAttribute] that is required is missing or empty and a default value is not provided. Verify that the attribute is configured, that it is not empty, and that it does not consist of only white space characters.
[WARNING ] CWWKS6104W: The configuration attribute [requiredAttribute] that is required is missing or empty and a default value is not provided. Verify that the attribute is configured, that it is not empty, and that it does not consist of only white space characters.
[WARNING ] CWWKS6105W: The required configuration attribute [requiredAttribute] is either missing or empty in the configuration [someConfigId] and a default value is not provided. Verify that the attribute is configured, that it is not empty, and that it does not consist of only white space characters.
[WARNING ] CWWKS6104W: The configuration attribute [requiredAttribute] that is required is missing or empty and a default value is not provided. Verify that the attribute is configured, that it is not empty, and that it does not consist of only white space characters.
[WARNING ] CWWKS6104W: The configuration attribute [requiredAttribute] that is required is missing or empty and a default value is not provided. Verify that the attribute is configured, that it is not empty, and that it does not consist of only white space characters.
[WARNING ] CWWKS6105W: The required configuration attribute [requiredAttribute] is either missing or empty in the configuration [someConfigId] and a default value is not provided. Verify that the attribute is configured, that it is not empty, and that it does not consist of only white space characters.
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d0dc6ae0
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d0dc6ae0
    TrConfigZapper.zapTrConfig : finished invoke init()
SharedOutputManager captured the following: 
-- System.out -------------------------------------------------
Entering test: test_isHSAlgorithm_nullAlgorithm
Exiting test: test_isHSAlgorithm_nullAlgorithm
Entering test: test_isHSAlgorithm_emptyString
Exiting test: test_isHSAlgorithm_emptyString
Entering test: test_isHSAlgorithm_superStringPrefix
Exiting test: test_isHSAlgorithm_superStringPrefix
Entering test: test_isHSAlgorithm_superStringSuffix
Exiting test: test_isHSAlgorithm_superStringSuffix
Entering test: test_isHSAlgorithm_HS256
Exiting test: test_isHSAlgorithm_HS256
Entering test: test_isHSAlgorithm_HS10240
Exiting test: test_isHSAlgorithm_HS10240
Entering test: test_isPublicKeyValidType_nullKey
Exiting test: test_isPublicKeyValidType_nullKey
Entering test: test_isPublicKeyValidType_nullAlgorithm
Exiting test: test_isPublicKeyValidType_nullAlgorithm
Entering test: test_isPublicKeyValidType_rsaAlgorithm_nonRsaKey
Exiting test: test_isPublicKeyValidType_rsaAlgorithm_nonRsaKey
Entering test: test_isPublicKeyValidType_rsaAlgorithm_rsaKey
Exiting test: test_isPublicKeyValidType_rsaAlgorithm_rsaKey
Entering test: test_isPublicKeyValidType_ecAlgorithm_nonEcKey
Exiting test: test_isPublicKeyValidType_ecAlgorithm_nonEcKey
Entering test: test_isPublicKeyValidType_ecAlgorithm_ecKey
Exiting test: test_isPublicKeyValidType_ecAlgorithm_ecKey
Entering test: test_isPublicKeyValidType_unknownAlgorithm
Exiting test: test_isPublicKeyValidType_unknownAlgorithm
Entering test: test_isValidRSAPublicKey_nonRsaAlgorithm
Exiting test: test_isValidRSAPublicKey_nonRsaAlgorithm
Entering test: test_isValidRSAPublicKey_genericPublicKey
Exiting test: test_isValidRSAPublicKey_genericPublicKey
Entering test: test_isValidRSAPublicKey_rsaPublicKey
Exiting test: test_isValidRSAPublicKey_rsaPublicKey
Entering test: test_isValidECPublicKey_ES256_nonECKey
Exiting test: test_isValidECPublicKey_ES256_nonECKey
Entering test: test_isValidECPublicKey_ES256_publicKey
Exiting test: test_isValidECPublicKey_ES256_publicKey
Entering test: test_isValidECPublicKey_ES512
Exiting test: test_isValidECPublicKey_ES512
Entering test: test_isPrivateKeyValidType_nullKey
Exiting test: test_isPrivateKeyValidType_nullKey
Entering test: test_isPrivateKeyValidType_nullAlgorithm
Exiting test: test_isPrivateKeyValidType_nullAlgorithm
Entering test: test_isPrivateKeyValidType_rsaAlgorithm_nonRsaKey
Exiting test: test_isPrivateKeyValidType_rsaAlgorithm_nonRsaKey
Entering test: test_isPrivateKeyValidType_rsaAlgorithm_rsaKey
Exiting test: test_isPrivateKeyValidType_rsaAlgorithm_rsaKey
Entering test: test_isPrivateKeyValidType_ecAlgorithm_nonEcKey
Exiting test: test_isPrivateKeyValidType_ecAlgorithm_nonEcKey
Entering test: test_isPrivateKeyValidType_ecAlgorithm_ecKey
Exiting test: test_isPrivateKeyValidType_ecAlgorithm_ecKey
Entering test: test_isPrivateKeyValidType_unknownAlgorithm
Exiting test: test_isPrivateKeyValidType_unknownAlgorithm
Entering test: test_isRSAlgorithm_nullAlgorithm
Exiting test: test_isRSAlgorithm_nullAlgorithm
Entering test: test_isRSAlgorithm_emptyString
Exiting test: test_isRSAlgorithm_emptyString
Entering test: test_isRSAlgorithm_superStringPrefix
Exiting test: test_isRSAlgorithm_superStringPrefix
Entering test: test_isRSAlgorithm_superStringSuffix
Exiting test: test_isRSAlgorithm_superStringSuffix
Entering test: test_isRSAlgorithm_RS256
Exiting test: test_isRSAlgorithm_RS256
Entering test: test_isRSAlgorithm_RS10240
Exiting test: test_isRSAlgorithm_RS10240
Entering test: test_isValidRSAPrivateKey_nonRsaAlgorithm
Exiting test: test_isValidRSAPrivateKey_nonRsaAlgorithm
Entering test: test_isValidRSAPrivateKey_genericPrivateKey
Exiting test: test_isValidRSAPrivateKey_genericPrivateKey
Entering test: test_isValidRSAPrivateKey_rsaPrivateKey
Exiting test: test_isValidRSAPrivateKey_rsaPrivateKey
Entering test: test_isESAlgorithm_nullAlgorithm
Exiting test: test_isESAlgorithm_nullAlgorithm
Entering test: test_isESAlgorithm_emptyString
Exiting test: test_isESAlgorithm_emptyString
Entering test: test_isESAlgorithm_superStringPrefix
Exiting test: test_isESAlgorithm_superStringPrefix
Entering test: test_isESAlgorithm_superStringSuffix
Exiting test: test_isESAlgorithm_superStringSuffix
Entering test: test_isESAlgorithm_ES256
Exiting test: test_isESAlgorithm_ES256
Entering test: test_isESAlgorithm_ES10240
Exiting test: test_isESAlgorithm_ES10240
Entering test: test_isValidECPrivateKey_ES256_nonECKey
Exiting test: test_isValidECPrivateKey_ES256_nonECKey
Entering test: test_isValidECPrivateKey_ES256_publicKey
Exiting test: test_isValidECPrivateKey_ES256_publicKey
Entering test: test_isValidECPrivateKey_ES384
Exiting test: test_isValidECPrivateKey_ES384
Entering test: test_isValidECKeyParameters_ES256_wrongFieldSize
Exiting test: test_isValidECKeyParameters_ES256_wrongFieldSize
Entering test: test_isValidECKeyParameters_ES256_correctFieldSize
Exiting test: test_isValidECKeyParameters_ES256_correctFieldSize
Entering test: test_isValidECKeyParameters_ES512_correctFieldSize
Exiting test: test_isValidECKeyParameters_ES512_correctFieldSize
Entering test: test_getHashSizeFromAlgorithm_emptyAlgString
Exiting test: test_getHashSizeFromAlgorithm_emptyAlgString
Entering test: test_getHashSizeFromAlgorithm_randomAlgString
Exiting test: test_getHashSizeFromAlgorithm_randomAlgString
Entering test: test_getHashSizeFromAlgorithm_algStringWithShortHashSize
Exiting test: test_getHashSizeFromAlgorithm_algStringWithShortHashSize
Entering test: test_getHashSizeFromAlgorithm_algTypeNotValid
Exiting test: test_getHashSizeFromAlgorithm_algTypeNotValid
Entering test: test_getHashSizeFromAlgorithm_smallValidHashSize
Exiting test: test_getHashSizeFromAlgorithm_smallValidHashSize
Entering test: test_getHashSizeFromAlgorithm_largeValidHashSize
Exiting test: test_getHashSizeFromAlgorithm_largeValidHashSize

-- System.err -------------------------------------------------
-- Messages -------------------------------------------------
[10/15/25, 14:55:10:269 UTC] 00000001 SystemOut                                                    O Entering test: test_isHSAlgorithm_nullAlgorithm
[10/15/25, 14:55:10:271 UTC] 00000001 SystemOut                                                    O Exiting test: test_isHSAlgorithm_nullAlgorithm
[10/15/25, 14:55:10:272 UTC] 00000001 SystemOut                                                    O Entering test: test_isHSAlgorithm_emptyString
[10/15/25, 14:55:10:272 UTC] 00000001 SystemOut                                                    O Exiting test: test_isHSAlgorithm_emptyString
[10/15/25, 14:55:10:273 UTC] 00000001 SystemOut                                                    O Entering test: test_isHSAlgorithm_superStringPrefix
[10/15/25, 14:55:10:273 UTC] 00000001 SystemOut                                                    O Exiting test: test_isHSAlgorithm_superStringPrefix
[10/15/25, 14:55:10:274 UTC] 00000001 SystemOut                                                    O Entering test: test_isHSAlgorithm_superStringSuffix
[10/15/25, 14:55:10:274 UTC] 00000001 SystemOut                                                    O Exiting test: test_isHSAlgorithm_superStringSuffix
[10/15/25, 14:55:10:274 UTC] 00000001 SystemOut                                                    O Entering test: test_isHSAlgorithm_HS256
[10/15/25, 14:55:10:274 UTC] 00000001 SystemOut                                                    O Exiting test: test_isHSAlgorithm_HS256
[10/15/25, 14:55:10:275 UTC] 00000001 SystemOut                                                    O Entering test: test_isHSAlgorithm_HS10240
[10/15/25, 14:55:10:275 UTC] 00000001 SystemOut                                                    O Exiting test: test_isHSAlgorithm_HS10240
[10/15/25, 14:55:10:276 UTC] 00000001 SystemOut                                                    O Entering test: test_isPublicKeyValidType_nullKey
[10/15/25, 14:55:10:276 UTC] 00000001 SystemOut                                                    O Exiting test: test_isPublicKeyValidType_nullKey
[10/15/25, 14:55:10:277 UTC] 00000001 SystemOut                                                    O Entering test: test_isPublicKeyValidType_nullAlgorithm
[10/15/25, 14:55:10:277 UTC] 00000001 SystemOut                                                    O Exiting test: test_isPublicKeyValidType_nullAlgorithm
[10/15/25, 14:55:10:277 UTC] 00000001 SystemOut                                                    O Entering test: test_isPublicKeyValidType_rsaAlgorithm_nonRsaKey
[10/15/25, 14:55:10:289 UTC] 00000001 SystemOut                                                    O Exiting test: test_isPublicKeyValidType_rsaAlgorithm_nonRsaKey
[10/15/25, 14:55:10:290 UTC] 00000001 SystemOut                                                    O Entering test: test_isPublicKeyValidType_rsaAlgorithm_rsaKey
[10/15/25, 14:55:10:295 UTC] 00000001 SystemOut                                                    O Exiting test: test_isPublicKeyValidType_rsaAlgorithm_rsaKey
[10/15/25, 14:55:10:295 UTC] 00000001 SystemOut                                                    O Entering test: test_isPublicKeyValidType_ecAlgorithm_nonEcKey
[10/15/25, 14:55:10:296 UTC] 00000001 SystemOut                                                    O Exiting test: test_isPublicKeyValidType_ecAlgorithm_nonEcKey
[10/15/25, 14:55:10:297 UTC] 00000001 SystemOut                                                    O Entering test: test_isPublicKeyValidType_ecAlgorithm_ecKey
[10/15/25, 14:55:10:309 UTC] 00000001 SystemOut                                                    O Exiting test: test_isPublicKeyValidType_ecAlgorithm_ecKey
[10/15/25, 14:55:10:310 UTC] 00000001 SystemOut                                                    O Entering test: test_isPublicKeyValidType_unknownAlgorithm
[10/15/25, 14:55:10:310 UTC] 00000001 SystemOut                                                    O Exiting test: test_isPublicKeyValidType_unknownAlgorithm
[10/15/25, 14:55:10:310 UTC] 00000001 SystemOut                                                    O Entering test: test_isValidRSAPublicKey_nonRsaAlgorithm
[10/15/25, 14:55:10:311 UTC] 00000001 SystemOut                                                    O Exiting test: test_isValidRSAPublicKey_nonRsaAlgorithm
[10/15/25, 14:55:10:311 UTC] 00000001 SystemOut                                                    O Entering test: test_isValidRSAPublicKey_genericPublicKey
[10/15/25, 14:55:10:315 UTC] 00000001 SystemOut                                                    O Exiting test: test_isValidRSAPublicKey_genericPublicKey
[10/15/25, 14:55:10:316 UTC] 00000001 SystemOut                                                    O Entering test: test_isValidRSAPublicKey_rsaPublicKey
[10/15/25, 14:55:10:317 UTC] 00000001 SystemOut                                                    O Exiting test: test_isValidRSAPublicKey_rsaPublicKey
[10/15/25, 14:55:10:317 UTC] 00000001 SystemOut                                                    O Entering test: test_isValidECPublicKey_ES256_nonECKey
[10/15/25, 14:55:10:318 UTC] 00000001 SystemOut                                                    O Exiting test: test_isValidECPublicKey_ES256_nonECKey
[10/15/25, 14:55:10:319 UTC] 00000001 SystemOut                                                    O Entering test: test_isValidECPublicKey_ES256_publicKey
[10/15/25, 14:55:10:319 UTC] 00000001 SystemOut                                                    O Exiting test: test_isValidECPublicKey_ES256_publicKey
[10/15/25, 14:55:10:320 UTC] 00000001 SystemOut                                                    O Entering test: test_isValidECPublicKey_ES512
[10/15/25, 14:55:10:321 UTC] 00000001 SystemOut                                                    O Exiting test: test_isValidECPublicKey_ES512
[10/15/25, 14:55:10:321 UTC] 00000001 SystemOut                                                    O Entering test: test_isPrivateKeyValidType_nullKey
[10/15/25, 14:55:10:321 UTC] 00000001 SystemOut                                                    O Exiting test: test_isPrivateKeyValidType_nullKey
[10/15/25, 14:55:10:322 UTC] 00000001 SystemOut                                                    O Entering test: test_isPrivateKeyValidType_nullAlgorithm
[10/15/25, 14:55:10:322 UTC] 00000001 SystemOut                                                    O Exiting test: test_isPrivateKeyValidType_nullAlgorithm
[10/15/25, 14:55:10:323 UTC] 00000001 SystemOut                                                    O Entering test: test_isPrivateKeyValidType_rsaAlgorithm_nonRsaKey
[10/15/25, 14:55:10:327 UTC] 00000001 SystemOut                                                    O Exiting test: test_isPrivateKeyValidType_rsaAlgorithm_nonRsaKey
[10/15/25, 14:55:10:328 UTC] 00000001 SystemOut                                                    O Entering test: test_isPrivateKeyValidType_rsaAlgorithm_rsaKey
[10/15/25, 14:55:10:333 UTC] 00000001 SystemOut                                                    O Exiting test: test_isPrivateKeyValidType_rsaAlgorithm_rsaKey
[10/15/25, 14:55:10:333 UTC] 00000001 SystemOut                                                    O Entering test: test_isPrivateKeyValidType_ecAlgorithm_nonEcKey
[10/15/25, 14:55:10:334 UTC] 00000001 SystemOut                                                    O Exiting test: test_isPrivateKeyValidType_ecAlgorithm_nonEcKey
[10/15/25, 14:55:10:334 UTC] 00000001 SystemOut                                                    O Entering test: test_isPrivateKeyValidType_ecAlgorithm_ecKey
[10/15/25, 14:55:10:335 UTC] 00000001 SystemOut                                                    O Exiting test: test_isPrivateKeyValidType_ecAlgorithm_ecKey
[10/15/25, 14:55:10:336 UTC] 00000001 SystemOut                                                    O Entering test: test_isPrivateKeyValidType_unknownAlgorithm
[10/15/25, 14:55:10:336 UTC] 00000001 SystemOut                                                    O Exiting test: test_isPrivateKeyValidType_unknownAlgorithm
[10/15/25, 14:55:10:337 UTC] 00000001 SystemOut                                                    O Entering test: test_isRSAlgorithm_nullAlgorithm
[10/15/25, 14:55:10:337 UTC] 00000001 SystemOut                                                    O Exiting test: test_isRSAlgorithm_nullAlgorithm
[10/15/25, 14:55:10:337 UTC] 00000001 SystemOut                                                    O Entering test: test_isRSAlgorithm_emptyString
[10/15/25, 14:55:10:338 UTC] 00000001 SystemOut                                                    O Exiting test: test_isRSAlgorithm_emptyString
[10/15/25, 14:55:10:338 UTC] 00000001 SystemOut                                                    O Entering test: test_isRSAlgorithm_superStringPrefix
[10/15/25, 14:55:10:338 UTC] 00000001 SystemOut                                                    O Exiting test: test_isRSAlgorithm_superStringPrefix
[10/15/25, 14:55:10:339 UTC] 00000001 SystemOut                                                    O Entering test: test_isRSAlgorithm_superStringSuffix
[10/15/25, 14:55:10:339 UTC] 00000001 SystemOut                                                    O Exiting test: test_isRSAlgorithm_superStringSuffix
[10/15/25, 14:55:10:339 UTC] 00000001 SystemOut                                                    O Entering test: test_isRSAlgorithm_RS256
[10/15/25, 14:55:10:340 UTC] 00000001 SystemOut                                                    O Exiting test: test_isRSAlgorithm_RS256
[10/15/25, 14:55:10:340 UTC] 00000001 SystemOut                                                    O Entering test: test_isRSAlgorithm_RS10240
[10/15/25, 14:55:10:342 UTC] 00000001 SystemOut                                                    O Exiting test: test_isRSAlgorithm_RS10240
[10/15/25, 14:55:10:342 UTC] 00000001 SystemOut                                                    O Entering test: test_isValidRSAPrivateKey_nonRsaAlgorithm
[10/15/25, 14:55:10:343 UTC] 00000001 SystemOut                                                    O Exiting test: test_isValidRSAPrivateKey_nonRsaAlgorithm
[10/15/25, 14:55:10:344 UTC] 00000001 SystemOut                                                    O Entering test: test_isValidRSAPrivateKey_genericPrivateKey
[10/15/25, 14:55:10:348 UTC] 00000001 SystemOut                                                    O Exiting test: test_isValidRSAPrivateKey_genericPrivateKey
[10/15/25, 14:55:10:348 UTC] 00000001 SystemOut                                                    O Entering test: test_isValidRSAPrivateKey_rsaPrivateKey
[10/15/25, 14:55:10:349 UTC] 00000001 SystemOut                                                    O Exiting test: test_isValidRSAPrivateKey_rsaPrivateKey
[10/15/25, 14:55:10:350 UTC] 00000001 SystemOut                                                    O Entering test: test_isESAlgorithm_nullAlgorithm
[10/15/25, 14:55:10:350 UTC] 00000001 SystemOut                                                    O Exiting test: test_isESAlgorithm_nullAlgorithm
[10/15/25, 14:55:10:350 UTC] 00000001 SystemOut                                                    O Entering test: test_isESAlgorithm_emptyString
[10/15/25, 14:55:10:350 UTC] 00000001 SystemOut                                                    O Exiting test: test_isESAlgorithm_emptyString
[10/15/25, 14:55:10:351 UTC] 00000001 SystemOut                                                    O Entering test: test_isESAlgorithm_superStringPrefix
[10/15/25, 14:55:10:351 UTC] 00000001 SystemOut                                                    O Exiting test: test_isESAlgorithm_superStringPrefix
[10/15/25, 14:55:10:352 UTC] 00000001 SystemOut                                                    O Entering test: test_isESAlgorithm_superStringSuffix
[10/15/25, 14:55:10:352 UTC] 00000001 SystemOut                                                    O Exiting test: test_isESAlgorithm_superStringSuffix
[10/15/25, 14:55:10:352 UTC] 00000001 SystemOut                                                    O Entering test: test_isESAlgorithm_ES256
[10/15/25, 14:55:10:352 UTC] 00000001 SystemOut                                                    O Exiting test: test_isESAlgorithm_ES256
[10/15/25, 14:55:10:353 UTC] 00000001 SystemOut                                                    O Entering test: test_isESAlgorithm_ES10240
[10/15/25, 14:55:10:353 UTC] 00000001 SystemOut                                                    O Exiting test: test_isESAlgorithm_ES10240
[10/15/25, 14:55:10:354 UTC] 00000001 SystemOut                                                    O Entering test: test_isValidECPrivateKey_ES256_nonECKey
[10/15/25, 14:55:10:354 UTC] 00000001 SystemOut                                                    O Exiting test: test_isValidECPrivateKey_ES256_nonECKey
[10/15/25, 14:55:10:355 UTC] 00000001 SystemOut                                                    O Entering test: test_isValidECPrivateKey_ES256_publicKey
[10/15/25, 14:55:10:355 UTC] 00000001 SystemOut                                                    O Exiting test: test_isValidECPrivateKey_ES256_publicKey
[10/15/25, 14:55:10:356 UTC] 00000001 SystemOut                                                    O Entering test: test_isValidECPrivateKey_ES384
[10/15/25, 14:55:10:356 UTC] 00000001 SystemOut                                                    O Exiting test: test_isValidECPrivateKey_ES384
[10/15/25, 14:55:10:357 UTC] 00000001 SystemOut                                                    O Entering test: test_isValidECKeyParameters_ES256_wrongFieldSize
[10/15/25, 14:55:10:361 UTC] 00000001 SystemOut                                                    O Exiting test: test_isValidECKeyParameters_ES256_wrongFieldSize
[10/15/25, 14:55:10:361 UTC] 00000001 SystemOut                                                    O Entering test: test_isValidECKeyParameters_ES256_correctFieldSize
[10/15/25, 14:55:10:362 UTC] 00000001 SystemOut                                                    O Exiting test: test_isValidECKeyParameters_ES256_correctFieldSize
[10/15/25, 14:55:10:362 UTC] 00000001 SystemOut                                                    O Entering test: test_isValidECKeyParameters_ES512_correctFieldSize
[10/15/25, 14:55:10:363 UTC] 00000001 SystemOut                                                    O Exiting test: test_isValidECKeyParameters_ES512_correctFieldSize
[10/15/25, 14:55:10:364 UTC] 00000001 SystemOut                                                    O Entering test: test_getHashSizeFromAlgorithm_emptyAlgString
[10/15/25, 14:55:10:364 UTC] 00000001 SystemOut                                                    O Exiting test: test_getHashSizeFromAlgorithm_emptyAlgString
[10/15/25, 14:55:10:365 UTC] 00000001 SystemOut                                                    O Entering test: test_getHashSizeFromAlgorithm_randomAlgString
[10/15/25, 14:55:10:365 UTC] 00000001 SystemOut                                                    O Exiting test: test_getHashSizeFromAlgorithm_randomAlgString
[10/15/25, 14:55:10:365 UTC] 00000001 SystemOut                                                    O Entering test: test_getHashSizeFromAlgorithm_algStringWithShortHashSize
[10/15/25, 14:55:10:365 UTC] 00000001 SystemOut                                                    O Exiting test: test_getHashSizeFromAlgorithm_algStringWithShortHashSize
[10/15/25, 14:55:10:366 UTC] 00000001 SystemOut                                                    O Entering test: test_getHashSizeFromAlgorithm_algTypeNotValid
[10/15/25, 14:55:10:366 UTC] 00000001 SystemOut                                                    O Exiting test: test_getHashSizeFromAlgorithm_algTypeNotValid
[10/15/25, 14:55:10:367 UTC] 00000001 SystemOut                                                    O Entering test: test_getHashSizeFromAlgorithm_smallValidHashSize
[10/15/25, 14:55:10:367 UTC] 00000001 SystemOut                                                    O Exiting test: test_getHashSizeFromAlgorithm_smallValidHashSize
[10/15/25, 14:55:10:367 UTC] 00000001 SystemOut                                                    O Entering test: test_getHashSizeFromAlgorithm_largeValidHashSize
[10/15/25, 14:55:10:368 UTC] 00000001 SystemOut                                                    O Exiting test: test_getHashSizeFromAlgorithm_largeValidHashSize

-- Trace -------------------------------------------------
[10/15/25, 14:55:10:269 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isHSAlgorithm_nullAlgorithm
[10/15/25, 14:55:10:271 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isHSAlgorithm_nullAlgorithm
[10/15/25, 14:55:10:272 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isHSAlgorithm_emptyString
[10/15/25, 14:55:10:272 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isHSAlgorithm_emptyString
[10/15/25, 14:55:10:273 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isHSAlgorithm_superStringPrefix
[10/15/25, 14:55:10:273 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isHSAlgorithm_superStringPrefix
[10/15/25, 14:55:10:274 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isHSAlgorithm_superStringSuffix
[10/15/25, 14:55:10:274 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isHSAlgorithm_superStringSuffix
[10/15/25, 14:55:10:274 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isHSAlgorithm_HS256
[10/15/25, 14:55:10:274 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isHSAlgorithm_HS256
[10/15/25, 14:55:10:275 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isHSAlgorithm_HS10240
[10/15/25, 14:55:10:275 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isHSAlgorithm_HS10240
[10/15/25, 14:55:10:276 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isPublicKeyValidType_nullKey
[10/15/25, 14:55:10:276 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isPublicKeyValidType_nullKey
[10/15/25, 14:55:10:277 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isPublicKeyValidType_nullAlgorithm
[10/15/25, 14:55:10:277 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isPublicKeyValidType_nullAlgorithm
[10/15/25, 14:55:10:277 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isPublicKeyValidType_rsaAlgorithm_nonRsaKey
[10/15/25, 14:55:10:289 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isPublicKeyValidType_rsaAlgorithm_nonRsaKey
[10/15/25, 14:55:10:290 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isPublicKeyValidType_rsaAlgorithm_rsaKey
[10/15/25, 14:55:10:295 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isPublicKeyValidType_rsaAlgorithm_rsaKey
[10/15/25, 14:55:10:295 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isPublicKeyValidType_ecAlgorithm_nonEcKey
[10/15/25, 14:55:10:296 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isPublicKeyValidType_ecAlgorithm_nonEcKey
[10/15/25, 14:55:10:297 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isPublicKeyValidType_ecAlgorithm_ecKey
[10/15/25, 14:55:10:309 UTC] 00000001 id=00000000 com.ibm.ws.security.common.crypto.KeyAlgorithmChecker        3 Comparing supported algorithm [ES256] against key field size [256]
[10/15/25, 14:55:10:309 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isPublicKeyValidType_ecAlgorithm_ecKey
[10/15/25, 14:55:10:310 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isPublicKeyValidType_unknownAlgorithm
[10/15/25, 14:55:10:310 UTC] 00000001 id=00000000 com.ibm.ws.security.common.crypto.KeyAlgorithmChecker        3 Did not find matching algorithm support for [HS256]
[10/15/25, 14:55:10:310 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isPublicKeyValidType_unknownAlgorithm
[10/15/25, 14:55:10:310 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidRSAPublicKey_nonRsaAlgorithm
[10/15/25, 14:55:10:311 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidRSAPublicKey_nonRsaAlgorithm
[10/15/25, 14:55:10:311 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidRSAPublicKey_genericPublicKey
[10/15/25, 14:55:10:315 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidRSAPublicKey_genericPublicKey
[10/15/25, 14:55:10:316 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidRSAPublicKey_rsaPublicKey
[10/15/25, 14:55:10:317 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidRSAPublicKey_rsaPublicKey
[10/15/25, 14:55:10:317 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidECPublicKey_ES256_nonECKey
[10/15/25, 14:55:10:318 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidECPublicKey_ES256_nonECKey
[10/15/25, 14:55:10:319 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidECPublicKey_ES256_publicKey
[10/15/25, 14:55:10:319 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidECPublicKey_ES256_publicKey
[10/15/25, 14:55:10:320 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidECPublicKey_ES512
[10/15/25, 14:55:10:321 UTC] 00000001 id=00000000 com.ibm.ws.security.common.crypto.KeyAlgorithmChecker        3 Comparing supported algorithm [ES512] against key field size [521]
[10/15/25, 14:55:10:321 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidECPublicKey_ES512
[10/15/25, 14:55:10:321 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isPrivateKeyValidType_nullKey
[10/15/25, 14:55:10:321 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isPrivateKeyValidType_nullKey
[10/15/25, 14:55:10:322 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isPrivateKeyValidType_nullAlgorithm
[10/15/25, 14:55:10:322 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isPrivateKeyValidType_nullAlgorithm
[10/15/25, 14:55:10:323 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isPrivateKeyValidType_rsaAlgorithm_nonRsaKey
[10/15/25, 14:55:10:327 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isPrivateKeyValidType_rsaAlgorithm_nonRsaKey
[10/15/25, 14:55:10:328 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isPrivateKeyValidType_rsaAlgorithm_rsaKey
[10/15/25, 14:55:10:333 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isPrivateKeyValidType_rsaAlgorithm_rsaKey
[10/15/25, 14:55:10:333 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isPrivateKeyValidType_ecAlgorithm_nonEcKey
[10/15/25, 14:55:10:334 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isPrivateKeyValidType_ecAlgorithm_nonEcKey
[10/15/25, 14:55:10:334 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isPrivateKeyValidType_ecAlgorithm_ecKey
[10/15/25, 14:55:10:335 UTC] 00000001 id=00000000 com.ibm.ws.security.common.crypto.KeyAlgorithmChecker        3 Comparing supported algorithm [ES256] against key field size [256]
[10/15/25, 14:55:10:335 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isPrivateKeyValidType_ecAlgorithm_ecKey
[10/15/25, 14:55:10:336 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isPrivateKeyValidType_unknownAlgorithm
[10/15/25, 14:55:10:336 UTC] 00000001 id=00000000 com.ibm.ws.security.common.crypto.KeyAlgorithmChecker        3 Did not find matching algorithm support for [HS256]
[10/15/25, 14:55:10:336 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isPrivateKeyValidType_unknownAlgorithm
[10/15/25, 14:55:10:337 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isRSAlgorithm_nullAlgorithm
[10/15/25, 14:55:10:337 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isRSAlgorithm_nullAlgorithm
[10/15/25, 14:55:10:337 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isRSAlgorithm_emptyString
[10/15/25, 14:55:10:338 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isRSAlgorithm_emptyString
[10/15/25, 14:55:10:338 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isRSAlgorithm_superStringPrefix
[10/15/25, 14:55:10:338 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isRSAlgorithm_superStringPrefix
[10/15/25, 14:55:10:339 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isRSAlgorithm_superStringSuffix
[10/15/25, 14:55:10:339 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isRSAlgorithm_superStringSuffix
[10/15/25, 14:55:10:339 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isRSAlgorithm_RS256
[10/15/25, 14:55:10:340 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isRSAlgorithm_RS256
[10/15/25, 14:55:10:340 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isRSAlgorithm_RS10240
[10/15/25, 14:55:10:342 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isRSAlgorithm_RS10240
[10/15/25, 14:55:10:342 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidRSAPrivateKey_nonRsaAlgorithm
[10/15/25, 14:55:10:343 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidRSAPrivateKey_nonRsaAlgorithm
[10/15/25, 14:55:10:344 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidRSAPrivateKey_genericPrivateKey
[10/15/25, 14:55:10:348 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidRSAPrivateKey_genericPrivateKey
[10/15/25, 14:55:10:348 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidRSAPrivateKey_rsaPrivateKey
[10/15/25, 14:55:10:349 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidRSAPrivateKey_rsaPrivateKey
[10/15/25, 14:55:10:350 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isESAlgorithm_nullAlgorithm
[10/15/25, 14:55:10:350 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isESAlgorithm_nullAlgorithm
[10/15/25, 14:55:10:350 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isESAlgorithm_emptyString
[10/15/25, 14:55:10:350 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isESAlgorithm_emptyString
[10/15/25, 14:55:10:351 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isESAlgorithm_superStringPrefix
[10/15/25, 14:55:10:351 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isESAlgorithm_superStringPrefix
[10/15/25, 14:55:10:352 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isESAlgorithm_superStringSuffix
[10/15/25, 14:55:10:352 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isESAlgorithm_superStringSuffix
[10/15/25, 14:55:10:352 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isESAlgorithm_ES256
[10/15/25, 14:55:10:352 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isESAlgorithm_ES256
[10/15/25, 14:55:10:353 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isESAlgorithm_ES10240
[10/15/25, 14:55:10:353 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isESAlgorithm_ES10240
[10/15/25, 14:55:10:354 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidECPrivateKey_ES256_nonECKey
[10/15/25, 14:55:10:354 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidECPrivateKey_ES256_nonECKey
[10/15/25, 14:55:10:355 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidECPrivateKey_ES256_publicKey
[10/15/25, 14:55:10:355 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidECPrivateKey_ES256_publicKey
[10/15/25, 14:55:10:356 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidECPrivateKey_ES384
[10/15/25, 14:55:10:356 UTC] 00000001 id=00000000 com.ibm.ws.security.common.crypto.KeyAlgorithmChecker        3 Comparing supported algorithm [ES384] against key field size [384]
[10/15/25, 14:55:10:356 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidECPrivateKey_ES384
[10/15/25, 14:55:10:357 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidECKeyParameters_ES256_wrongFieldSize
[10/15/25, 14:55:10:361 UTC] 00000001 id=00000000 com.ibm.ws.security.common.crypto.KeyAlgorithmChecker        3 Comparing supported algorithm [ES256] against key field size [128]
[10/15/25, 14:55:10:361 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidECKeyParameters_ES256_wrongFieldSize
[10/15/25, 14:55:10:361 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidECKeyParameters_ES256_correctFieldSize
[10/15/25, 14:55:10:362 UTC] 00000001 id=00000000 com.ibm.ws.security.common.crypto.KeyAlgorithmChecker        3 Comparing supported algorithm [ES256] against key field size [256]
[10/15/25, 14:55:10:362 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidECKeyParameters_ES256_correctFieldSize
[10/15/25, 14:55:10:362 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidECKeyParameters_ES512_correctFieldSize
[10/15/25, 14:55:10:363 UTC] 00000001 id=00000000 com.ibm.ws.security.common.crypto.KeyAlgorithmChecker        3 Comparing supported algorithm [ES512] against key field size [521]
[10/15/25, 14:55:10:363 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidECKeyParameters_ES512_correctFieldSize
[10/15/25, 14:55:10:364 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getHashSizeFromAlgorithm_emptyAlgString
[10/15/25, 14:55:10:364 UTC] 00000001 id=00000000 com.ibm.ws.security.common.crypto.KeyAlgorithmChecker        3 Algorithm [] did not match expected regex [RHEP]S([0-9]{3,})
[10/15/25, 14:55:10:364 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getHashSizeFromAlgorithm_emptyAlgString
[10/15/25, 14:55:10:365 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getHashSizeFromAlgorithm_randomAlgString
[10/15/25, 14:55:10:365 UTC] 00000001 id=00000000 com.ibm.ws.security.common.crypto.KeyAlgorithmChecker        3 Algorithm [Be afraid. Be very afraid.] did not match expected regex [RHEP]S([0-9]{3,})
[10/15/25, 14:55:10:365 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getHashSizeFromAlgorithm_randomAlgString
[10/15/25, 14:55:10:365 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getHashSizeFromAlgorithm_algStringWithShortHashSize
[10/15/25, 14:55:10:365 UTC] 00000001 id=00000000 com.ibm.ws.security.common.crypto.KeyAlgorithmChecker        3 Algorithm [RS32] did not match expected regex [RHEP]S([0-9]{3,})
[10/15/25, 14:55:10:365 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getHashSizeFromAlgorithm_algStringWithShortHashSize
[10/15/25, 14:55:10:366 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getHashSizeFromAlgorithm_algTypeNotValid
[10/15/25, 14:55:10:366 UTC] 00000001 id=00000000 com.ibm.ws.security.common.crypto.KeyAlgorithmChecker        3 Algorithm [BLAH256] did not match expected regex [RHEP]S([0-9]{3,})
[10/15/25, 14:55:10:366 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getHashSizeFromAlgorithm_algTypeNotValid
[10/15/25, 14:55:10:367 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getHashSizeFromAlgorithm_smallValidHashSize
[10/15/25, 14:55:10:367 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getHashSizeFromAlgorithm_smallValidHashSize
[10/15/25, 14:55:10:367 UTC] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getHashSizeFromAlgorithm_largeValidHashSize
[10/15/25, 14:55:10:368 UTC] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getHashSizeFromAlgorithm_largeValidHashSize