public class SslManagerServiceOptions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PROP_CIPHERS |
static Boolean |
PROP_DEFAULT_HN_VERIFY |
static String |
PROP_DEFAULT_PROTOCOL |
static String |
PROP_DEFAULT_TRUST_PASSWORD |
static String |
PROP_HN_VERIFY |
static String |
PROP_PROTOCOL |
static String |
PROP_TRUST_PASSWORD |
static String |
PROP_TRUST_STORE |
Constructor and Description |
---|
SslManagerServiceOptions(Map<String,Object> properties) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getConfigurationProperties() |
String |
getSslCiphers()
Returns the ssl.default.trustStore.
|
String |
getSslKeyStore()
Returns the ssl.default.trustStore.
|
String |
getSslKeystorePassword()
Returns the ssl.keystore.password.
|
String |
getSslProtocol()
Returns the ssl.default.protocol.
|
Boolean |
isSslHostnameVerification()
Returns the ssl.hostname.verification
|
public static final String PROP_PROTOCOL
public static final String PROP_TRUST_STORE
public static final String PROP_CIPHERS
public static final String PROP_HN_VERIFY
public static final String PROP_TRUST_PASSWORD
public static final String PROP_DEFAULT_PROTOCOL
public static final Boolean PROP_DEFAULT_HN_VERIFY
public static final String PROP_DEFAULT_TRUST_PASSWORD
public String getSslProtocol()
public String getSslKeyStore()
public String getSslCiphers()
public String getSslKeystorePassword()
public Boolean isSslHostnameVerification()
Copyright © 2016. All Rights Reserved.