| Package | Description |
|---|---|
| com.vmware.vapi.protocol |
| Modifier and Type | Method and Description |
|---|---|
HttpConfiguration.KeyStoreConfig |
HttpConfiguration.SslConfiguration.getKeyStoreConfig()
Returns the configuration parameters (alias and password) for the
KeyStore containing the client certificates for
authentication. |
| Modifier and Type | Method and Description |
|---|---|
HttpConfiguration.SslConfiguration.Builder |
HttpConfiguration.SslConfiguration.Builder.setKeyStoreConfig(HttpConfiguration.KeyStoreConfig keyStoreConfig)
Sets the configuration parameters for the
KeyStore
provided with HttpConfiguration.SslConfiguration.Builder.setKeyStore(KeyStore). |
| Constructor and Description |
|---|
HttpConfiguration.SslConfiguration(KeyStore trustStore,
KeyStore keyStore,
HttpConfiguration.KeyStoreConfig keyStoreConfig) |
HttpConfiguration.SslConfiguration(KeyStore trustStore,
KeyStore keyStore,
HttpConfiguration.KeyStoreConfig keyStoreConfig,
CertStore crlCertStore) |
Copyright © 2016. All Rights Reserved.