Package com.yahoo.security
Interface SslContextBuilder.KeyManagerFactory
- Enclosing class:
- SslContextBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A factory interface for creating
X509ExtendedKeyManager.-
Method Summary
-
Method Details
-
createKeyManager
X509ExtendedKeyManager createKeyManager(KeyStore truststore, char[] password) throws GeneralSecurityException - Throws:
GeneralSecurityException
-