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

Packages that use FullTrustAnchor
org.glite.security.trustmanager The main trustmanager package that holds the man classes or trustmanager. 
org.glite.security.util The Util-Java utility classes. 
 

Uses of FullTrustAnchor in org.glite.security.trustmanager
 

Fields in org.glite.security.trustmanager with type parameters of type FullTrustAnchor
 java.util.Vector<FullTrustAnchor> CertPathValidatorState.m_anchorStack
          the stack of CA parent certs for namespace and CRL checking
 

Uses of FullTrustAnchor in org.glite.security.util
 

Methods in org.glite.security.util that return FullTrustAnchor
 FullTrustAnchor[] TrustStorage.getAnchors()
          Used to get the list of trust anchors in the storage.
 FullTrustAnchor[] TrustStorage.getAnchors(java.lang.String hash)
          Returns the anchors that correspond to the hash given.