Package | Description |
---|---|
org.globus.axis.transport | |
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.
|
org.globus.gsi.proxy |
Modifier and Type | Method and Description |
---|---|
protected void |
SSLContextHelper.init(String host,
int port,
Authorization auth,
Boolean anonymous,
GSSCredential cred,
Integer protection,
TrustedCertificates trustedCerts) |
Constructor and Description |
---|
SSLContextHelper(String host,
int port,
Authorization auth,
Boolean anonymous,
GSSCredential cred,
Integer protection,
TrustedCertificates trustedCerts) |
Modifier and Type | Method and Description |
---|---|
static TrustedCertificates |
TrustedCertificates.getDefault()
Deprecated.
Obtains the default set of trusted certificates and signing policy
|
static TrustedCertificates |
TrustedCertificates.getDefaultTrustedCertificates()
Deprecated.
Obtains the default set of trusted certificates and signing policy
|
static TrustedCertificates |
TrustedCertificates.load(String locations)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CertStore |
TrustedCertificatesUtil.createCertStore(TrustedCertificates tc)
Deprecated.
Create a CertStore object from TrustedCertificates.
|
static void |
TrustedCertificates.setDefaultTrustedCertificates(TrustedCertificates trusted)
Deprecated.
Sets the default set of trusted certificates to use.
|
Modifier and Type | Method and Description |
---|---|
static GSIConstants.CertificateType |
BouncyCastleUtil.getCertificateType(org.bouncycastle.asn1.x509.TBSCertificateStructure crt,
TrustedCertificates trustedCerts) |
static GSIConstants.CertificateType |
BouncyCastleUtil.getCertificateType(X509Certificate cert,
TrustedCertificates trustedCerts)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected TrustedCertificates |
GlobusGSSContextImpl.tc |
Modifier and Type | Method and Description |
---|---|
protected void |
ProxyPathValidator.validate(X509Certificate[] certPath,
TrustedCertificates trustedCerts)
Performs certificate path validation.
|
protected void |
ProxyPathValidator.validate(X509Certificate[] certPath,
TrustedCertificates trustedCerts,
CertificateRevocationLists crlsList) |
protected void |
ProxyPathValidator.validate(X509Certificate[] certPath,
TrustedCertificates trustedCerts,
CertificateRevocationLists crlsList,
Boolean enforceSigningPolicy)
Performs certificate path validation.
|
Copyright © 2016. All rights reserved.