Uses of Class
org.glite.security.util.RevocationChecker

Packages that use RevocationChecker
org.glite.security.util The Util-Java utility classes. 
 

Uses of RevocationChecker in org.glite.security.util
 

Subclasses of RevocationChecker in org.glite.security.util
 class FileCRLChecker
          The RevocationChecker implementation for checking the certificate revocation against file system stored CRLs with .r0 file ending and CA hash value as file prefix.
 

Fields in org.glite.security.util declared as RevocationChecker
 RevocationChecker FullTrustAnchor.m_revChecker
          The revocation checker instance.