Home
last modified time | relevance | path

Searched defs:publicKeysetHandle (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DTinkProtoKeysetFormatTest.java193 KeysetHandle publicKeysetHandle = generatePublicKeyset(); in serializeAndParseWithoutSecret_successWithSameKeyset() local
265 KeysetHandle publicKeysetHandle = generatePublicKeyset(); in serializeKeysetWithoutSecret_worksWithKeysetHandleReadNoSecretAndBinaryKeysetReader() local
279 KeysetHandle publicKeysetHandle = generatePublicKeyset(); in parseKeysetWithoutSecret_worksWithKeysetHandleWriteNoSecretAndBinaryKeysetWriter() local
H A DTinkJsonProtoKeysetFormatTest.java193 KeysetHandle publicKeysetHandle = generatePublicKeyset(); in serializeAndParseWithoutSecret_successWithSameKeyset() local
266 KeysetHandle publicKeysetHandle = generatePublicKeyset(); in serializeKeysetWithoutSecret_worksWithKeysetHandleReadNoSecretAndJsonKeysetReader() local
280 KeysetHandle publicKeysetHandle = generatePublicKeyset(); in parseKeysetWithoutSecret_worksWithKeysetHandleWriteNoSecretAndJsonKeysetWriter() local
/aosp_15_r20/external/tink/java_src/examples/jwt/
H A DJwtVerify.java59 KeysetHandle publicKeysetHandle = in main() local
/aosp_15_r20/external/tink/testing/java_src/java/com/google/crypto/tink/testing/
H A DKeysetServiceImpl.java102 KeysetHandle publicKeysetHandle = privateKeysetHandle.getPublicKeysetHandle(); in public_() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/jwt/
H A DJwkSetConverterTest.java574 KeysetHandle publicKeysetHandle = JwkSetConverter.toPublicKeysetHandle(jwksString); in convertTinkToJwksTokenVerification_success() local