Home
last modified time | relevance | path

Searched defs:newKeyData (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DKeyManager.java141 KeyData newKeyData(ByteString serializedKeyFormat) throws GeneralSecurityException; in newKeyData() method
H A DKeyManagerImpl.java115 public final KeyData newKeyData(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKeyData() method in KeyManagerImpl
/aosp_15_r20/external/tink/go/jwt/
H A Djwt_mac_factory_test.go44 func newKeyData(key *jwtmacpb.JwtHmacKey) (*tinkpb.KeyData, error) { func
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DRegistryTest.java107 public KeyData newKeyData(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKeyData() method in RegistryTest.CustomAeadKeyManager
H A DRegistryMultithreadTest.java60 public KeyData newKeyData(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKeyData() method in RegistryMultithreadTest.TestKeyManager
H A DKeyManagerRegistryTest.java61 public KeyData newKeyData(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKeyData() method in KeyManagerRegistryTest.TestKeyManager
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/mac/internal/
H A DLegacyHmacTestKeyManager.java131 public KeyData newKeyData(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKeyData() method in LegacyHmacTestKeyManager
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/custom/
H A DCustomAeadKeyManagerTest.java95 public KeyData newKeyData(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKeyData() method in CustomAeadKeyManagerTest.MyCustomKeyManager
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...