| Package | Description |
|---|---|
| org.globus.gsi |
This package conatins the basic security constructs used to build Globus security.
|
| org.globus.gsi.bc | |
| org.globus.gsi.proxy |
| 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 | 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 © 2013. All Rights Reserved.