|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GSIConstants.DelegationType | |
---|---|
org.globus.gsi | This package conatins the basic security constructs used to build Globus security. |
org.globus.gsi.bc | |
org.globus.gsi.gssapi | The Java GSI library is an implementation of the Java GSS-API. |
Uses of GSIConstants.DelegationType in org.globus.gsi |
---|
Methods in org.globus.gsi that return GSIConstants.DelegationType | |
---|---|
static GSIConstants.DelegationType |
GSIConstants.DelegationType.get(int code)
|
static GSIConstants.DelegationType |
GSIConstants.DelegationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GSIConstants.DelegationType[] |
GSIConstants.DelegationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of GSIConstants.DelegationType in org.globus.gsi.bc |
---|
Methods in org.globus.gsi.bc with parameters of type GSIConstants.DelegationType | |
---|---|
X509Credential |
BouncyCastleCertProcessingFactory.createCredential(java.security.cert.X509Certificate[] certs,
java.security.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. |
X509Credential |
BouncyCastleCertProcessingFactory.createCredential(java.security.cert.X509Certificate[] certs,
java.security.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. |
X509Credential |
BouncyCastleCertProcessingFactory.createCredential(java.security.cert.X509Certificate[] certs,
java.security.PrivateKey privateKey,
int bits,
int lifetime,
GSIConstants.DelegationType delegType,
X509ExtensionSet extSet,
java.lang.String cnValue)
Creates a new proxy credential from the specified certificate chain and a private key, using the given delegation mode. |
static GSIConstants.CertificateType |
BouncyCastleCertProcessingFactory.decideProxyType(java.security.cert.X509Certificate issuerCert,
GSIConstants.DelegationType delegType)
Given a delegation mode and an issuing certificate, decides an appropriate certificate type to use for proxies |
Uses of GSIConstants.DelegationType in org.globus.gsi.gssapi |
---|
Fields in org.globus.gsi.gssapi declared as GSIConstants.DelegationType | |
---|---|
protected GSIConstants.DelegationType |
GlobusGSSContextImpl.delegationType
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |