Package | Description |
---|---|
org.infinispan.server.core.configuration |
Core Server Configuration API
|
Modifier and Type | Method and Description |
---|---|
SslEngineConfigurationBuilder |
SslEngineConfigurationBuilder.keyAlias(String keyAlias)
Selects a specific key to choose from the keystore
|
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(char[]) . |
SslEngineConfigurationBuilder |
SslEngineConfigurationBuilder.keyStorePassword(char[] keyStorePassword)
Specifies the password needed to open the keystore You also need to specify a
keyStoreFileName(String) . |
SslEngineConfigurationBuilder |
SslEngineConfigurationBuilder.keyStoreType(String keyStoreType)
Specifies the type of the keystore, such as JKS or JCEKS.
|
SslEngineConfigurationBuilder |
SslEngineConfigurationBuilder.protocol(String protocol)
Configures the secure socket protocol.
|
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(char[]) . |
SslEngineConfigurationBuilder |
SslEngineConfigurationBuilder.trustStorePassword(char[] trustStorePassword)
Specifies the password needed to open the truststore You also need to specify a
trustStoreFileName(String) . |
SslEngineConfigurationBuilder |
SslEngineConfigurationBuilder.trustStoreType(String trustStoreType)
Specifies the type of the truststore, such as JKS or JCEKS.
|
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.