Home
last modified time | relevance | path

Searched defs:jwtMac (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/jwt/
H A DJwtMacWrapperTest.java82 JwtMac jwtMac = handle.getPrimitive(JwtMac.class); in test_wrapSingleRawKey_works() local
94 JwtMac jwtMac = handle.getPrimitive(JwtMac.class); in test_wrapSingleTinkKey_works() local
177 JwtMac jwtMac = keysetHandle.getPrimitive(JwtMac.class); in wrongKey_throwsInvalidSignatureException() local
191 JwtMac jwtMac = keysetHandle.getPrimitive(JwtMac.class); in wrongIssuer_throwsInvalidException() local
202 JwtMac jwtMac = keysetHandle.getPrimitive(JwtMac.class); in expiredCompact_throwsExpiredException() local
217 JwtMac jwtMac = keysetHandle.getPrimitive(JwtMac.class); in notYetValidCompact_throwsNotBeforeException() local
H A DJwtTest.java63 JwtMac jwtMac = handle.getPrimitive(JwtMac.class); in createComputeVerifyJwtMac() local
152 JwtMac jwtMac = handle.getPrimitive(JwtMac.class); in readKeysetComputeVerifyJwtMac_success() local
216 JwtMac jwtMac = handle.getPrimitive(JwtMac.class); in multipleKeysReadKeysetComputeVerifyJwtMac_success() local
/aosp_15_r20/external/tink/testing/java_src/java/com/google/crypto/tink/testing/
H A DJwtServiceImpl.java154 JwtMac jwtMac = in computeMacAndEncode() local
314 JwtMac jwtMac = in verifyMacAndDecode() local