public class SSLConfiguration
extends java.lang.Object
Constructor and Description |
---|
SSLConfiguration(java.lang.String keyStore,
java.lang.String trustStore,
java.lang.String clientAuthEl,
java.lang.String httpsProtocolsEl,
java.lang.String revocationVerifier,
java.lang.String sslProtocol,
java.lang.String preferredCiphersEl) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClientAuthEl() |
org.apache.axiom.om.OMElement |
getClientAuthElement() |
org.apache.axiom.om.OMElement |
getHttpsProtocolElement() |
java.lang.String |
getHttpsProtocolsEl() |
java.lang.String |
getKeyStore() |
org.apache.axiom.om.OMElement |
getKeyStoreElement() |
java.lang.String |
getPreferredCiphersEl() |
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 |
getSslProtocol() |
java.lang.String |
getTrustStore() |
org.apache.axiom.om.OMElement |
getTrustStoreElement() |
public SSLConfiguration(java.lang.String keyStore, java.lang.String trustStore, java.lang.String clientAuthEl, java.lang.String httpsProtocolsEl, java.lang.String revocationVerifier, java.lang.String sslProtocol, java.lang.String preferredCiphersEl)
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 java.lang.String getPreferredCiphersEl()
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()
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.