Package org.globus.gsi.trustmanager

Interface Summary
CertificateChecker Implementations of this interface will provide some validation logic of certificates.
 

Class Summary
CRLChecker This checks to see if the certificate is in a CRL.
DateValidityChecker Checks if the certificate has expried or is not yet valid.
IdentityChecker Checks to see if a limited proxy is acceptable (if the chain has a limited proxy).
PKITrustManager This is an implementation of an X509TrustManager which supports the validation of proxy certificates.
PKITrustManagerFactory This factory creates trust managers which support the Globus SSL library.
SigningPolicyChecker This checks to make sure the Distinguished Name in the certificate is valid according to the signing policy.
TrustedCertPathFinder Created by IntelliJ IDEA.
UnsupportedCriticalExtensionChecker Checks if the certificate includes unsupported critical extensions.
X509ProxyCertPathValidator Implementation of the CertPathValidatorSpi and the logic for X.509 Proxy Path Validation.