Package | Description |
---|---|
org.glassfish.tyrus.client |
Common Client.
|
Modifier and Type | Field and Description |
---|---|
static SslContextConfigurator |
SslContextConfigurator.DEFAULT_CONFIG
Default SSL configuration.
|
protected SslContextConfigurator |
SslEngineConfigurator.sslContextConfiguration |
Modifier and Type | Method and Description |
---|---|
SslContextConfigurator |
SslContextConfigurator.retrieve(Properties props)
Retrieve settings from (system) properties.
|
SslContextConfigurator |
SslContextConfigurator.setKeyManagerFactoryAlgorithm(String keyManagerFactoryAlgorithm)
Sets the key manager factory algorithm.
|
SslContextConfigurator |
SslContextConfigurator.setKeyPassword(char[] keyPassword)
Password of the key in the key store.
|
SslContextConfigurator |
SslContextConfigurator.setKeyPassword(String keyPassword)
Password of the key in the key store.
|
SslContextConfigurator |
SslContextConfigurator.setKeyStoreBytes(byte[] keyStoreBytes)
Sets key store payload as byte array.
|
SslContextConfigurator |
SslContextConfigurator.setKeyStoreFile(String keyStoreFile)
Sets key store file name, also makes sure that if other key store
configuration parameters are not set to set them to default values.
|
SslContextConfigurator |
SslContextConfigurator.setKeyStorePassword(char[] keyStorePassword)
Password of key store.
|
SslContextConfigurator |
SslContextConfigurator.setKeyStorePassword(String keyStorePassword)
Password of key store.
|
SslContextConfigurator |
SslContextConfigurator.setKeyStoreProvider(String keyStoreProvider)
Sets the key store provider name.
|
SslContextConfigurator |
SslContextConfigurator.setKeyStoreType(String keyStoreType)
Type of key store.
|
SslContextConfigurator |
SslContextConfigurator.setSecurityProtocol(String securityProtocol)
Sets the SSLContext protocol.
|
SslContextConfigurator |
SslContextConfigurator.setTrustManagerFactoryAlgorithm(String trustManagerFactoryAlgorithm)
Sets the trust manager factory algorithm.
|
SslContextConfigurator |
SslContextConfigurator.setTrustStoreBytes(byte[] trustStoreBytes)
Sets trust store payload as byte array.
|
SslContextConfigurator |
SslContextConfigurator.setTrustStoreFile(String trustStoreFile)
Sets trust store file name, also makes sure that if other trust store
configuration parameters are not set to set them to default values.
|
SslContextConfigurator |
SslContextConfigurator.setTrustStorePassword(String trustStorePassword)
Password of trust store.
|
SslContextConfigurator |
SslContextConfigurator.setTrustStoreProvider(String trustStoreProvider)
Sets the trust store provider name.
|
SslContextConfigurator |
SslContextConfigurator.setTrustStoreType(String trustStoreType)
Type of trust store.
|
Constructor and Description |
---|
SslEngineConfigurator(SslContextConfigurator sslContextConfiguration)
Create SSL Engine configuration based on passed
SslContextConfigurator . |
SslEngineConfigurator(SslContextConfigurator sslContextConfiguration,
boolean clientMode,
boolean needClientAuth,
boolean wantClientAuth)
Create SSL Engine configuration basing on passed
SslContextConfigurator . |
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.