Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DKeyManagerImpl.java83 public final MessageLite newKey(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKey()
115 public final KeyData newKeyData(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKeyData()
162 KeyProtoT parseValidateCreate(ByteString serializedKeyFormat) in parseValidateCreate()
H A DKeyManager.java82 default MessageLite newKey(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKey()
141 KeyData newKeyData(ByteString serializedKeyFormat) throws GeneralSecurityException; in newKeyData()
H A DRegistry.java99 KeyData deriveKeyData(ByteString serializedKeyFormat, InputStream stream) in deriveKeyData()
122 public KeyData deriveKeyData(ByteString serializedKeyFormat, InputStream stream) in createDeriverFor()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/mac/internal/
H A DLegacyHmacTestKeyManager.java98 public MessageLite newKey(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKey()
131 public KeyData newKeyData(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKeyData()
/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()
H A DRegistryMultithreadTest.java60 public KeyData newKeyData(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKeyData()
H A DKeyManagerRegistryTest.java61 public KeyData newKeyData(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKeyData()
/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()
/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 ...