Uses of Class
org.globus.gsi.X509Credential
Packages that use X509Credential
Package
Description
This package conatins the basic security constructs used to build Globus security.
The Java GSI library is an implementation of the Java GSS-API.
This package provides classes for accessing security material from generic "stores" (which can be defined via a
url).
-
Uses of X509Credential in org.globus.gsi
Fields in org.globus.gsi declared as X509CredentialModifier and TypeFieldDescriptionprivate X509Credential
GlobusCredential.cred
Deprecated.private static X509Credential
X509Credential.defaultCred
Methods in org.globus.gsi that return X509CredentialModifier and TypeMethodDescriptionstatic X509Credential
X509Credential.getDefaultCredential()
Returns the default credential.Methods in org.globus.gsi with parameters of type X509CredentialModifier and TypeMethodDescriptionstatic void
X509Credential.setDefaultCredential
(X509Credential cred) Sets default credential. -
Uses of X509Credential in org.globus.gsi.bc
Methods in org.globus.gsi.bc that return X509CredentialModifier and TypeMethodDescriptionBouncyCastleCertProcessingFactory.createCredential
(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, GSIConstants.CertificateType certType) Creates a new proxy credential from the specified certificate chain and a private key.BouncyCastleCertProcessingFactory.createCredential
(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, GSIConstants.CertificateType certType, X509ExtensionSet extSet) Creates a new proxy credential from the specified certificate chain and a private key.BouncyCastleCertProcessingFactory.createCredential
(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, GSIConstants.CertificateType certType, X509ExtensionSet extSet, String cnValue) Creates a new proxy credential from the specified certificate chain and a private key.BouncyCastleCertProcessingFactory.createCredential
(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, GSIConstants.DelegationType delegType) Creates a new proxy credential from the specified certificate chain and a private key, using the given delegation mode.BouncyCastleCertProcessingFactory.createCredential
(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, GSIConstants.DelegationType delegType, X509ExtensionSet extSet) Creates a new proxy credential from the specified certificate chain and a private key, using the given delegation mode.BouncyCastleCertProcessingFactory.createCredential
(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, GSIConstants.DelegationType delegType, X509ExtensionSet extSet, String cnValue) Creates a new proxy credential from the specified certificate chain and a private key, using the given delegation mode. -
Uses of X509Credential in org.globus.gsi.gssapi
Fields in org.globus.gsi.gssapi declared as X509CredentialMethods in org.globus.gsi.gssapi that return X509CredentialModifier and TypeMethodDescriptionGlobusGSSCredentialImpl.getX509Credential()
Returns actual X509Credential object represented by this credential (if any).Methods in org.globus.gsi.gssapi with parameters of type X509CredentialModifier and TypeMethodDescriptionprivate GSSCredential
GlobusGSSManagerImpl.getDefaultCredential
(X509Credential cred, int usage) Constructors in org.globus.gsi.gssapi with parameters of type X509CredentialModifierConstructorDescriptionGlobusGSSCredentialImpl
(X509Credential cred, int usage) Creates regular credential from specified X509Credential object. -
Uses of X509Credential in org.globus.gsi.stores
Fields in org.globus.gsi.stores declared as X509CredentialFields in org.globus.gsi.stores with type parameters of type X509CredentialMethods in org.globus.gsi.stores that return X509CredentialModifier and TypeMethodDescriptionprotected X509Credential
ResourceProxyCredential.create
(GlobusResource globusResource) protected X509Credential
CertKeyCredential.createObject
(GlobusResource certSource, GlobusResource keySource) CertKeyCredential.getCredential()
CredentialWrapper.getCredential()
ResourceProxyCredential.getCredential()
CertKeyCredential.getSecurityObject()
Methods in org.globus.gsi.stores with parameters of type X509CredentialModifier and TypeMethodDescriptionprivate CredentialWrapper
PEMKeyStore.createCertKeyCredential
(String s, X509Credential credential) private CredentialWrapper
PEMKeyStore.createProxyCredential
(String s, X509Credential credential) protected void
CertKeyCredential.init
(GlobusResource initCertFile, GlobusResource keyResource, X509Credential initCredential) Method parameters in org.globus.gsi.stores with type arguments of type X509CredentialModifier and TypeMethodDescriptionvoid
PEMKeyStore.setProxyDelegate
(ResourceSecurityWrapperStore<ResourceProxyCredential, X509Credential> proxyDelegate) Constructors in org.globus.gsi.stores with parameters of type X509CredentialModifierConstructorDescriptionCertKeyCredential
(GlobusResource certResource, GlobusResource keyResource, X509Credential credential) ResourceProxyCredential
(boolean inMemory, GlobusResource globusResource, X509Credential object) ResourceProxyCredential
(String filename, X509Credential object)