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
Methods in org.globus.gsi that return X509CredentialModifier and TypeMethodDescriptionstatic X509CredentialX509Credential.getDefaultCredential()Returns the default credential.Methods in org.globus.gsi with parameters of type X509CredentialModifier and TypeMethodDescriptionstatic voidX509Credential.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
Methods in org.globus.gsi.gssapi that return X509CredentialModifier and TypeMethodDescriptionGlobusGSSCredentialImpl.getX509Credential()Returns actual X509Credential object represented by this credential (if any).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
Methods in org.globus.gsi.stores that return X509CredentialModifier and TypeMethodDescriptionprotected X509CredentialResourceProxyCredential.create(GlobusResource globusResource) protected X509CredentialCertKeyCredential.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 TypeMethodDescriptionprotected voidCertKeyCredential.init(GlobusResource initCertFile, GlobusResource keyResource, X509Credential initCredential) Method parameters in org.globus.gsi.stores with type arguments of type X509CredentialModifier and TypeMethodDescriptionvoidPEMKeyStore.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)