Home
last modified time | relevance | path

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

/external/tink/java_src/src/main/java/com/google/crypto/tink/
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()
DKeyManager.java82 default MessageLite newKey(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKey()
141 KeyData newKeyData(ByteString serializedKeyFormat) throws GeneralSecurityException; in newKeyData()
DRegistry.java99 KeyData deriveKeyData(ByteString serializedKeyFormat, InputStream stream) in deriveKeyData()
122 public KeyData deriveKeyData(ByteString serializedKeyFormat, InputStream stream) in createDeriverFor()
/external/tink/java_src/src/main/java/com/google/crypto/tink/mac/internal/
DLegacyHmacTestKeyManager.java98 public MessageLite newKey(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKey()
131 public KeyData newKeyData(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKeyData()
/external/tink/java_src/src/test/java/com/google/crypto/tink/
DRegistryTest.java107 public KeyData newKeyData(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKeyData()
DRegistryMultithreadTest.java60 public KeyData newKeyData(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKeyData()
DKeyManagerRegistryTest.java61 public KeyData newKeyData(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKeyData()
/external/tink/java_src/src/test/java/com/google/crypto/tink/custom/
DCustomAeadKeyManagerTest.java95 public KeyData newKeyData(ByteString serializedKeyFormat) throws GeneralSecurityException { in newKeyData()