public class SSLParser extends Object
Configures inbound or outbound SSL connections.
| Constructor and Description |
|---|
SSLParser() |
public KeyStore getKeyStore()
public void setKeyStore(KeyStore keyStore)
public Key getKey()
public void setKey(Key key)
public KeyGenerator getKeyGenerator()
public void setKeyGenerator(KeyGenerator keyGenerator)
public TrustStore getTrustStore()
public void setTrustStore(TrustStore trustStore)
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public String getProtocol()
public void setProtocol(String protocol)
public String getProtocols()
public void setProtocols(String protocols)
public String getCiphers()
public void setCiphers(String ciphers)
public String getClientAuth()
public void setClientAuth(String clientAuth)
public boolean isIgnoreTimestampCheckFailure()
public void setIgnoreTimestampCheckFailure(boolean ignoreTimestampCheckFailure)
public Trust getTrust()
public void setTrust(Trust trust)
public String getEndpointIdentificationAlgorithm()
public void setEndpointIdentificationAlgorithm(String endpointIdentificationAlgorithm)
public String getServerName()
public void setServerName(String serverName)
public boolean isShowSSLExceptions()
public void setShowSSLExceptions(boolean showSSLExceptions)
Copyright © 2021. All Rights Reserved.