Uses of Interface
org.apache.hc.core5.ssl.PrivateKeyStrategy
-
Packages that use PrivateKeyStrategy Package Description org.apache.hc.core5.ssl Utility classes for trust and key material management and TLS/SSL context initialization. -
-
Uses of PrivateKeyStrategy in org.apache.hc.core5.ssl
Fields in org.apache.hc.core5.ssl declared as PrivateKeyStrategy Modifier and Type Field Description private PrivateKeyStrategySSLContextBuilder.KeyManagerDelegate. aliasStrategyMethods in org.apache.hc.core5.ssl with parameters of type PrivateKeyStrategy Modifier and Type Method Description SSLContextBuilderSSLContextBuilder. loadKeyMaterial(java.io.File file, char[] storePassword, char[] keyPassword, PrivateKeyStrategy aliasStrategy)SSLContextBuilderSSLContextBuilder. loadKeyMaterial(java.net.URL url, char[] storePassword, char[] keyPassword, PrivateKeyStrategy aliasStrategy)SSLContextBuilderSSLContextBuilder. loadKeyMaterial(java.nio.file.Path file, char[] storePassword, char[] keyPassword, PrivateKeyStrategy aliasStrategy, java.nio.file.OpenOption... openOptions)SSLContextBuilderSSLContextBuilder. loadKeyMaterial(java.security.KeyStore keyStore, char[] keyPassword, PrivateKeyStrategy aliasStrategy)Constructors in org.apache.hc.core5.ssl with parameters of type PrivateKeyStrategy Constructor Description KeyManagerDelegate(javax.net.ssl.X509ExtendedKeyManager keyManager, PrivateKeyStrategy aliasStrategy)
-