public class SSLConfiguration
extends java.lang.Object
SSLConfiguration
encapsulates the transport level security related configurations.Modifier and Type | Class and Description |
---|---|
static class |
SSLConfiguration.SSLConfigurationBuilder
Builder class for the SSLConfiguration.
|
Constructor and Description |
---|
SSLConfiguration(SSLConfiguration.SSLConfigurationBuilder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClientAuthEl() |
org.apache.axiom.om.OMElement |
getClientAuthElement() |
java.lang.String |
getHandshakeTimeout() |
org.apache.axiom.om.OMElement |
getHandshakeTimeoutElement() |
org.apache.axiom.om.OMElement |
getHttpsProtocolElement() |
java.lang.String |
getHttpsProtocolsEl() |
java.lang.String |
getKeyStore() |
org.apache.axiom.om.OMElement |
getKeyStoreElement() |
org.apache.axiom.om.OMElement |
getPreferredCiphersElement()
Return a OMElement of preferred ciphers parameter values.
|
java.lang.String |
getRevocationVerifier() |
org.apache.axiom.om.OMElement |
getRevocationVerifierElement() |
java.lang.String |
getSessionTimeout() |
org.apache.axiom.om.OMElement |
getSessionTimeoutElement() |
java.lang.String |
getSslProtocol() |
org.apache.axiom.om.OMElement |
getSslProtocolElement() |
java.lang.String |
getTrustStore() |
org.apache.axiom.om.OMElement |
getTrustStoreElement() |
public SSLConfiguration(SSLConfiguration.SSLConfigurationBuilder builder)
public org.apache.axiom.om.OMElement getKeyStoreElement()
public org.apache.axiom.om.OMElement getClientAuthElement()
public org.apache.axiom.om.OMElement getTrustStoreElement()
public org.apache.axiom.om.OMElement getRevocationVerifierElement()
public org.apache.axiom.om.OMElement getHttpsProtocolElement()
public org.apache.axiom.om.OMElement getSslProtocolElement()
public org.apache.axiom.om.OMElement getSessionTimeoutElement()
public org.apache.axiom.om.OMElement getHandshakeTimeoutElement()
public org.apache.axiom.om.OMElement getPreferredCiphersElement()
public java.lang.String getSslProtocol()
public java.lang.String getKeyStore()
public java.lang.String getTrustStore()
public java.lang.String getClientAuthEl()
public java.lang.String getHttpsProtocolsEl()
public java.lang.String getRevocationVerifier()
public java.lang.String getHandshakeTimeout()
public java.lang.String getSessionTimeout()
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.