Uses of Class
com.dstc.security.ssl.CertChecker

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

Uses of CertChecker in com.dstc.security.ssl
 

Subclasses of CertChecker in com.dstc.security.ssl
 class OptimisticCRLChecker
          A CertChecker that does simple processing of X.509 Certificate Revocation Lists (CRLs).
 

Constructors in com.dstc.security.ssl with parameters of type CertChecker
BasicTrustEngine.BasicTrustEngine(Collection trustedCerts, CertChecker checker)
          Create a BasicTrustEngine with a collection of trusted certificates and a certificate-checking callback.
BasicTrustEngine.BasicTrustEngine(X509Certificate[] trustedCerts, CertChecker checker)
          Create a BasicTrustEngine with an array of trusted certificates and a certificate-checking callback.