Uses of Package
com.dstc.security.ssl

Packages that use com.dstc.security.ssl
com.dstc.security.ssl Provides configurable SSLSocket and SSLServerSocket factories. 
 

Classes in com.dstc.security.ssl used by com.dstc.security.ssl
BasicTrustEngine
          A simple TrustEngine that does basic cert-path processing.
CertChecker
          Abstract callback for checking each certificate in a cert path.
CertPathValidationException
          Signals that a cert path was deemed invalid
SSLServerSocketFactory
          A concrete factory for SSLServerSocket implementations.
SSLSocketFactory
          A concrete factory for SSLSocket implementations.
TrustEngine
          An abstraction of trust for X.509 certificate paths.