Home
last modified time | relevance | path

Searched defs:KeyFormatProtoT (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
H A DKeyTypeManagerTestUtil.java32 KeyTypeManager.KeyFactory<KeyFormatProtoT, KeyProtoT> factory, in parseValidateCreateKey()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DKeyManagerImpl.java151 KeyFactoryHelper(KeyTypeManager.KeyFactory<KeyFormatProtoT, KeyProtoT> keyFactory) { in KeyFactoryHelper()