Uses of Interface
org.apache.http.ssl.PrivateKeyStrategy

Packages that use PrivateKeyStrategy
org.apache.http.ssl Utility classes for trust and key material management and TLS/SSL context initialization. 
 

Uses of PrivateKeyStrategy in org.apache.http.ssl
 

Methods in org.apache.http.ssl with parameters of type PrivateKeyStrategy
 SSLContextBuilder SSLContextBuilder.loadKeyMaterial(File file, char[] storePassword, char[] keyPassword, PrivateKeyStrategy aliasStrategy)
           
 SSLContextBuilder SSLContextBuilder.loadKeyMaterial(KeyStore keystore, char[] keyPassword, PrivateKeyStrategy aliasStrategy)
           
 SSLContextBuilder SSLContextBuilder.loadKeyMaterial(URL url, char[] storePassword, char[] keyPassword, PrivateKeyStrategy aliasStrategy)
           
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.