Uses of Interface
org.globus.gsi.trustmanager.CertificateChecker
-
Packages that use CertificateChecker Package Description org.globus.gsi.trustmanager -
-
Uses of CertificateChecker in org.globus.gsi.trustmanager
Classes in org.globus.gsi.trustmanager that implement CertificateChecker Modifier and Type Class Description classCRLCheckerThis checks to see if the certificate is in a CRL.classDateValidityCheckerChecks if the certificate has expried or is not yet valid.classIdentityCheckerChecks to see if a limited proxy is acceptable (if the chain has a limited proxy).classSigningPolicyCheckerThis checks to make sure the Distinguished Name in the certificate is valid according to the signing policy.classUnsupportedCriticalExtensionCheckerChecks if the certificate includes unsupported critical extensions.Methods in org.globus.gsi.trustmanager that return types with arguments of type CertificateChecker Modifier and Type Method Description protected java.util.List<CertificateChecker>X509ProxyCertPathValidator. getCertificateCheckers()
-