Package | Description |
---|---|
org.globus.gsi |
This package conatins the basic security constructs used to build Globus security.
|
org.globus.gsi.proxy | |
org.globus.gsi.trustmanager |
Modifier and Type | Method and Description |
---|---|
static CertificateRevocationLists |
CertificateRevocationLists.getCertificateRevocationLists(String locations)
Deprecated.
|
static CertificateRevocationLists |
CertificateRevocationLists.getDefault()
Deprecated.
|
static CertificateRevocationLists |
CertificateRevocationLists.getDefaultCertificateRevocationLists()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
CertificateRevocationLists.setDefaultCertificateRevocationList(CertificateRevocationLists crl)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
ProxyPathValidator.validate(X509Certificate[] certPath,
X509Certificate[] trustedCerts,
CertificateRevocationLists crls) |
void |
ProxyPathValidator.validate(X509Certificate[] certPath,
X509Certificate[] trustedCerts,
CertificateRevocationLists crls,
SigningPolicy[] signingPolicies) |
void |
ProxyPathValidator.validate(X509Certificate[] certPath,
X509Certificate[] trustedCerts,
CertificateRevocationLists crls,
SigningPolicy[] signingPolicies,
Boolean enforceSigningPolicy) |
Constructor and Description |
---|
CRLChecker(CertificateRevocationLists crlsList,
KeyStore keyStore,
boolean checkDateValidity)
Creates a CRLChecker where the CRL's are in the supplied stores.
|
Copyright © 2016. All rights reserved.