public class SSLConfiguration extends Object
Constructor and Description |
---|
SSLConfiguration(String keyStore,
String trustStore,
String clientAuthEl,
String httpsProtocolsEl,
String revocationVerifier,
String sslProtocol,
String preferredCiphersEl) |
Modifier and Type | Method and Description |
---|---|
String |
getClientAuthEl() |
org.apache.axiom.om.OMElement |
getClientAuthElement() |
org.apache.axiom.om.OMElement |
getHttpsProtocolElement() |
String |
getHttpsProtocolsEl() |
String |
getKeyStore() |
org.apache.axiom.om.OMElement |
getKeyStoreElement() |
String |
getPreferredCiphersEl() |
org.apache.axiom.om.OMElement |
getPreferredCiphersElement()
Return a OMElement of preferred ciphers parameter values.
|
String |
getRevocationVerifier() |
org.apache.axiom.om.OMElement |
getRevocationVerifierElement() |
String |
getSslProtocol() |
String |
getTrustStore() |
org.apache.axiom.om.OMElement |
getTrustStoreElement() |
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 String getPreferredCiphersEl()
public org.apache.axiom.om.OMElement getPreferredCiphersElement()
public String getSslProtocol()
public String getKeyStore()
public String getTrustStore()
public String getClientAuthEl()
public String getHttpsProtocolsEl()
public String getRevocationVerifier()
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.