Uses of Class
org.xipki.util.http.SSLContextBuilder
-
Packages that use SSLContextBuilder Package Description org.xipki.util.http -
-
Uses of SSLContextBuilder in org.xipki.util.http
Methods in org.xipki.util.http that return SSLContextBuilder Modifier and Type Method Description static SSLContextBuilderSSLContextBuilder. create()SSLContextBuilderSSLContextBuilder. loadKeyMaterial(File file, char[] storePassword, char[] keyPassword)SSLContextBuilderSSLContextBuilder. loadKeyMaterial(InputStream instream, char[] storePassword, char[] keyPassword)SSLContextBuilderSSLContextBuilder. loadKeyMaterial(KeyStore keystore, char[] keyPassword)SSLContextBuilderSSLContextBuilder. loadTrustMaterial()SSLContextBuilderSSLContextBuilder. loadTrustMaterial(File file, char[] storePassword)SSLContextBuilderSSLContextBuilder. loadTrustMaterial(InputStream instream, char[] storePassword)SSLContextBuilderSSLContextBuilder. loadTrustMaterial(KeyStore truststore)SSLContextBuilderSSLContextBuilder. setKeyManagerFactoryAlgorithm(String keyManagerFactoryAlgorithm)Sets the key manager factory algorithm name.SSLContextBuilderSSLContextBuilder. setKeyStoreType(String keyStoreType)Sets the key store type.SSLContextBuilderSSLContextBuilder. setProtocol(String protocol)Sets the SSLContext protocol algorithm name.SSLContextBuilderSSLContextBuilder. setProvider(String name)SSLContextBuilderSSLContextBuilder. setProvider(Provider provider)SSLContextBuilderSSLContextBuilder. setSecureRandom(SecureRandom secureRandom)SSLContextBuilderSSLContextBuilder. setTrustManagerFactoryAlgorithm(String trustManagerFactoryAlgorithm)Sets the trust manager factory algorithm name.
-