Home
last modified time | relevance | path

Searched refs:parseKeyWithLegacyFallback (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/internal/
H A DMutableSerializationRegistryTest.java500 Key key = registry.parseKeyWithLegacyFallback(protoKey, InsecureSecretKeyAccess.get()); in test_parseKeyWithLegacyFallback_testFallback()
528 Key key = registry.parseKeyWithLegacyFallback(protoKey, InsecureSecretKeyAccess.get()); in test_parseKeyWithLegacyFallback_testRegistered()
543 GeneralSecurityException.class, () -> registry.parseKeyWithLegacyFallback(protoKey, null)); in test_parseKeyWithLegacyFallback_testFallback_missingAccess()
557 Key key = registry.parseKeyWithLegacyFallback(protoKey, InsecureSecretKeyAccess.get()); in test_parseKeyWithLegacyFallback_testFallback_accessNotNeededRemote()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/internal/
H A DMutableSerializationRegistry.java154 public Key parseKeyWithLegacyFallback( in parseKeyWithLegacyFallback() method in MutableSerializationRegistry
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DPrimitiveSet.java169 .parseKeyWithLegacyFallback( in createEntry()
H A DKeysetHandle.java547 .parseKeyWithLegacyFallback(protoKeySerialization, InsecureSecretKeyAccess.get()); in getEntriesFromKeyset()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/
H A DJwkSetConverter.java150 .parseKeyWithLegacyFallback(keySerialization, null)) in toPublicKeysetHandle()