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
          A class wrapping the SSLContext.
 

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