Uses of Class
org.globus.gsi.stores.ResourceTrustAnchor
-
Packages that use ResourceTrustAnchor Package Description org.globus.gsi.stores This package provides classes for accessing security material from generic "stores" (which can be defined via a url). -
-
Uses of ResourceTrustAnchor in org.globus.gsi.stores
Fields in org.globus.gsi.stores with type parameters of type ResourceTrustAnchor Modifier and Type Field Description private ResourceSecurityWrapperStore<ResourceTrustAnchor,java.security.cert.TrustAnchor>PEMKeyStore. caDelegateMethods in org.globus.gsi.stores that return ResourceTrustAnchor Modifier and Type Method Description ResourceTrustAnchorResourceCACertStore. create(GlobusResource globusResource)private ResourceTrustAnchorPEMKeyStore. getCertificateEntry(java.lang.String alias)Method parameters in org.globus.gsi.stores with type arguments of type ResourceTrustAnchor Modifier and Type Method Description voidPEMKeyStore. setCACertStore(ResourceSecurityWrapperStore<ResourceTrustAnchor,java.security.cert.TrustAnchor> caCertStore)
-