[WARNING ] MP_CONFIG_PUBLIC_KEY_ALG_NOT_SUPPORTED
NO256
RS256
[RS256, RS384, RS512, HS256, HS384, HS512, ES256, ES384, ES512]
[WARNING ] MP_CONFIG_PUBLIC_KEY_ALG_NOT_SUPPORTED
unknown algorithm
RS256
[RS256, RS384, RS512, HS256, HS384, HS512, ES256, ES384, ES512]
SharedOutputManager captured the following:
-- System.out -------------------------------------------------
Entering test: testValidateClaimsReadsConfigProperty
Exiting test: testValidateClaimsReadsConfigProperty
Entering test: testGetSigningKey_nullConfig
Exiting test: testGetSigningKey_nullConfig
Entering test: testGetSigningKey_unknownAlg
Exiting test: testGetSigningKey_unknownAlg
Entering test: testGetSigningKey_HS256ThrowsException
Exiting test: testGetSigningKey_HS256ThrowsException
Entering test: testGetSigningKey_HS256Valid
Exiting test: testGetSigningKey_HS256Valid
Entering test: testGetSigningKey_RS256ThrowsException
Exiting test: testGetSigningKey_RS256ThrowsException
Entering test: testGetSigningKey_RS256Valid
Exiting test: testGetSigningKey_RS256Valid
Entering test: testGetSharedSecretKey_nullConfig
Exiting test: testGetSharedSecretKey_nullConfig
Entering test: testGetSharedSecretKey_emptyOrNullKey
Chose key: [null]
Exiting test: testGetSharedSecretKey_emptyOrNullKey
Entering test: testGetSharedSecretKey_validKey
Exiting test: testGetSharedSecretKey_validKey
Entering test: testGetPublicKey_missingKeyStoreService
Exiting test: testGetPublicKey_missingKeyStoreService
Entering test: testGetPublicKey_nullArgs
Exiting test: testGetPublicKey_nullArgs
Entering test: testGetPublicKey_throwsException
Exiting test: testGetPublicKey_throwsException
Entering test: testGetPublicKey_notRSAPublicKey
Exiting test: testGetPublicKey_notRSAPublicKey
Entering test: testGetPublicKey_validKey
Exiting test: testGetPublicKey_validKey
Entering test: testParseJwtWithoutValidation_nullOrEmptyTokenString
Exiting test: testParseJwtWithoutValidation_nullOrEmptyTokenString
Entering test: testParseJwtWithoutValidation_singlePartTokenString
Exiting test: testParseJwtWithoutValidation_singlePartTokenString
Entering test: testParseJwtWithoutValidation_twoPartTokenString
Exiting test: testParseJwtWithoutValidation_twoPartTokenString
Entering test: testParseJwtWithoutValidation_threePartMalformedTokenString
Exiting test: testParseJwtWithoutValidation_threePartMalformedTokenString
Entering test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jweString
Exiting test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jweString
Entering test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jwsString
Exiting test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jwsString
Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jwsString
Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jwsString
Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString
Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString
Entering test: test_getJwtContextFromCache_nothingCached
Exiting test: test_getJwtContextFromCache_nothingCached
Entering test: test_getJwtContextFromCache_validCachedJwt
Exiting test: test_getJwtContextFromCache_validCachedJwt
Entering test: test_getJwtContextFromCache_expiredCachedJwt
Exiting test: test_getJwtContextFromCache_expiredCachedJwt
Entering test: testValidateIssuer_nullOrEmptyArgs
Exiting test: testValidateIssuer_nullOrEmptyArgs
Entering test: testValidateIssuer_whitespaceTrustedIssuers
Exiting test: testValidateIssuer_whitespaceTrustedIssuers
Entering test: testValidateIssuer_commaTrustedIssuers
Exiting test: testValidateIssuer_commaTrustedIssuers
Entering test: testValidateIssuer_singleTrustedIssuer_nullTokenIssuer
Exiting test: testValidateIssuer_singleTrustedIssuer_nullTokenIssuer
Entering test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer
Exiting test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer
Entering test: testValidateIssuer_singleTrustedIssuer_untrustedTokenIssuer
Exiting test: testValidateIssuer_singleTrustedIssuer_untrustedTokenIssuer
Entering test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSubstringOfTrusted
Exiting test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSubstringOfTrusted
Entering test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithComma
Exiting test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithComma
Entering test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithSpace
Exiting test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithSpace
Entering test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_trailingCommaTrusted
Exiting test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_trailingCommaTrusted
Entering test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_leadingAndTrailingCommaTrusted
Exiting test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_leadingAndTrailingCommaTrusted
Entering test: testValidateIssuer_singleTrustedIssuer
Exiting test: testValidateIssuer_singleTrustedIssuer
Entering test: testValidateIssuer_multipleTrustedIssuers_nullTokenIssuer
Exiting test: testValidateIssuer_multipleTrustedIssuers_nullTokenIssuer
Entering test: testValidateIssuer_multipleTrustedIssuers_emptyTokenIssuer
Exiting test: testValidateIssuer_multipleTrustedIssuers_emptyTokenIssuer
Entering test: testValidateIssuer_multipleTrustedIssuers_untrustedTokenIssuer
Exiting test: testValidateIssuer_multipleTrustedIssuers_untrustedTokenIssuer
Entering test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerContainsTrustedIssuer
Exiting test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerContainsTrustedIssuer
Entering test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerWithComma
Exiting test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerWithComma
Entering test: testValidateIssuer_multipleTrustedIssuers
Exiting test: testValidateIssuer_multipleTrustedIssuers
Entering test: testValidateIssuer_trustAllIssuers
Exiting test: testValidateIssuer_trustAllIssuers
Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences_ignoreAudIfNotConfigured
Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences_ignoreAudIfNotConfigured
Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences
Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences
Entering test: testValidateAudience_withConfig_noAudiencesConfigured_emptyTokenAudiences
Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_emptyTokenAudiences
Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences_ignoreAudIfNotConfigured
Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences_ignoreAudIfNotConfigured
Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences
Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences
Entering test: testValidateAudience_withConfig_audiencesConfigured_nullTokenAudiences
Exiting test: testValidateAudience_withConfig_audiencesConfigured_nullTokenAudiences
Entering test: testValidateAudience
Exiting test: testValidateAudience
Entering test: testValidateIatAndExp_nullClaims
Exiting test: testValidateIatAndExp_nullClaims
Entering test: testValidateIatAndExp_malformedIat
Exiting test: testValidateIatAndExp_malformedIat
Entering test: testValidateIatAndExp_malformedExp
Exiting test: testValidateIatAndExp_malformedExp
Entering test: testValidateIatAndExp_nullIat
Exiting test: testValidateIatAndExp_nullIat
Entering test: testValidateIatAndExp_nullExp
Exiting test: testValidateIatAndExp_nullExp
Entering test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_outsideClockSkew
Original string: [2021-08-25T00:01:44+0100]
Regex string : [\Q2021-08-25T00:01:44+0100\E]
Exiting test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_outsideClockSkew
Entering test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_outsideClockSkew
Original string: [2021-08-25T00:01:44+0100]
Regex string : [\Q2021-08-25T00:01:44+0100\E]
Original string: [2021-08-25T00:00:44+0100]
Regex string : [\Q2021-08-25T00:00:44+0100\E]
Exiting test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_outsideClockSkew
Entering test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_withinClockSkew
Exiting test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_withinClockSkew
Entering test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_withinClockSkew
Original string: [2021-08-25T00:59:44+0100]
Regex string : [\Q2021-08-25T00:59:44+0100\E]
Original string: [2021-08-25T00:00:44+0100]
Regex string : [\Q2021-08-25T00:00:44+0100\E]
Exiting test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_withinClockSkew
Entering test: testValidateIatAndExp_iatPast_withinClockSkew_expPast_withinClockSkew
Exiting test: testValidateIatAndExp_iatPast_withinClockSkew_expPast_withinClockSkew
Entering test: testValidateIatAndExp_expPast_withinClockSkew_iatPast_withinClockSkew
Original string: [2021-08-25T00:59:44+0100]
Regex string : [\Q2021-08-25T00:59:44+0100\E]
Original string: [2021-08-25T00:58:44+0100]
Regex string : [\Q2021-08-25T00:58:44+0100\E]
Exiting test: testValidateIatAndExp_expPast_withinClockSkew_iatPast_withinClockSkew
Entering test: testValidateIatAndExp_iatPast_expFuture
Exiting test: testValidateIatAndExp_iatPast_expFuture
Entering test: testValidateIatAndExp_expPast_iatFuture_outsideClockSkew
Original string: [2021-08-25T02:00:44+0100]
Regex string : [\Q2021-08-25T02:00:44+0100\E]
Exiting test: testValidateIatAndExp_expPast_iatFuture_outsideClockSkew
Entering test: testValidateIatAndExp_expPast_iatFuture_withinClockSkew
Original string: [2021-08-25T01:01:44+0100]
Regex string : [\Q2021-08-25T01:01:44+0100\E]
Original string: [2021-08-25T00:00:44+0100]
Regex string : [\Q2021-08-25T00:00:44+0100\E]
Exiting test: testValidateIatAndExp_expPast_iatFuture_withinClockSkew
Entering test: testValidateIatAndExp_iatFuture_outsideClockSkew_expFuture_outsideClockSkew
Original string: [2021-08-25T02:00:44+0100]
Regex string : [\Q2021-08-25T02:00:44+0100\E]
Exiting test: testValidateIatAndExp_iatFuture_outsideClockSkew_expFuture_outsideClockSkew
Entering test: testValidateIatAndExp_expFuture_outsideClockSkew_iatFuture_outsideClockSkew
Original string: [2021-08-25T02:01:44+0100]
Regex string : [\Q2021-08-25T02:01:44+0100\E]
Exiting test: testValidateIatAndExp_expFuture_outsideClockSkew_iatFuture_outsideClockSkew
Entering test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_outsideClockSkew
Original string: [2021-08-25T02:00:44+0100]
Regex string : [\Q2021-08-25T02:00:44+0100\E]
Exiting test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_outsideClockSkew
Entering test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_outsideClockSkew
Exiting test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_outsideClockSkew
Entering test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_withinClockSkew
Exiting test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_withinClockSkew
Entering test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_withinClockSkew
Original string: [2021-08-25T01:02:44+0100]
Regex string : [\Q2021-08-25T01:02:44+0100\E]
Original string: [2021-08-25T01:01:44+0100]
Regex string : [\Q2021-08-25T01:01:44+0100\E]
Exiting test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_withinClockSkew
Entering test: testValidateNbf_nullClaims
Exiting test: testValidateNbf_nullClaims
Entering test: testValidateNbf_nbfThrowsException
Exiting test: testValidateNbf_nbfThrowsException
Entering test: testValidateNbf_nullNbf
Exiting test: testValidateNbf_nullNbf
Entering test: testValidateNbf_pastNbf_outsideClockSkew
Exiting test: testValidateNbf_pastNbf_outsideClockSkew
Entering test: testValidateNbf_pastNbf_withinClockSkew
Exiting test: testValidateNbf_pastNbf_withinClockSkew
Entering test: testValidateNbf_futureNbf_withinClockSkew
Exiting test: testValidateNbf_futureNbf_withinClockSkew
Entering test: testValidateNbf_futureNbf_outsideClockSkew
Original string: [2021-08-25T02:00:44+0100]
Regex string : [\Q2021-08-25T02:00:44+0100\E]
Exiting test: testValidateNbf_futureNbf_outsideClockSkew
Entering test: testGetAlgorithmHeader_nullContext
Exiting test: testGetAlgorithmHeader_nullContext
Entering test: testGetAlgorithmHeader_missingJsonWebStructures
Chose list: null
Exiting test: testGetAlgorithmHeader_missingJsonWebStructures
Entering test: testGetAlgorithmHeader_validAlgorithmHeader
Exiting test: testGetAlgorithmHeader_validAlgorithmHeader
Entering test: testValidateAlgorithm_nullArgs
Exiting test: testValidateAlgorithm_nullArgs
Entering test: testValidateAlgorithm_algMismatch
Exiting test: testValidateAlgorithm_algMismatch
Entering test: testValidateAlgorithm_algMatch
Exiting test: testValidateAlgorithm_algMatch
Entering test: testValidateAMRClaim
Exiting test: testValidateAMRClaim
-- System.err -------------------------------------------------
-- Messages -------------------------------------------------
[25/08/2021, 01:00:44:158 BST] 00000015 SystemOut O Entering test: testValidateClaimsReadsConfigProperty
[25/08/2021, 01:00:44:165 BST] 00000015 SystemOut O Exiting test: testValidateClaimsReadsConfigProperty
[25/08/2021, 01:00:44:166 BST] 00000015 SystemOut O Entering test: testGetSigningKey_nullConfig
[25/08/2021, 01:00:44:167 BST] 00000015 SystemOut O Exiting test: testGetSigningKey_nullConfig
[25/08/2021, 01:00:44:168 BST] 00000015 SystemOut O Entering test: testGetSigningKey_unknownAlg
[25/08/2021, 01:00:44:169 BST] 00000015 SystemOut O Exiting test: testGetSigningKey_unknownAlg
[25/08/2021, 01:00:44:171 BST] 00000015 SystemOut O Entering test: testGetSigningKey_HS256ThrowsException
[25/08/2021, 01:00:44:175 BST] 00000015 SystemOut O Exiting test: testGetSigningKey_HS256ThrowsException
[25/08/2021, 01:00:44:177 BST] 00000015 SystemOut O Entering test: testGetSigningKey_HS256Valid
[25/08/2021, 01:00:44:178 BST] 00000015 SystemOut O Exiting test: testGetSigningKey_HS256Valid
[25/08/2021, 01:00:44:180 BST] 00000015 SystemOut O Entering test: testGetSigningKey_RS256ThrowsException
[25/08/2021, 01:00:44:182 BST] 00000015 SystemOut O Exiting test: testGetSigningKey_RS256ThrowsException
[25/08/2021, 01:00:44:183 BST] 00000015 SystemOut O Entering test: testGetSigningKey_RS256Valid
[25/08/2021, 01:00:44:225 BST] 00000015 SystemOut O Exiting test: testGetSigningKey_RS256Valid
[25/08/2021, 01:00:44:226 BST] 00000015 SystemOut O Entering test: testGetSharedSecretKey_nullConfig
[25/08/2021, 01:00:44:227 BST] 00000015 SystemOut O Exiting test: testGetSharedSecretKey_nullConfig
[25/08/2021, 01:00:44:228 BST] 00000015 SystemOut O Entering test: testGetSharedSecretKey_emptyOrNullKey
[25/08/2021, 01:00:44:229 BST] 00000015 SystemOut O Chose key: [null]
[25/08/2021, 01:00:44:230 BST] 00000015 SystemOut O Exiting test: testGetSharedSecretKey_emptyOrNullKey
[25/08/2021, 01:00:44:231 BST] 00000015 SystemOut O Entering test: testGetSharedSecretKey_validKey
[25/08/2021, 01:00:44:232 BST] 00000015 SystemOut O Exiting test: testGetSharedSecretKey_validKey
[25/08/2021, 01:00:44:233 BST] 00000015 SystemOut O Entering test: testGetPublicKey_missingKeyStoreService
[25/08/2021, 01:00:44:234 BST] 00000015 SystemOut O Exiting test: testGetPublicKey_missingKeyStoreService
[25/08/2021, 01:00:44:236 BST] 00000015 SystemOut O Entering test: testGetPublicKey_nullArgs
[25/08/2021, 01:00:44:253 BST] 00000015 SystemOut O Exiting test: testGetPublicKey_nullArgs
[25/08/2021, 01:00:44:254 BST] 00000015 SystemOut O Entering test: testGetPublicKey_throwsException
[25/08/2021, 01:00:44:256 BST] 00000015 SystemOut O Exiting test: testGetPublicKey_throwsException
[25/08/2021, 01:00:44:257 BST] 00000015 SystemOut O Entering test: testGetPublicKey_notRSAPublicKey
[25/08/2021, 01:00:44:259 BST] 00000015 SystemOut O Exiting test: testGetPublicKey_notRSAPublicKey
[25/08/2021, 01:00:44:260 BST] 00000015 SystemOut O Entering test: testGetPublicKey_validKey
[25/08/2021, 01:00:44:261 BST] 00000015 SystemOut O Exiting test: testGetPublicKey_validKey
[25/08/2021, 01:00:44:263 BST] 00000015 SystemOut O Entering test: testParseJwtWithoutValidation_nullOrEmptyTokenString
[25/08/2021, 01:00:44:265 BST] 00000015 SystemOut O Exiting test: testParseJwtWithoutValidation_nullOrEmptyTokenString
[25/08/2021, 01:00:44:266 BST] 00000015 SystemOut O Entering test: testParseJwtWithoutValidation_singlePartTokenString
[25/08/2021, 01:00:44:269 BST] 00000015 SystemOut O Exiting test: testParseJwtWithoutValidation_singlePartTokenString
[25/08/2021, 01:00:44:271 BST] 00000015 SystemOut O Entering test: testParseJwtWithoutValidation_twoPartTokenString
[25/08/2021, 01:00:44:272 BST] 00000015 SystemOut O Exiting test: testParseJwtWithoutValidation_twoPartTokenString
[25/08/2021, 01:00:44:274 BST] 00000015 SystemOut O Entering test: testParseJwtWithoutValidation_threePartMalformedTokenString
[25/08/2021, 01:00:44:294 BST] 00000015 SystemOut O Exiting test: testParseJwtWithoutValidation_threePartMalformedTokenString
[25/08/2021, 01:00:44:296 BST] 00000015 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jweString
[25/08/2021, 01:00:44:297 BST] 00000015 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jweString
[25/08/2021, 01:00:44:299 BST] 00000015 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jwsString
[25/08/2021, 01:00:44:299 BST] 00000015 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jwsString
[25/08/2021, 01:00:44:301 BST] 00000015 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jwsString
[25/08/2021, 01:00:44:302 BST] 00000015 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jwsString
[25/08/2021, 01:00:44:303 BST] 00000015 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString
[25/08/2021, 01:00:44:304 BST] 00000015 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString
[25/08/2021, 01:00:44:305 BST] 00000015 SystemOut O Entering test: test_getJwtContextFromCache_nothingCached
[25/08/2021, 01:00:44:306 BST] 00000015 SystemOut O Exiting test: test_getJwtContextFromCache_nothingCached
[25/08/2021, 01:00:44:307 BST] 00000015 SystemOut O Entering test: test_getJwtContextFromCache_validCachedJwt
[25/08/2021, 01:00:44:333 BST] 00000015 SystemOut O Exiting test: test_getJwtContextFromCache_validCachedJwt
[25/08/2021, 01:00:44:334 BST] 00000015 SystemOut O Entering test: test_getJwtContextFromCache_expiredCachedJwt
[25/08/2021, 01:00:44:335 BST] 00000015 SystemOut O Exiting test: test_getJwtContextFromCache_expiredCachedJwt
[25/08/2021, 01:00:44:337 BST] 00000015 SystemOut O Entering test: testValidateIssuer_nullOrEmptyArgs
[25/08/2021, 01:00:44:338 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_nullOrEmptyArgs
[25/08/2021, 01:00:44:340 BST] 00000015 SystemOut O Entering test: testValidateIssuer_whitespaceTrustedIssuers
[25/08/2021, 01:00:44:341 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_whitespaceTrustedIssuers
[25/08/2021, 01:00:44:342 BST] 00000015 SystemOut O Entering test: testValidateIssuer_commaTrustedIssuers
[25/08/2021, 01:00:44:343 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_commaTrustedIssuers
[25/08/2021, 01:00:44:344 BST] 00000015 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_nullTokenIssuer
[25/08/2021, 01:00:44:345 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_nullTokenIssuer
[25/08/2021, 01:00:44:346 BST] 00000015 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer
[25/08/2021, 01:00:44:347 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer
[25/08/2021, 01:00:44:348 BST] 00000015 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_untrustedTokenIssuer
[25/08/2021, 01:00:44:349 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_untrustedTokenIssuer
[25/08/2021, 01:00:44:350 BST] 00000015 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSubstringOfTrusted
[25/08/2021, 01:00:44:351 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSubstringOfTrusted
[25/08/2021, 01:00:44:352 BST] 00000015 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithComma
[25/08/2021, 01:00:44:353 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithComma
[25/08/2021, 01:00:44:354 BST] 00000015 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithSpace
[25/08/2021, 01:00:44:355 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithSpace
[25/08/2021, 01:00:44:356 BST] 00000015 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_trailingCommaTrusted
[25/08/2021, 01:00:44:357 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_trailingCommaTrusted
[25/08/2021, 01:00:44:358 BST] 00000015 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_leadingAndTrailingCommaTrusted
[25/08/2021, 01:00:44:359 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_leadingAndTrailingCommaTrusted
[25/08/2021, 01:00:44:360 BST] 00000015 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer
[25/08/2021, 01:00:44:361 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer
[25/08/2021, 01:00:44:362 BST] 00000015 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_nullTokenIssuer
[25/08/2021, 01:00:44:363 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_nullTokenIssuer
[25/08/2021, 01:00:44:364 BST] 00000015 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_emptyTokenIssuer
[25/08/2021, 01:00:44:365 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_emptyTokenIssuer
[25/08/2021, 01:00:44:366 BST] 00000015 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_untrustedTokenIssuer
[25/08/2021, 01:00:44:367 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_untrustedTokenIssuer
[25/08/2021, 01:00:44:368 BST] 00000015 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerContainsTrustedIssuer
[25/08/2021, 01:00:44:369 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerContainsTrustedIssuer
[25/08/2021, 01:00:44:370 BST] 00000015 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerWithComma
[25/08/2021, 01:00:44:371 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerWithComma
[25/08/2021, 01:00:44:372 BST] 00000015 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers
[25/08/2021, 01:00:44:373 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers
[25/08/2021, 01:00:44:374 BST] 00000015 SystemOut O Entering test: testValidateIssuer_trustAllIssuers
[25/08/2021, 01:00:44:375 BST] 00000015 SystemOut O Exiting test: testValidateIssuer_trustAllIssuers
[25/08/2021, 01:00:44:376 BST] 00000015 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences_ignoreAudIfNotConfigured
[25/08/2021, 01:00:44:377 BST] 00000015 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences_ignoreAudIfNotConfigured
[25/08/2021, 01:00:44:378 BST] 00000015 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences
[25/08/2021, 01:00:44:379 BST] 00000015 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences
[25/08/2021, 01:00:44:380 BST] 00000015 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_emptyTokenAudiences
[25/08/2021, 01:00:44:381 BST] 00000015 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_emptyTokenAudiences
[25/08/2021, 01:00:44:382 BST] 00000015 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences_ignoreAudIfNotConfigured
[25/08/2021, 01:00:44:383 BST] 00000015 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences_ignoreAudIfNotConfigured
[25/08/2021, 01:00:44:384 BST] 00000015 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences
[25/08/2021, 01:00:44:385 BST] 00000015 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences
[25/08/2021, 01:00:44:389 BST] 00000015 SystemOut O Entering test: testValidateAudience_withConfig_audiencesConfigured_nullTokenAudiences
[25/08/2021, 01:00:44:390 BST] 00000015 SystemOut O Exiting test: testValidateAudience_withConfig_audiencesConfigured_nullTokenAudiences
[25/08/2021, 01:00:44:391 BST] 00000015 SystemOut O Entering test: testValidateAudience
[25/08/2021, 01:00:44:391 BST] 00000015 SystemOut O Exiting test: testValidateAudience
[25/08/2021, 01:00:44:392 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_nullClaims
[25/08/2021, 01:00:44:393 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_nullClaims
[25/08/2021, 01:00:44:394 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_malformedIat
[25/08/2021, 01:00:44:395 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_malformedIat
[25/08/2021, 01:00:44:396 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_malformedExp
[25/08/2021, 01:00:44:397 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_malformedExp
[25/08/2021, 01:00:44:398 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_nullIat
[25/08/2021, 01:00:44:402 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_nullIat
[25/08/2021, 01:00:44:403 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_nullExp
[25/08/2021, 01:00:44:405 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_nullExp
[25/08/2021, 01:00:44:406 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_outsideClockSkew
[25/08/2021, 01:00:44:409 BST] 00000015 SystemOut O Original string: [2021-08-25T00:01:44+0100]
[25/08/2021, 01:00:44:409 BST] 00000015 SystemOut O Regex string : [\Q2021-08-25T00:01:44+0100\E]
[25/08/2021, 01:00:44:409 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_outsideClockSkew
[25/08/2021, 01:00:44:410 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_outsideClockSkew
[25/08/2021, 01:00:44:413 BST] 00000015 SystemOut O Original string: [2021-08-25T00:01:44+0100]
[25/08/2021, 01:00:44:413 BST] 00000015 SystemOut O Regex string : [\Q2021-08-25T00:01:44+0100\E]
[25/08/2021, 01:00:44:413 BST] 00000015 SystemOut O Original string: [2021-08-25T00:00:44+0100]
[25/08/2021, 01:00:44:413 BST] 00000015 SystemOut O Regex string : [\Q2021-08-25T00:00:44+0100\E]
[25/08/2021, 01:00:44:414 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_outsideClockSkew
[25/08/2021, 01:00:44:415 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_withinClockSkew
[25/08/2021, 01:00:44:416 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_withinClockSkew
[25/08/2021, 01:00:44:418 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_withinClockSkew
[25/08/2021, 01:00:44:420 BST] 00000015 SystemOut O Original string: [2021-08-25T00:59:44+0100]
[25/08/2021, 01:00:44:420 BST] 00000015 SystemOut O Regex string : [\Q2021-08-25T00:59:44+0100\E]
[25/08/2021, 01:00:44:421 BST] 00000015 SystemOut O Original string: [2021-08-25T00:00:44+0100]
[25/08/2021, 01:00:44:421 BST] 00000015 SystemOut O Regex string : [\Q2021-08-25T00:00:44+0100\E]
[25/08/2021, 01:00:44:421 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_withinClockSkew
[25/08/2021, 01:00:44:422 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_iatPast_withinClockSkew_expPast_withinClockSkew
[25/08/2021, 01:00:44:424 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_iatPast_withinClockSkew_expPast_withinClockSkew
[25/08/2021, 01:00:44:425 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_expPast_withinClockSkew_iatPast_withinClockSkew
[25/08/2021, 01:00:44:427 BST] 00000015 SystemOut O Original string: [2021-08-25T00:59:44+0100]
[25/08/2021, 01:00:44:427 BST] 00000015 SystemOut O Regex string : [\Q2021-08-25T00:59:44+0100\E]
[25/08/2021, 01:00:44:427 BST] 00000015 SystemOut O Original string: [2021-08-25T00:58:44+0100]
[25/08/2021, 01:00:44:428 BST] 00000015 SystemOut O Regex string : [\Q2021-08-25T00:58:44+0100\E]
[25/08/2021, 01:00:44:428 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_expPast_withinClockSkew_iatPast_withinClockSkew
[25/08/2021, 01:00:44:429 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_iatPast_expFuture
[25/08/2021, 01:00:44:431 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_iatPast_expFuture
[25/08/2021, 01:00:44:432 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_expPast_iatFuture_outsideClockSkew
[25/08/2021, 01:00:44:434 BST] 00000015 SystemOut O Original string: [2021-08-25T02:00:44+0100]
[25/08/2021, 01:00:44:434 BST] 00000015 SystemOut O Regex string : [\Q2021-08-25T02:00:44+0100\E]
[25/08/2021, 01:00:44:435 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_expPast_iatFuture_outsideClockSkew
[25/08/2021, 01:00:44:435 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_expPast_iatFuture_withinClockSkew
[25/08/2021, 01:00:44:442 BST] 00000015 SystemOut O Original string: [2021-08-25T01:01:44+0100]
[25/08/2021, 01:00:44:442 BST] 00000015 SystemOut O Regex string : [\Q2021-08-25T01:01:44+0100\E]
[25/08/2021, 01:00:44:442 BST] 00000015 SystemOut O Original string: [2021-08-25T00:00:44+0100]
[25/08/2021, 01:00:44:443 BST] 00000015 SystemOut O Regex string : [\Q2021-08-25T00:00:44+0100\E]
[25/08/2021, 01:00:44:443 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_expPast_iatFuture_withinClockSkew
[25/08/2021, 01:00:44:444 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_iatFuture_outsideClockSkew_expFuture_outsideClockSkew
[25/08/2021, 01:00:44:446 BST] 00000015 SystemOut O Original string: [2021-08-25T02:00:44+0100]
[25/08/2021, 01:00:44:446 BST] 00000015 SystemOut O Regex string : [\Q2021-08-25T02:00:44+0100\E]
[25/08/2021, 01:00:44:447 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_iatFuture_outsideClockSkew_expFuture_outsideClockSkew
[25/08/2021, 01:00:44:448 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_expFuture_outsideClockSkew_iatFuture_outsideClockSkew
[25/08/2021, 01:00:44:450 BST] 00000015 SystemOut O Original string: [2021-08-25T02:01:44+0100]
[25/08/2021, 01:00:44:450 BST] 00000015 SystemOut O Regex string : [\Q2021-08-25T02:01:44+0100\E]
[25/08/2021, 01:00:44:451 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_expFuture_outsideClockSkew_iatFuture_outsideClockSkew
[25/08/2021, 01:00:44:452 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_outsideClockSkew
[25/08/2021, 01:00:44:454 BST] 00000015 SystemOut O Original string: [2021-08-25T02:00:44+0100]
[25/08/2021, 01:00:44:454 BST] 00000015 SystemOut O Regex string : [\Q2021-08-25T02:00:44+0100\E]
[25/08/2021, 01:00:44:454 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_outsideClockSkew
[25/08/2021, 01:00:44:455 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_outsideClockSkew
[25/08/2021, 01:00:44:457 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_outsideClockSkew
[25/08/2021, 01:00:44:458 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_withinClockSkew
[25/08/2021, 01:00:44:459 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_withinClockSkew
[25/08/2021, 01:00:44:460 BST] 00000015 SystemOut O Entering test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_withinClockSkew
[25/08/2021, 01:00:44:462 BST] 00000015 SystemOut O Original string: [2021-08-25T01:02:44+0100]
[25/08/2021, 01:00:44:462 BST] 00000015 SystemOut O Regex string : [\Q2021-08-25T01:02:44+0100\E]
[25/08/2021, 01:00:44:463 BST] 00000015 SystemOut O Original string: [2021-08-25T01:01:44+0100]
[25/08/2021, 01:00:44:463 BST] 00000015 SystemOut O Regex string : [\Q2021-08-25T01:01:44+0100\E]
[25/08/2021, 01:00:44:463 BST] 00000015 SystemOut O Exiting test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_withinClockSkew
[25/08/2021, 01:00:44:464 BST] 00000015 SystemOut O Entering test: testValidateNbf_nullClaims
[25/08/2021, 01:00:44:465 BST] 00000015 SystemOut O Exiting test: testValidateNbf_nullClaims
[25/08/2021, 01:00:44:465 BST] 00000015 SystemOut O Entering test: testValidateNbf_nbfThrowsException
[25/08/2021, 01:00:44:467 BST] 00000015 SystemOut O Exiting test: testValidateNbf_nbfThrowsException
[25/08/2021, 01:00:44:468 BST] 00000015 SystemOut O Entering test: testValidateNbf_nullNbf
[25/08/2021, 01:00:44:468 BST] 00000015 SystemOut O Exiting test: testValidateNbf_nullNbf
[25/08/2021, 01:00:44:469 BST] 00000015 SystemOut O Entering test: testValidateNbf_pastNbf_outsideClockSkew
[25/08/2021, 01:00:44:470 BST] 00000015 SystemOut O Exiting test: testValidateNbf_pastNbf_outsideClockSkew
[25/08/2021, 01:00:44:471 BST] 00000015 SystemOut O Entering test: testValidateNbf_pastNbf_withinClockSkew
[25/08/2021, 01:00:44:471 BST] 00000015 SystemOut O Exiting test: testValidateNbf_pastNbf_withinClockSkew
[25/08/2021, 01:00:44:472 BST] 00000015 SystemOut O Entering test: testValidateNbf_futureNbf_withinClockSkew
[25/08/2021, 01:00:44:473 BST] 00000015 SystemOut O Exiting test: testValidateNbf_futureNbf_withinClockSkew
[25/08/2021, 01:00:44:474 BST] 00000015 SystemOut O Entering test: testValidateNbf_futureNbf_outsideClockSkew
[25/08/2021, 01:00:44:475 BST] 00000015 SystemOut O Original string: [2021-08-25T02:00:44+0100]
[25/08/2021, 01:00:44:475 BST] 00000015 SystemOut O Regex string : [\Q2021-08-25T02:00:44+0100\E]
[25/08/2021, 01:00:44:476 BST] 00000015 SystemOut O Exiting test: testValidateNbf_futureNbf_outsideClockSkew
[25/08/2021, 01:00:44:476 BST] 00000015 SystemOut O Entering test: testGetAlgorithmHeader_nullContext
[25/08/2021, 01:00:44:477 BST] 00000015 SystemOut O Exiting test: testGetAlgorithmHeader_nullContext
[25/08/2021, 01:00:44:478 BST] 00000015 SystemOut O Entering test: testGetAlgorithmHeader_missingJsonWebStructures
[25/08/2021, 01:00:44:479 BST] 00000015 SystemOut O Chose list: null
[25/08/2021, 01:00:44:479 BST] 00000015 SystemOut O Exiting test: testGetAlgorithmHeader_missingJsonWebStructures
[25/08/2021, 01:00:44:480 BST] 00000015 SystemOut O Entering test: testGetAlgorithmHeader_validAlgorithmHeader
[25/08/2021, 01:00:44:485 BST] 00000015 SystemOut O Exiting test: testGetAlgorithmHeader_validAlgorithmHeader
[25/08/2021, 01:00:44:486 BST] 00000015 SystemOut O Entering test: testValidateAlgorithm_nullArgs
[25/08/2021, 01:00:44:487 BST] 00000015 SystemOut O Exiting test: testValidateAlgorithm_nullArgs
[25/08/2021, 01:00:44:488 BST] 00000015 SystemOut O Entering test: testValidateAlgorithm_algMismatch
[25/08/2021, 01:00:44:500 BST] 00000015 SystemOut O Exiting test: testValidateAlgorithm_algMismatch
[25/08/2021, 01:00:44:501 BST] 00000015 SystemOut O Entering test: testValidateAlgorithm_algMatch
[25/08/2021, 01:00:44:502 BST] 00000015 SystemOut O Exiting test: testValidateAlgorithm_algMatch
[25/08/2021, 01:00:44:503 BST] 00000015 SystemOut O Entering test: testValidateAMRClaim
[25/08/2021, 01:00:44:504 BST] 00000015 SystemOut O Exiting test: testValidateAMRClaim
-- Trace -------------------------------------------------
[25/08/2021, 01:00:44:158 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateClaimsReadsConfigProperty
[25/08/2021, 01:00:44:165 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateClaimsReadsConfigProperty
[25/08/2021, 01:00:44:166 BST] 00000015 id=00000000 SystemOut O Entering test: testGetSigningKey_nullConfig
[25/08/2021, 01:00:44:167 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JWT consumer config object is null
[25/08/2021, 01:00:44:167 BST] 00000015 id=00000000 SystemOut O Exiting test: testGetSigningKey_nullConfig
[25/08/2021, 01:00:44:168 BST] 00000015 id=00000000 SystemOut O Entering test: testGetSigningKey_unknownAlg
[25/08/2021, 01:00:44:169 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 A signing key could not be found
[25/08/2021, 01:00:44:169 BST] 00000015 id=00000000 SystemOut O Exiting test: testGetSigningKey_unknownAlg
[25/08/2021, 01:00:44:171 BST] 00000015 id=00000000 SystemOut O Entering test: testGetSigningKey_HS256ThrowsException
[25/08/2021, 01:00:44:175 BST] 00000015 id=00000000 SystemOut O Exiting test: testGetSigningKey_HS256ThrowsException
[25/08/2021, 01:00:44:177 BST] 00000015 id=00000000 SystemOut O Entering test: testGetSigningKey_HS256Valid
[25/08/2021, 01:00:44:178 BST] 00000015 id=00000000 SystemOut O Exiting test: testGetSigningKey_HS256Valid
[25/08/2021, 01:00:44:180 BST] 00000015 id=00000000 SystemOut O Entering test: testGetSigningKey_RS256ThrowsException
[25/08/2021, 01:00:44:182 BST] 00000015 id=00000000 SystemOut O Exiting test: testGetSigningKey_RS256ThrowsException
[25/08/2021, 01:00:44:183 BST] 00000015 id=00000000 SystemOut O Entering test: testGetSigningKey_RS256Valid
[25/08/2021, 01:00:44:224 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted alias: myAlias, Truststore: myTrustStore
[25/08/2021, 01:00:44:224 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 RSAPublicKey: true
[25/08/2021, 01:00:44:225 BST] 00000015 id=00000000 SystemOut O Exiting test: testGetSigningKey_RS256Valid
[25/08/2021, 01:00:44:226 BST] 00000015 id=00000000 SystemOut O Entering test: testGetSharedSecretKey_nullConfig
[25/08/2021, 01:00:44:227 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JWT consumer config object is null
[25/08/2021, 01:00:44:227 BST] 00000015 id=00000000 SystemOut O Exiting test: testGetSharedSecretKey_nullConfig
[25/08/2021, 01:00:44:228 BST] 00000015 id=00000000 SystemOut O Entering test: testGetSharedSecretKey_emptyOrNullKey
[25/08/2021, 01:00:44:229 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [null]
[25/08/2021, 01:00:44:229 BST] 00000015 id=00000000 SystemOut O Chose key: [null]
[25/08/2021, 01:00:44:230 BST] 00000015 id=00000000 SystemOut O Exiting test: testGetSharedSecretKey_emptyOrNullKey
[25/08/2021, 01:00:44:231 BST] 00000015 id=00000000 SystemOut O Entering test: testGetSharedSecretKey_validKey
[25/08/2021, 01:00:44:232 BST] 00000015 id=00000000 SystemOut O Exiting test: testGetSharedSecretKey_validKey
[25/08/2021, 01:00:44:233 BST] 00000015 id=00000000 SystemOut O Entering test: testGetPublicKey_missingKeyStoreService
[25/08/2021, 01:00:44:234 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [HS256]
[25/08/2021, 01:00:44:234 BST] 00000015 id=00000000 SystemOut O Exiting test: testGetPublicKey_missingKeyStoreService
[25/08/2021, 01:00:44:236 BST] 00000015 id=00000000 SystemOut O Entering test: testGetPublicKey_nullArgs
[25/08/2021, 01:00:44:252 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted alias: null, Truststore: null
[25/08/2021, 01:00:44:253 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 RSAPublicKey: false
[25/08/2021, 01:00:44:253 BST] 00000015 id=00000000 SystemOut O Exiting test: testGetPublicKey_nullArgs
[25/08/2021, 01:00:44:254 BST] 00000015 id=00000000 SystemOut O Entering test: testGetPublicKey_throwsException
[25/08/2021, 01:00:44:255 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [RS256]
[25/08/2021, 01:00:44:256 BST] 00000015 id=00000000 SystemOut O Exiting test: testGetPublicKey_throwsException
[25/08/2021, 01:00:44:257 BST] 00000015 id=00000000 SystemOut O Entering test: testGetPublicKey_notRSAPublicKey
[25/08/2021, 01:00:44:258 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [null]
[25/08/2021, 01:00:44:259 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted alias: myAlias, Truststore: myTrustStore
[25/08/2021, 01:00:44:259 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 RSAPublicKey: false
[25/08/2021, 01:00:44:259 BST] 00000015 id=00000000 SystemOut O Exiting test: testGetPublicKey_notRSAPublicKey
[25/08/2021, 01:00:44:260 BST] 00000015 id=00000000 SystemOut O Entering test: testGetPublicKey_validKey
[25/08/2021, 01:00:44:260 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [RS256]
[25/08/2021, 01:00:44:261 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted alias: myAlias, Truststore: myTrustStore
[25/08/2021, 01:00:44:261 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 RSAPublicKey: true
[25/08/2021, 01:00:44:261 BST] 00000015 id=00000000 SystemOut O Exiting test: testGetPublicKey_validKey
[25/08/2021, 01:00:44:263 BST] 00000015 id=00000000 SystemOut O Entering test: testParseJwtWithoutValidation_nullOrEmptyTokenString
[25/08/2021, 01:00:44:264 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [myConfigId]
[25/08/2021, 01:00:44:264 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: []
[25/08/2021, 01:00:44:265 BST] 00000015 id=00000000 SystemOut O Exiting test: testParseJwtWithoutValidation_nullOrEmptyTokenString
[25/08/2021, 01:00:44:266 BST] 00000015 id=00000000 SystemOut O Entering test: testParseJwtWithoutValidation_singlePartTokenString
[25/08/2021, 01:00:44:269 BST] 00000015 id=00000000 SystemOut O Exiting test: testParseJwtWithoutValidation_singlePartTokenString
[25/08/2021, 01:00:44:271 BST] 00000015 id=00000000 SystemOut O Entering test: testParseJwtWithoutValidation_twoPartTokenString
[25/08/2021, 01:00:44:272 BST] 00000015 id=00000000 SystemOut O Exiting test: testParseJwtWithoutValidation_twoPartTokenString
[25/08/2021, 01:00:44:274 BST] 00000015 id=00000000 SystemOut O Entering test: testParseJwtWithoutValidation_threePartMalformedTokenString
[25/08/2021, 01:00:44:294 BST] 00000015 id=00000000 SystemOut O Exiting test: testParseJwtWithoutValidation_threePartMalformedTokenString
[25/08/2021, 01:00:44:296 BST] 00000015 id=00000000 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jweString
[25/08/2021, 01:00:44:297 BST] 00000015 id=00000000 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jweString
[25/08/2021, 01:00:44:299 BST] 00000015 id=00000000 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jwsString
[25/08/2021, 01:00:44:299 BST] 00000015 id=00000000 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jwsRequired_jwsString
[25/08/2021, 01:00:44:301 BST] 00000015 id=00000000 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jwsString
[25/08/2021, 01:00:44:302 BST] 00000015 id=00000000 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jwsString
[25/08/2021, 01:00:44:303 BST] 00000015 id=00000000 SystemOut O Entering test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString
[25/08/2021, 01:00:44:304 BST] 00000015 id=00000000 SystemOut O Exiting test: test_checkJwtFormatAgainstConfigRequirements_jweRequired_jweString
[25/08/2021, 01:00:44:305 BST] 00000015 id=00000000 SystemOut O Entering test: test_getJwtContextFromCache_nothingCached
[25/08/2021, 01:00:44:306 BST] 00000015 id=00000000 SystemOut O Exiting test: test_getJwtContextFromCache_nothingCached
[25/08/2021, 01:00:44:307 BST] 00000015 id=00000000 SystemOut O Entering test: test_getJwtContextFromCache_validCachedJwt
[25/08/2021, 01:00:44:333 BST] 00000015 id=00000000 SystemOut O Exiting test: test_getJwtContextFromCache_validCachedJwt
[25/08/2021, 01:00:44:334 BST] 00000015 id=00000000 SystemOut O Entering test: test_getJwtContextFromCache_expiredCachedJwt
[25/08/2021, 01:00:44:335 BST] 00000015 id=00000000 SystemOut O Exiting test: test_getJwtContextFromCache_expiredCachedJwt
[25/08/2021, 01:00:44:337 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_nullOrEmptyArgs
[25/08/2021, 01:00:44:338 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_nullOrEmptyArgs
[25/08/2021, 01:00:44:340 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_whitespaceTrustedIssuers
[25/08/2021, 01:00:44:340 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer:
[25/08/2021, 01:00:44:341 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_whitespaceTrustedIssuers
[25/08/2021, 01:00:44:342 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_commaTrustedIssuers
[25/08/2021, 01:00:44:343 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_commaTrustedIssuers
[25/08/2021, 01:00:44:344 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_nullTokenIssuer
[25/08/2021, 01:00:44:344 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:345 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_nullTokenIssuer
[25/08/2021, 01:00:44:346 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer
[25/08/2021, 01:00:44:346 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:347 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer
[25/08/2021, 01:00:44:348 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_untrustedTokenIssuer
[25/08/2021, 01:00:44:348 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:349 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_untrustedTokenIssuer
[25/08/2021, 01:00:44:350 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSubstringOfTrusted
[25/08/2021, 01:00:44:350 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1entry2
[25/08/2021, 01:00:44:351 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSubstringOfTrusted
[25/08/2021, 01:00:44:352 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithComma
[25/08/2021, 01:00:44:353 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:353 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithComma
[25/08/2021, 01:00:44:354 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithSpace
[25/08/2021, 01:00:44:355 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:355 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_tokenIssuerSuperStringWithSpace
[25/08/2021, 01:00:44:356 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_trailingCommaTrusted
[25/08/2021, 01:00:44:357 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:357 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_trailingCommaTrusted
[25/08/2021, 01:00:44:358 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_leadingAndTrailingCommaTrusted
[25/08/2021, 01:00:44:359 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:359 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer_emptyTokenIssuer_leadingAndTrailingCommaTrusted
[25/08/2021, 01:00:44:360 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_singleTrustedIssuer
[25/08/2021, 01:00:44:361 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:361 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:361 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:361 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:361 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_singleTrustedIssuer
[25/08/2021, 01:00:44:362 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_nullTokenIssuer
[25/08/2021, 01:00:44:363 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:363 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry2
[25/08/2021, 01:00:44:363 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_nullTokenIssuer
[25/08/2021, 01:00:44:364 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_emptyTokenIssuer
[25/08/2021, 01:00:44:365 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:365 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry2
[25/08/2021, 01:00:44:365 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_emptyTokenIssuer
[25/08/2021, 01:00:44:366 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_untrustedTokenIssuer
[25/08/2021, 01:00:44:367 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:367 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry2
[25/08/2021, 01:00:44:367 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_untrustedTokenIssuer
[25/08/2021, 01:00:44:368 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerContainsTrustedIssuer
[25/08/2021, 01:00:44:369 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:369 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry2
[25/08/2021, 01:00:44:369 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerContainsTrustedIssuer
[25/08/2021, 01:00:44:370 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerWithComma
[25/08/2021, 01:00:44:371 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:371 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry2
[25/08/2021, 01:00:44:371 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers_tokenIssuerWithComma
[25/08/2021, 01:00:44:372 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_multipleTrustedIssuers
[25/08/2021, 01:00:44:372 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:372 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:372 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: http://localhost:80/context/sub
[25/08/2021, 01:00:44:373 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:373 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:373 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry2
[25/08/2021, 01:00:44:373 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_multipleTrustedIssuers
[25/08/2021, 01:00:44:374 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIssuer_trustAllIssuers
[25/08/2021, 01:00:44:374 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: ALL_ISSUERS
[25/08/2021, 01:00:44:374 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: ALL_ISSUERS
[25/08/2021, 01:00:44:374 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: ALL_ISSUERS
[25/08/2021, 01:00:44:374 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: ALL_ISSUERS
[25/08/2021, 01:00:44:375 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1
[25/08/2021, 01:00:44:375 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Trusted issuer: entry1 ALL_ISSUERS
[25/08/2021, 01:00:44:375 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIssuer_trustAllIssuers
[25/08/2021, 01:00:44:376 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences_ignoreAudIfNotConfigured
[25/08/2021, 01:00:44:377 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.config.MpConfigProperties 3 Didn't find mp.jwt.verify.audiences property in MP Config props; defaulting to null
[25/08/2021, 01:00:44:377 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences_ignoreAudIfNotConfigured
[25/08/2021, 01:00:44:378 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences
[25/08/2021, 01:00:44:379 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.config.MpConfigProperties 3 Didn't find mp.jwt.verify.audiences property in MP Config props; defaulting to null
[25/08/2021, 01:00:44:379 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nullTokenAudiences
[25/08/2021, 01:00:44:380 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_emptyTokenAudiences
[25/08/2021, 01:00:44:381 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.config.MpConfigProperties 3 Didn't find mp.jwt.verify.audiences property in MP Config props; defaulting to null
[25/08/2021, 01:00:44:381 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_emptyTokenAudiences
[25/08/2021, 01:00:44:382 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences_ignoreAudIfNotConfigured
[25/08/2021, 01:00:44:383 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.config.MpConfigProperties 3 Didn't find mp.jwt.verify.audiences property in MP Config props; defaulting to null
[25/08/2021, 01:00:44:383 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences_ignoreAudIfNotConfigured
[25/08/2021, 01:00:44:384 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences
[25/08/2021, 01:00:44:385 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.config.MpConfigProperties 3 Didn't find mp.jwt.verify.audiences property in MP Config props; defaulting to null
[25/08/2021, 01:00:44:385 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateAudience_withConfig_noAudiencesConfigured_nonEmptyTokenAudiences
[25/08/2021, 01:00:44:389 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateAudience_withConfig_audiencesConfigured_nullTokenAudiences
[25/08/2021, 01:00:44:390 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateAudience_withConfig_audiencesConfigured_nullTokenAudiences
[25/08/2021, 01:00:44:391 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateAudience
[25/08/2021, 01:00:44:391 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateAudience
[25/08/2021, 01:00:44:392 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_nullClaims
[25/08/2021, 01:00:44:393 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Missing JwtClaims object
[25/08/2021, 01:00:44:393 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_nullClaims
[25/08/2021, 01:00:44:394 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_malformedIat
[25/08/2021, 01:00:44:395 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_malformedIat
[25/08/2021, 01:00:44:396 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_malformedExp
[25/08/2021, 01:00:44:397 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_malformedExp
[25/08/2021, 01:00:44:398 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_nullIat
[25/08/2021, 01:00:44:399 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853244000
[25/08/2021, 01:00:44:401 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:00:44 BST 2021
[25/08/2021, 01:00:44:401 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [null] and exp [2021-08-25T02:00:44+0100]
[25/08/2021, 01:00:44:401 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849644000
[25/08/2021, 01:00:44:401 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:00:44 BST 2021
[25/08/2021, 01:00:44:402 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 0 seconds) [2021-08-25T01:00:44+0100]
[25/08/2021, 01:00:44:402 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849644000
[25/08/2021, 01:00:44:402 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:00:44 BST 2021
[25/08/2021, 01:00:44:402 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 0 seconds) [2021-08-25T01:00:44+0100]
[25/08/2021, 01:00:44:402 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_nullIat
[25/08/2021, 01:00:44:403 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_nullExp
[25/08/2021, 01:00:44:404 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846044000
[25/08/2021, 01:00:44:404 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:00:44 BST 2021
[25/08/2021, 01:00:44:404 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2021-08-25T00:00:44+0100] and exp [null]
[25/08/2021, 01:00:44:404 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849644000
[25/08/2021, 01:00:44:404 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:00:44 BST 2021
[25/08/2021, 01:00:44:404 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 0 seconds) [2021-08-25T01:00:44+0100]
[25/08/2021, 01:00:44:404 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849644000
[25/08/2021, 01:00:44:404 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:00:44 BST 2021
[25/08/2021, 01:00:44:404 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 0 seconds) [2021-08-25T01:00:44+0100]
[25/08/2021, 01:00:44:404 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849644000
[25/08/2021, 01:00:44:404 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:00:44 BST 2021
[25/08/2021, 01:00:44:405 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_nullExp
[25/08/2021, 01:00:44:406 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_outsideClockSkew
[25/08/2021, 01:00:44:406 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [300000]
[25/08/2021, 01:00:44:407 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846044000
[25/08/2021, 01:00:44:407 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:00:44 BST 2021
[25/08/2021, 01:00:44:407 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846104000
[25/08/2021, 01:00:44:407 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:01:44 BST 2021
[25/08/2021, 01:00:44:407 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2021-08-25T00:00:44+0100] and exp [2021-08-25T00:01:44+0100]
[25/08/2021, 01:00:44:407 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849344000
[25/08/2021, 01:00:44:407 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:55:44 BST 2021
[25/08/2021, 01:00:44:407 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2021-08-25T00:55:44+0100]
[25/08/2021, 01:00:44:408 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849944000
[25/08/2021, 01:00:44:408 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:05:44 BST 2021
[25/08/2021, 01:00:44:408 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2021-08-25T01:05:44+0100]
[25/08/2021, 01:00:44:408 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846104000
[25/08/2021, 01:00:44:408 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:01:44 BST 2021
[25/08/2021, 01:00:44:408 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849344000
[25/08/2021, 01:00:44:408 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:55:44 BST 2021
[25/08/2021, 01:00:44:408 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846104000
[25/08/2021, 01:00:44:409 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:01:44 BST 2021
[25/08/2021, 01:00:44:409 BST] 00000015 id=00000000 SystemOut O Original string: [2021-08-25T00:01:44+0100]
[25/08/2021, 01:00:44:409 BST] 00000015 id=00000000 SystemOut O Regex string : [\Q2021-08-25T00:01:44+0100\E]
[25/08/2021, 01:00:44:409 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_outsideClockSkew
[25/08/2021, 01:00:44:410 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_outsideClockSkew
[25/08/2021, 01:00:44:411 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [300000]
[25/08/2021, 01:00:44:411 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846104000
[25/08/2021, 01:00:44:411 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:01:44 BST 2021
[25/08/2021, 01:00:44:411 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846044000
[25/08/2021, 01:00:44:411 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:00:44 BST 2021
[25/08/2021, 01:00:44:411 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2021-08-25T00:01:44+0100] and exp [2021-08-25T00:00:44+0100]
[25/08/2021, 01:00:44:411 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849344000
[25/08/2021, 01:00:44:411 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:55:44 BST 2021
[25/08/2021, 01:00:44:411 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2021-08-25T00:55:44+0100]
[25/08/2021, 01:00:44:412 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849944000
[25/08/2021, 01:00:44:412 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:05:44 BST 2021
[25/08/2021, 01:00:44:412 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2021-08-25T01:05:44+0100]
[25/08/2021, 01:00:44:412 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846104000
[25/08/2021, 01:00:44:412 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:01:44 BST 2021
[25/08/2021, 01:00:44:412 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846044000
[25/08/2021, 01:00:44:412 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:00:44 BST 2021
[25/08/2021, 01:00:44:412 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846104000
[25/08/2021, 01:00:44:412 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:01:44 BST 2021
[25/08/2021, 01:00:44:413 BST] 00000015 id=00000000 SystemOut O Original string: [2021-08-25T00:01:44+0100]
[25/08/2021, 01:00:44:413 BST] 00000015 id=00000000 SystemOut O Regex string : [\Q2021-08-25T00:01:44+0100\E]
[25/08/2021, 01:00:44:413 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846044000
[25/08/2021, 01:00:44:413 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:00:44 BST 2021
[25/08/2021, 01:00:44:413 BST] 00000015 id=00000000 SystemOut O Original string: [2021-08-25T00:00:44+0100]
[25/08/2021, 01:00:44:413 BST] 00000015 id=00000000 SystemOut O Regex string : [\Q2021-08-25T00:00:44+0100\E]
[25/08/2021, 01:00:44:414 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_outsideClockSkew
[25/08/2021, 01:00:44:415 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_withinClockSkew
[25/08/2021, 01:00:44:415 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846044000
[25/08/2021, 01:00:44:415 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:00:44 BST 2021
[25/08/2021, 01:00:44:415 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849584000
[25/08/2021, 01:00:44:416 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:59:44 BST 2021
[25/08/2021, 01:00:44:416 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2021-08-25T00:00:44+0100] and exp [2021-08-25T00:59:44+0100]
[25/08/2021, 01:00:44:416 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849344000
[25/08/2021, 01:00:44:416 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:55:44 BST 2021
[25/08/2021, 01:00:44:416 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2021-08-25T00:55:44+0100]
[25/08/2021, 01:00:44:416 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849944000
[25/08/2021, 01:00:44:416 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:05:44 BST 2021
[25/08/2021, 01:00:44:416 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2021-08-25T01:05:44+0100]
[25/08/2021, 01:00:44:416 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_iatPast_outsideClockSkew_expPast_withinClockSkew
[25/08/2021, 01:00:44:418 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_withinClockSkew
[25/08/2021, 01:00:44:418 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849584000
[25/08/2021, 01:00:44:418 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:59:44 BST 2021
[25/08/2021, 01:00:44:419 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846044000
[25/08/2021, 01:00:44:419 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:00:44 BST 2021
[25/08/2021, 01:00:44:419 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2021-08-25T00:59:44+0100] and exp [2021-08-25T00:00:44+0100]
[25/08/2021, 01:00:44:419 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849344000
[25/08/2021, 01:00:44:419 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:55:44 BST 2021
[25/08/2021, 01:00:44:419 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2021-08-25T00:55:44+0100]
[25/08/2021, 01:00:44:419 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849944000
[25/08/2021, 01:00:44:419 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:05:44 BST 2021
[25/08/2021, 01:00:44:419 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2021-08-25T01:05:44+0100]
[25/08/2021, 01:00:44:419 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849584000
[25/08/2021, 01:00:44:419 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:59:44 BST 2021
[25/08/2021, 01:00:44:419 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846044000
[25/08/2021, 01:00:44:419 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:00:44 BST 2021
[25/08/2021, 01:00:44:420 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849584000
[25/08/2021, 01:00:44:420 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:59:44 BST 2021
[25/08/2021, 01:00:44:420 BST] 00000015 id=00000000 SystemOut O Original string: [2021-08-25T00:59:44+0100]
[25/08/2021, 01:00:44:420 BST] 00000015 id=00000000 SystemOut O Regex string : [\Q2021-08-25T00:59:44+0100\E]
[25/08/2021, 01:00:44:420 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846044000
[25/08/2021, 01:00:44:420 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:00:44 BST 2021
[25/08/2021, 01:00:44:421 BST] 00000015 id=00000000 SystemOut O Original string: [2021-08-25T00:00:44+0100]
[25/08/2021, 01:00:44:421 BST] 00000015 id=00000000 SystemOut O Regex string : [\Q2021-08-25T00:00:44+0100\E]
[25/08/2021, 01:00:44:421 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_expPast_outsideClockSkew_iatPast_withinClockSkew
[25/08/2021, 01:00:44:422 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_iatPast_withinClockSkew_expPast_withinClockSkew
[25/08/2021, 01:00:44:423 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849524000
[25/08/2021, 01:00:44:423 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:58:44 BST 2021
[25/08/2021, 01:00:44:423 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849584000
[25/08/2021, 01:00:44:423 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:59:44 BST 2021
[25/08/2021, 01:00:44:423 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2021-08-25T00:58:44+0100] and exp [2021-08-25T00:59:44+0100]
[25/08/2021, 01:00:44:423 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849344000
[25/08/2021, 01:00:44:423 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:55:44 BST 2021
[25/08/2021, 01:00:44:423 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2021-08-25T00:55:44+0100]
[25/08/2021, 01:00:44:423 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849944000
[25/08/2021, 01:00:44:424 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:05:44 BST 2021
[25/08/2021, 01:00:44:424 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2021-08-25T01:05:44+0100]
[25/08/2021, 01:00:44:424 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_iatPast_withinClockSkew_expPast_withinClockSkew
[25/08/2021, 01:00:44:425 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_expPast_withinClockSkew_iatPast_withinClockSkew
[25/08/2021, 01:00:44:425 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849584000
[25/08/2021, 01:00:44:425 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:59:44 BST 2021
[25/08/2021, 01:00:44:426 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849524000
[25/08/2021, 01:00:44:426 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:58:44 BST 2021
[25/08/2021, 01:00:44:426 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2021-08-25T00:59:44+0100] and exp [2021-08-25T00:58:44+0100]
[25/08/2021, 01:00:44:426 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849344000
[25/08/2021, 01:00:44:426 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:55:44 BST 2021
[25/08/2021, 01:00:44:426 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2021-08-25T00:55:44+0100]
[25/08/2021, 01:00:44:426 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849944000
[25/08/2021, 01:00:44:426 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:05:44 BST 2021
[25/08/2021, 01:00:44:426 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2021-08-25T01:05:44+0100]
[25/08/2021, 01:00:44:426 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849584000
[25/08/2021, 01:00:44:426 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:59:44 BST 2021
[25/08/2021, 01:00:44:426 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849524000
[25/08/2021, 01:00:44:426 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:58:44 BST 2021
[25/08/2021, 01:00:44:427 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849584000
[25/08/2021, 01:00:44:427 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:59:44 BST 2021
[25/08/2021, 01:00:44:427 BST] 00000015 id=00000000 SystemOut O Original string: [2021-08-25T00:59:44+0100]
[25/08/2021, 01:00:44:427 BST] 00000015 id=00000000 SystemOut O Regex string : [\Q2021-08-25T00:59:44+0100\E]
[25/08/2021, 01:00:44:427 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849524000
[25/08/2021, 01:00:44:427 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:58:44 BST 2021
[25/08/2021, 01:00:44:427 BST] 00000015 id=00000000 SystemOut O Original string: [2021-08-25T00:58:44+0100]
[25/08/2021, 01:00:44:428 BST] 00000015 id=00000000 SystemOut O Regex string : [\Q2021-08-25T00:58:44+0100\E]
[25/08/2021, 01:00:44:428 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_expPast_withinClockSkew_iatPast_withinClockSkew
[25/08/2021, 01:00:44:429 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_iatPast_expFuture
[25/08/2021, 01:00:44:429 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [300000]
[25/08/2021, 01:00:44:429 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [-3600000]
[25/08/2021, 01:00:44:429 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [3600000]
[25/08/2021, 01:00:44:430 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846044000
[25/08/2021, 01:00:44:430 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:00:44 BST 2021
[25/08/2021, 01:00:44:430 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853244000
[25/08/2021, 01:00:44:430 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:00:44 BST 2021
[25/08/2021, 01:00:44:430 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2021-08-25T00:00:44+0100] and exp [2021-08-25T02:00:44+0100]
[25/08/2021, 01:00:44:430 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849344000
[25/08/2021, 01:00:44:430 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:55:44 BST 2021
[25/08/2021, 01:00:44:430 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2021-08-25T00:55:44+0100]
[25/08/2021, 01:00:44:430 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849944000
[25/08/2021, 01:00:44:430 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:05:44 BST 2021
[25/08/2021, 01:00:44:431 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2021-08-25T01:05:44+0100]
[25/08/2021, 01:00:44:431 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_iatPast_expFuture
[25/08/2021, 01:00:44:432 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_expPast_iatFuture_outsideClockSkew
[25/08/2021, 01:00:44:432 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [300000]
[25/08/2021, 01:00:44:432 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [-60000]
[25/08/2021, 01:00:44:432 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853244000
[25/08/2021, 01:00:44:432 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:00:44 BST 2021
[25/08/2021, 01:00:44:432 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849584000
[25/08/2021, 01:00:44:432 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:59:44 BST 2021
[25/08/2021, 01:00:44:433 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2021-08-25T02:00:44+0100] and exp [2021-08-25T00:59:44+0100]
[25/08/2021, 01:00:44:433 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849344000
[25/08/2021, 01:00:44:433 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:55:44 BST 2021
[25/08/2021, 01:00:44:433 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2021-08-25T00:55:44+0100]
[25/08/2021, 01:00:44:433 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849944000
[25/08/2021, 01:00:44:433 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:05:44 BST 2021
[25/08/2021, 01:00:44:433 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2021-08-25T01:05:44+0100]
[25/08/2021, 01:00:44:433 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853244000
[25/08/2021, 01:00:44:433 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:00:44 BST 2021
[25/08/2021, 01:00:44:433 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849944000
[25/08/2021, 01:00:44:433 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:05:44 BST 2021
[25/08/2021, 01:00:44:434 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853244000
[25/08/2021, 01:00:44:434 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:00:44 BST 2021
[25/08/2021, 01:00:44:434 BST] 00000015 id=00000000 SystemOut O Original string: [2021-08-25T02:00:44+0100]
[25/08/2021, 01:00:44:434 BST] 00000015 id=00000000 SystemOut O Regex string : [\Q2021-08-25T02:00:44+0100\E]
[25/08/2021, 01:00:44:435 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_expPast_iatFuture_outsideClockSkew
[25/08/2021, 01:00:44:435 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_expPast_iatFuture_withinClockSkew
[25/08/2021, 01:00:44:436 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [-3600000]
[25/08/2021, 01:00:44:436 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849704000
[25/08/2021, 01:00:44:436 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:01:44 BST 2021
[25/08/2021, 01:00:44:436 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846044000
[25/08/2021, 01:00:44:436 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:00:44 BST 2021
[25/08/2021, 01:00:44:436 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2021-08-25T01:01:44+0100] and exp [2021-08-25T00:00:44+0100]
[25/08/2021, 01:00:44:436 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849344000
[25/08/2021, 01:00:44:436 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:55:44 BST 2021
[25/08/2021, 01:00:44:436 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2021-08-25T00:55:44+0100]
[25/08/2021, 01:00:44:437 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849944000
[25/08/2021, 01:00:44:437 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:05:44 BST 2021
[25/08/2021, 01:00:44:437 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2021-08-25T01:05:44+0100]
[25/08/2021, 01:00:44:441 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849704000
[25/08/2021, 01:00:44:441 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:01:44 BST 2021
[25/08/2021, 01:00:44:441 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846044000
[25/08/2021, 01:00:44:441 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:00:44 BST 2021
[25/08/2021, 01:00:44:441 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849704000
[25/08/2021, 01:00:44:442 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:01:44 BST 2021
[25/08/2021, 01:00:44:442 BST] 00000015 id=00000000 SystemOut O Original string: [2021-08-25T01:01:44+0100]
[25/08/2021, 01:00:44:442 BST] 00000015 id=00000000 SystemOut O Regex string : [\Q2021-08-25T01:01:44+0100\E]
[25/08/2021, 01:00:44:442 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629846044000
[25/08/2021, 01:00:44:442 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:00:44 BST 2021
[25/08/2021, 01:00:44:442 BST] 00000015 id=00000000 SystemOut O Original string: [2021-08-25T00:00:44+0100]
[25/08/2021, 01:00:44:443 BST] 00000015 id=00000000 SystemOut O Regex string : [\Q2021-08-25T00:00:44+0100\E]
[25/08/2021, 01:00:44:443 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_expPast_iatFuture_withinClockSkew
[25/08/2021, 01:00:44:444 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_iatFuture_outsideClockSkew_expFuture_outsideClockSkew
[25/08/2021, 01:00:44:444 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [300000]
[25/08/2021, 01:00:44:445 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853244000
[25/08/2021, 01:00:44:445 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:00:44 BST 2021
[25/08/2021, 01:00:44:445 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853304000
[25/08/2021, 01:00:44:445 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:01:44 BST 2021
[25/08/2021, 01:00:44:445 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2021-08-25T02:00:44+0100] and exp [2021-08-25T02:01:44+0100]
[25/08/2021, 01:00:44:445 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849344000
[25/08/2021, 01:00:44:445 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:55:44 BST 2021
[25/08/2021, 01:00:44:445 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2021-08-25T00:55:44+0100]
[25/08/2021, 01:00:44:445 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849944000
[25/08/2021, 01:00:44:445 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:05:44 BST 2021
[25/08/2021, 01:00:44:445 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2021-08-25T01:05:44+0100]
[25/08/2021, 01:00:44:445 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853244000
[25/08/2021, 01:00:44:446 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:00:44 BST 2021
[25/08/2021, 01:00:44:446 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849944000
[25/08/2021, 01:00:44:446 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:05:44 BST 2021
[25/08/2021, 01:00:44:446 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853244000
[25/08/2021, 01:00:44:446 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:00:44 BST 2021
[25/08/2021, 01:00:44:446 BST] 00000015 id=00000000 SystemOut O Original string: [2021-08-25T02:00:44+0100]
[25/08/2021, 01:00:44:446 BST] 00000015 id=00000000 SystemOut O Regex string : [\Q2021-08-25T02:00:44+0100\E]
[25/08/2021, 01:00:44:447 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_iatFuture_outsideClockSkew_expFuture_outsideClockSkew
[25/08/2021, 01:00:44:448 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_expFuture_outsideClockSkew_iatFuture_outsideClockSkew
[25/08/2021, 01:00:44:448 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [0]
[25/08/2021, 01:00:44:448 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853304000
[25/08/2021, 01:00:44:448 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:01:44 BST 2021
[25/08/2021, 01:00:44:448 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853244000
[25/08/2021, 01:00:44:448 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:00:44 BST 2021
[25/08/2021, 01:00:44:449 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2021-08-25T02:01:44+0100] and exp [2021-08-25T02:00:44+0100]
[25/08/2021, 01:00:44:449 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849644000
[25/08/2021, 01:00:44:449 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:00:44 BST 2021
[25/08/2021, 01:00:44:449 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 0 seconds) [2021-08-25T01:00:44+0100]
[25/08/2021, 01:00:44:449 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849644000
[25/08/2021, 01:00:44:449 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:00:44 BST 2021
[25/08/2021, 01:00:44:449 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 0 seconds) [2021-08-25T01:00:44+0100]
[25/08/2021, 01:00:44:449 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853304000
[25/08/2021, 01:00:44:449 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:01:44 BST 2021
[25/08/2021, 01:00:44:449 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849644000
[25/08/2021, 01:00:44:449 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:00:44 BST 2021
[25/08/2021, 01:00:44:450 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853304000
[25/08/2021, 01:00:44:450 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:01:44 BST 2021
[25/08/2021, 01:00:44:450 BST] 00000015 id=00000000 SystemOut O Original string: [2021-08-25T02:01:44+0100]
[25/08/2021, 01:00:44:450 BST] 00000015 id=00000000 SystemOut O Regex string : [\Q2021-08-25T02:01:44+0100\E]
[25/08/2021, 01:00:44:451 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_expFuture_outsideClockSkew_iatFuture_outsideClockSkew
[25/08/2021, 01:00:44:452 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_outsideClockSkew
[25/08/2021, 01:00:44:452 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853244000
[25/08/2021, 01:00:44:452 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:00:44 BST 2021
[25/08/2021, 01:00:44:452 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849704000
[25/08/2021, 01:00:44:452 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:01:44 BST 2021
[25/08/2021, 01:00:44:452 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2021-08-25T02:00:44+0100] and exp [2021-08-25T01:01:44+0100]
[25/08/2021, 01:00:44:453 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849344000
[25/08/2021, 01:00:44:453 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:55:44 BST 2021
[25/08/2021, 01:00:44:453 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2021-08-25T00:55:44+0100]
[25/08/2021, 01:00:44:453 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849944000
[25/08/2021, 01:00:44:453 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:05:44 BST 2021
[25/08/2021, 01:00:44:453 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2021-08-25T01:05:44+0100]
[25/08/2021, 01:00:44:453 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853244000
[25/08/2021, 01:00:44:453 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:00:44 BST 2021
[25/08/2021, 01:00:44:453 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849944000
[25/08/2021, 01:00:44:453 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:05:44 BST 2021
[25/08/2021, 01:00:44:454 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853244000
[25/08/2021, 01:00:44:454 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:00:44 BST 2021
[25/08/2021, 01:00:44:454 BST] 00000015 id=00000000 SystemOut O Original string: [2021-08-25T02:00:44+0100]
[25/08/2021, 01:00:44:454 BST] 00000015 id=00000000 SystemOut O Regex string : [\Q2021-08-25T02:00:44+0100\E]
[25/08/2021, 01:00:44:454 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_outsideClockSkew
[25/08/2021, 01:00:44:455 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_outsideClockSkew
[25/08/2021, 01:00:44:456 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849704000
[25/08/2021, 01:00:44:456 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:01:44 BST 2021
[25/08/2021, 01:00:44:456 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853244000
[25/08/2021, 01:00:44:456 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:00:44 BST 2021
[25/08/2021, 01:00:44:456 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2021-08-25T01:01:44+0100] and exp [2021-08-25T02:00:44+0100]
[25/08/2021, 01:00:44:456 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849344000
[25/08/2021, 01:00:44:456 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:55:44 BST 2021
[25/08/2021, 01:00:44:456 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2021-08-25T00:55:44+0100]
[25/08/2021, 01:00:44:456 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849944000
[25/08/2021, 01:00:44:457 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:05:44 BST 2021
[25/08/2021, 01:00:44:457 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2021-08-25T01:05:44+0100]
[25/08/2021, 01:00:44:457 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_outsideClockSkew
[25/08/2021, 01:00:44:458 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_withinClockSkew
[25/08/2021, 01:00:44:458 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849704000
[25/08/2021, 01:00:44:458 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:01:44 BST 2021
[25/08/2021, 01:00:44:458 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849764000
[25/08/2021, 01:00:44:458 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:02:44 BST 2021
[25/08/2021, 01:00:44:459 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2021-08-25T01:01:44+0100] and exp [2021-08-25T01:02:44+0100]
[25/08/2021, 01:00:44:459 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849344000
[25/08/2021, 01:00:44:459 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:55:44 BST 2021
[25/08/2021, 01:00:44:459 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2021-08-25T00:55:44+0100]
[25/08/2021, 01:00:44:459 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849944000
[25/08/2021, 01:00:44:459 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:05:44 BST 2021
[25/08/2021, 01:00:44:459 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2021-08-25T01:05:44+0100]
[25/08/2021, 01:00:44:459 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_iatFuture_withinClockSkew_expFuture_withinClockSkew
[25/08/2021, 01:00:44:460 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_withinClockSkew
[25/08/2021, 01:00:44:461 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849764000
[25/08/2021, 01:00:44:461 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:02:44 BST 2021
[25/08/2021, 01:00:44:461 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849704000
[25/08/2021, 01:00:44:461 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:01:44 BST 2021
[25/08/2021, 01:00:44:461 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Checking iat [2021-08-25T01:02:44+0100] and exp [2021-08-25T01:01:44+0100]
[25/08/2021, 01:00:44:461 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849344000
[25/08/2021, 01:00:44:461 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 00:55:44 BST 2021
[25/08/2021, 01:00:44:461 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (minus clock skew of 300 seconds) [2021-08-25T00:55:44+0100]
[25/08/2021, 01:00:44:461 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849944000
[25/08/2021, 01:00:44:461 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:05:44 BST 2021
[25/08/2021, 01:00:44:461 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Comparing against current time (plus clock skew of 300 seconds) [2021-08-25T01:05:44+0100]
[25/08/2021, 01:00:44:461 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849764000
[25/08/2021, 01:00:44:461 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:02:44 BST 2021
[25/08/2021, 01:00:44:462 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849704000
[25/08/2021, 01:00:44:462 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:01:44 BST 2021
[25/08/2021, 01:00:44:462 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849764000
[25/08/2021, 01:00:44:462 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:02:44 BST 2021
[25/08/2021, 01:00:44:462 BST] 00000015 id=00000000 SystemOut O Original string: [2021-08-25T01:02:44+0100]
[25/08/2021, 01:00:44:462 BST] 00000015 id=00000000 SystemOut O Regex string : [\Q2021-08-25T01:02:44+0100\E]
[25/08/2021, 01:00:44:463 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849704000
[25/08/2021, 01:00:44:463 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:01:44 BST 2021
[25/08/2021, 01:00:44:463 BST] 00000015 id=00000000 SystemOut O Original string: [2021-08-25T01:01:44+0100]
[25/08/2021, 01:00:44:463 BST] 00000015 id=00000000 SystemOut O Regex string : [\Q2021-08-25T01:01:44+0100\E]
[25/08/2021, 01:00:44:463 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateIatAndExp_expFuture_withinClockSkew_iatFuture_withinClockSkew
[25/08/2021, 01:00:44:464 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateNbf_nullClaims
[25/08/2021, 01:00:44:464 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Missing JwtClaims object
[25/08/2021, 01:00:44:465 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateNbf_nullClaims
[25/08/2021, 01:00:44:465 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateNbf_nbfThrowsException
[25/08/2021, 01:00:44:467 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateNbf_nbfThrowsException
[25/08/2021, 01:00:44:468 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateNbf_nullNbf
[25/08/2021, 01:00:44:468 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateNbf_nullNbf
[25/08/2021, 01:00:44:469 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateNbf_pastNbf_outsideClockSkew
[25/08/2021, 01:00:44:470 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [0]
[25/08/2021, 01:00:44:470 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateNbf_pastNbf_outsideClockSkew
[25/08/2021, 01:00:44:471 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateNbf_pastNbf_withinClockSkew
[25/08/2021, 01:00:44:471 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateNbf_pastNbf_withinClockSkew
[25/08/2021, 01:00:44:472 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateNbf_futureNbf_withinClockSkew
[25/08/2021, 01:00:44:473 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateNbf_futureNbf_withinClockSkew
[25/08/2021, 01:00:44:474 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateNbf_futureNbf_outsideClockSkew
[25/08/2021, 01:00:44:474 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [300000]
[25/08/2021, 01:00:44:474 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853244000
[25/08/2021, 01:00:44:474 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:00:44 BST 2021
[25/08/2021, 01:00:44:474 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629849944000
[25/08/2021, 01:00:44:474 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 01:05:44 BST 2021
[25/08/2021, 01:00:44:475 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on long value: 1629853244000
[25/08/2021, 01:00:44:475 BST] 00000015 id=00000000 com.ibm.ws.security.common.time.TimeUtils 3 Creating date string based on date: Wed Aug 25 02:00:44 BST 2021
[25/08/2021, 01:00:44:475 BST] 00000015 id=00000000 SystemOut O Original string: [2021-08-25T02:00:44+0100]
[25/08/2021, 01:00:44:475 BST] 00000015 id=00000000 SystemOut O Regex string : [\Q2021-08-25T02:00:44+0100\E]
[25/08/2021, 01:00:44:476 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateNbf_futureNbf_outsideClockSkew
[25/08/2021, 01:00:44:476 BST] 00000015 id=00000000 SystemOut O Entering test: testGetAlgorithmHeader_nullContext
[25/08/2021, 01:00:44:477 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JwtContext is null
[25/08/2021, 01:00:44:477 BST] 00000015 id=00000000 SystemOut O Exiting test: testGetAlgorithmHeader_nullContext
[25/08/2021, 01:00:44:478 BST] 00000015 id=00000000 SystemOut O Entering test: testGetAlgorithmHeader_missingJsonWebStructures
[25/08/2021, 01:00:44:478 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [null]
[25/08/2021, 01:00:44:479 BST] 00000015 id=00000000 SystemOut O Chose list: null
[25/08/2021, 01:00:44:479 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Failed to obtain JWT header
[25/08/2021, 01:00:44:479 BST] 00000015 id=00000000 SystemOut O Exiting test: testGetAlgorithmHeader_missingJsonWebStructures
[25/08/2021, 01:00:44:480 BST] 00000015 id=00000000 SystemOut O Entering test: testGetAlgorithmHeader_validAlgorithmHeader
[25/08/2021, 01:00:44:481 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [RS256]
[25/08/2021, 01:00:44:485 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JsonWebStructure class: org.jose4j.jws.JsonWebSignature data:JsonWebSignature{"alg":"RS256"}
[25/08/2021, 01:00:44:485 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JsonWebSignature alg: RS256 3rd:'null'
[25/08/2021, 01:00:44:485 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JWT is signed with algorithm:
RS256
[25/08/2021, 01:00:44:485 BST] 00000015 id=00000000 SystemOut O Exiting test: testGetAlgorithmHeader_validAlgorithmHeader
[25/08/2021, 01:00:44:486 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateAlgorithm_nullArgs
[25/08/2021, 01:00:44:487 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 No required signature algorithm was specified
[25/08/2021, 01:00:44:487 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 No required signature algorithm was specified
[25/08/2021, 01:00:44:487 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [HS256]
[25/08/2021, 01:00:44:487 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JwtContext is null
[25/08/2021, 01:00:44:487 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 Signature algorithm was not found in the JWT
[25/08/2021, 01:00:44:487 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateAlgorithm_nullArgs
[25/08/2021, 01:00:44:488 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateAlgorithm_algMismatch
[25/08/2021, 01:00:44:489 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [HS256]
[25/08/2021, 01:00:44:499 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JsonWebStructure class: org.jose4j.jwx.JsonWebStructure$$EnhancerByCGLIB$$2269636c data:jsonWebStructure
[25/08/2021, 01:00:44:499 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JWT is signed with algorithm:
SomeOtherAlgorithm
[25/08/2021, 01:00:44:499 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JWT is signed with algorithm:
SomeOtherAlgorithm
[25/08/2021, 01:00:44:499 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JWT is required to be signed with algorithm:
HS256
[25/08/2021, 01:00:44:500 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateAlgorithm_algMismatch
[25/08/2021, 01:00:44:501 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateAlgorithm_algMatch
[25/08/2021, 01:00:44:501 BST] 00000015 id=00000000 com.ibm.ws.security.common.random.RandomUtils 3 Chose random selection: [HS256]
[25/08/2021, 01:00:44:502 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JsonWebStructure class: org.jose4j.jwx.JsonWebStructure$$EnhancerByCGLIB$$2269636c data:jsonWebStructure
[25/08/2021, 01:00:44:502 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JWT is signed with algorithm:
HS256
[25/08/2021, 01:00:44:502 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JWT is signed with algorithm:
HS256
[25/08/2021, 01:00:44:502 BST] 00000015 id=00000000 com.ibm.ws.security.jwt.internal.ConsumerUtil 3 JWT is required to be signed with algorithm:
HS256
[25/08/2021, 01:00:44:502 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateAlgorithm_algMatch
[25/08/2021, 01:00:44:503 BST] 00000015 id=00000000 SystemOut O Entering test: testValidateAMRClaim
[25/08/2021, 01:00:44:504 BST] 00000015 id=00000000 SystemOut O Exiting test: testValidateAMRClaim