org.apache.qpid.client
Class SSLConfiguration
java.lang.Object
org.apache.qpid.client.SSLConfiguration
public class SSLConfiguration
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSLConfiguration
public SSLConfiguration()
setKeystorePath
public void setKeystorePath(String path)
getKeystorePath
public String getKeystorePath()
setKeystorePassword
public void setKeystorePassword(String password)
getKeystorePassword
public String getKeystorePassword()
setCertType
public void setCertType(String type)
getCertType
public String getCertType()
Licensed to the Apache Software Foundation