Uses of Interface
org.glite.security.trustmanager.SSLContextWrapper

Packages that use SSLContextWrapper
org.glite.security.trustmanager   
 

Uses of SSLContextWrapper in org.glite.security.trustmanager
 

Classes in org.glite.security.trustmanager that implement SSLContextWrapper
 class ContextWrapper
          DOCUMENT ME!
 

Methods in org.glite.security.trustmanager that return SSLContextWrapper
static SSLContextWrapper ContextFactory.createContextWrapper(java.util.Properties inputConfig, org.bouncycastle.openssl.PasswordFinder finder)
          Creator method that is useful when interactive password asking is wanted
static SSLContextWrapper ContextFactory.createContextWrapper(java.util.Properties inputConfig)