Uses of Class
org.eclipse.ohf.ihe.common.atna.SecurityDomainException

Packages that use SecurityDomainException
org.eclipse.ohf.ihe.common.atna   
org.eclipse.ohf.ihe.pdq.consumer.test   
 

Uses of SecurityDomainException in org.eclipse.ohf.ihe.common.atna
 

Subclasses of SecurityDomainException in org.eclipse.ohf.ihe.common.atna
 class NoSecurityDomainException
           
 

Methods in org.eclipse.ohf.ihe.common.atna that throw SecurityDomainException
 void SecurityDomain.setProperties(java.util.Properties properties)
           
 

Constructors in org.eclipse.ohf.ihe.common.atna that throw SecurityDomainException
SecurityDomain(java.lang.String name, java.util.Properties properties)
          Properites file requires the following properties to be set
Key Store:
javax.net.ssl.keyStore=XXX
javax.net.ssl.keyStorePassword=XXX (if not present, defaults to "")

optional:
Trust Store:
javax.net.ssl.trustStore=XXX If this is not present, then no truststore is initialized
javax.net.ssl.trustStorePassword=XXX - if not present, defaults to "" http.ciphersuites=XXX list of suites to use.
 

Uses of SecurityDomainException in org.eclipse.ohf.ihe.pdq.consumer.test
 

Methods in org.eclipse.ohf.ihe.pdq.consumer.test that throw SecurityDomainException
static void ClientPdqQuery.main(java.lang.String[] args)