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 X509CredentialGlobusCredential.credDeprecated.private static X509CredentialX509Credential.defaultCredMethods 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
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 GSSCredentialGlobusGSSManagerImpl.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
Subclasses with type arguments of type X509Credential in org.globus.gsi.storesModifier and TypeClassDescriptionclassJGLOBUS-87 : document meclassCreated by IntelliJ IDEA.Subinterfaces with type arguments of type X509Credential in org.globus.gsi.storesClasses in org.globus.gsi.stores that implement interfaces with type arguments of type X509CredentialFields 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 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 TypeMethodDescriptionprivate CredentialWrapperPEMKeyStore.createCertKeyCredential(String s, X509Credential credential) private CredentialWrapperPEMKeyStore.createProxyCredential(String s, X509Credential credential) protected 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)