org.apache.qpid.client
Class SSLConfiguration

java.lang.Object
  extended by org.apache.qpid.client.SSLConfiguration

public class SSLConfiguration
extends Object


Constructor Summary
SSLConfiguration()
           
 
Method Summary
 String getCertType()
           
 String getKeystorePassword()
           
 String getKeystorePath()
           
 void setCertType(String type)
           
 void setKeystorePassword(String password)
           
 void setKeystorePath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLConfiguration

public SSLConfiguration()
Method Detail

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