Uses of Class
org.glite.security.trustmanager.CertPathValidatorState

Packages that use CertPathValidatorState
org.glite.security.trustmanager The main trustmanager package that holds the man classes or trustmanager. 
 

Uses of CertPathValidatorState in org.glite.security.trustmanager
 

Methods in org.glite.security.trustmanager that return CertPathValidatorState
 CertPathValidatorState OpensslCertPathValidator.checkAnchorAndCert(java.security.cert.X509Certificate sub, java.security.cert.X509Certificate caCert, CertPathValidatorState state, boolean firstAnchor)
          Does the same checks as checkCertificatePair and in addition checks that the sub is not listed in the possible CRL issued by the CA represented by the anchor.
 CertPathValidatorState OpensslCertPathValidator.checkCertificatePair(java.security.cert.X509Certificate sub, java.security.cert.X509Certificate signer, CertPathValidatorState state)
          Checks that the sub certificate is signed and issued by signer
 

Methods in org.glite.security.trustmanager with parameters of type CertPathValidatorState
 CertPathValidatorState OpensslCertPathValidator.checkAnchorAndCert(java.security.cert.X509Certificate sub, java.security.cert.X509Certificate caCert, CertPathValidatorState state, boolean firstAnchor)
          Does the same checks as checkCertificatePair and in addition checks that the sub is not listed in the possible CRL issued by the CA represented by the anchor.
 CertPathValidatorState OpensslCertPathValidator.checkCertificatePair(java.security.cert.X509Certificate sub, java.security.cert.X509Certificate signer, CertPathValidatorState state)
          Checks that the sub certificate is signed and issued by signer