Home
last modified time | relevance | path

Searched defs:KeyManagerImpl (Results 1 – 4 of 4) sorted by relevance

/external/tink/java_src/src/main/java/com/google/crypto/tink/
DKeyManagerImpl.java34 class KeyManagerImpl<PrimitiveT, KeyProtoT extends MessageLite> implements KeyManager<PrimitiveT> { class
35 public KeyManagerImpl( in KeyManagerImpl() method in KeyManagerImpl
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DKeyManagerImpl.java51 class KeyManagerImpl extends X509ExtendedKeyManager { class
60 KeyManagerImpl(KeyStore keyStore, char[] pwd) { in KeyManagerImpl() method in KeyManagerImpl
/external/conscrypt/common/src/main/java/org/conscrypt/
DKeyManagerImpl.java50 class KeyManagerImpl extends X509ExtendedKeyManager { class
59 KeyManagerImpl(KeyStore keyStore, char[] pwd) { in KeyManagerImpl() method in KeyManagerImpl
/external/tink/cc/core/
Dkey_manager_impl.h154 class KeyManagerImpl; variable
167 explicit KeyManagerImpl(KeyTypeManager<KeyProto, KeyFormatProto, in KeyManagerImpl() function