Searched refs:parseKeyWithLegacyFallback (Results 1 – 5 of 5) sorted by relevance
500 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()
154 public Key parseKeyWithLegacyFallback( in parseKeyWithLegacyFallback() method in MutableSerializationRegistry
169 .parseKeyWithLegacyFallback( in createEntry()
547 .parseKeyWithLegacyFallback(protoKeySerialization, InsecureSecretKeyAccess.get()); in getEntriesFromKeyset()
150 .parseKeyWithLegacyFallback(keySerialization, null)) in toPublicKeysetHandle()