Uses of Class
org.globus.gsi.GlobusCredential
Packages that use GlobusCredential
Package
Description
This package conatins the basic security constructs used to build Globus security.
Contains higher-level components which utilize the jGlobus library.
-
Uses of GlobusCredential in org.globus.gsi
Fields in org.globus.gsi declared as GlobusCredentialModifier and TypeFieldDescriptionprivate static GlobusCredential
GlobusCredential.defaultCred
Deprecated.Methods in org.globus.gsi that return GlobusCredentialModifier and TypeMethodDescriptionstatic GlobusCredential
GlobusCredential.getDefaultCredential()
Deprecated.Returns the default credential.Methods in org.globus.gsi with parameters of type GlobusCredentialModifier and TypeMethodDescriptionstatic void
GlobusCredential.setDefaultCredential
(GlobusCredential cred) Deprecated.Sets default credential. -
Uses of GlobusCredential in org.globus.gsi.bc
Methods in org.globus.gsi.bc that return GlobusCredentialModifier and TypeMethodDescriptionBouncyCastleCertProcessingFactory.createCredential
(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, int delegationMode) Deprecated.BouncyCastleCertProcessingFactory.createCredential
(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, int delegationMode, X509ExtensionSet extSet) Deprecated.BouncyCastleCertProcessingFactory.createCredential
(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, int delegationMode, X509ExtensionSet extSet, String cnValue) Deprecated. -
Uses of GlobusCredential in org.globus.tools
Fields in org.globus.tools declared as GlobusCredential