| Package | Description |
|---|---|
| org.xipki.util.http |
| Modifier and Type | Method and Description |
|---|---|
static SSLContextBuilder |
SSLContextBuilder.create() |
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(File file,
char[] storePassword,
char[] keyPassword) |
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(InputStream instream,
char[] storePassword,
char[] keyPassword) |
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(KeyStore keystore,
char[] keyPassword) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial() |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(File file,
char[] storePassword) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(InputStream instream,
char[] storePassword) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(KeyStore truststore) |
SSLContextBuilder |
SSLContextBuilder.setKeyManagerFactoryAlgorithm(String keyManagerFactoryAlgorithm)
Sets the key manager factory algorithm name.
|
SSLContextBuilder |
SSLContextBuilder.setKeyStoreType(String keyStoreType)
Sets the key store type.
|
SSLContextBuilder |
SSLContextBuilder.setProtocol(String protocol)
Sets the SSLContext protocol algorithm name.
|
SSLContextBuilder |
SSLContextBuilder.setProvider(Provider provider) |
SSLContextBuilder |
SSLContextBuilder.setProvider(String name) |
SSLContextBuilder |
SSLContextBuilder.setSecureRandom(SecureRandom secureRandom) |
SSLContextBuilder |
SSLContextBuilder.setTrustManagerFactoryAlgorithm(String trustManagerFactoryAlgorithm)
Sets the trust manager factory algorithm name.
|
Copyright © 2019. All rights reserved.