| Package | Description |
|---|---|
| org.infinispan.server.core.configuration |
Core Server Configuration API
|
| Modifier and Type | Method and Description |
|---|---|
SslEngineConfigurationBuilder |
SslEngineConfigurationBuilder.keyStoreCertificatePassword(char[] keyStoreCertificatePassword)
Specifies the password needed to access private key associated with certificate stored in specified
keyStoreFileName(String). |
SslEngineConfigurationBuilder |
SslEngineConfigurationBuilder.keyStoreFileName(String keyStoreFileName)
Specifies the filename of a keystore to use to create the
SSLContext You also need to
specify a #keyStorePassword(String). |
SslEngineConfigurationBuilder |
SslEngineConfigurationBuilder.keyStorePassword(char[] keyStorePassword)
Specifies the password needed to open the keystore You also need to specify a
keyStoreFileName(String) Alternatively specify an array of
#keyManagers(KeyManager[]) |
SslEngineConfigurationBuilder |
SslEngineConfigurationBuilder.read(SslEngineConfiguration template) |
SslEngineConfigurationBuilder |
SslEngineConfigurationBuilder.sniHostName(String domain) |
SslEngineConfigurationBuilder |
SslConfigurationChildBuilder.sniHostName(String domain) |
SslEngineConfigurationBuilder |
SslConfigurationBuilder.sniHostName(String domain)
Returns SNI domain configuration.
|
SslEngineConfigurationBuilder |
SslEngineConfigurationBuilder.sslContext(SSLContext sslContext)
Sets the
SSLContext to use for setting up SSL connections. |
SslEngineConfigurationBuilder |
SslEngineConfigurationBuilder.trustStoreFileName(String trustStoreFileName)
Specifies the filename of a truststore to use to create the
SSLContext You also need
to specify a #trustStorePassword(String). |
SslEngineConfigurationBuilder |
SslEngineConfigurationBuilder.trustStorePassword(char[] trustStorePassword)
Specifies the password needed to open the truststore You also need to specify a
trustStoreFileName(String) Alternatively specify an array of
#trustManagers(TrustManager[]) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.