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 | Description |
---|---|---|
static CertificateRevocationLists |
CertificateRevocationLists.getCertificateRevocationLists(String locations) |
Deprecated.
|
static CertificateRevocationLists |
CertificateRevocationLists.getDefault() |
Deprecated.
|
static CertificateRevocationLists |
CertificateRevocationLists.getDefaultCertificateRevocationLists() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
CertificateRevocationLists.setDefaultCertificateRevocationList(CertificateRevocationLists crl) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
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) |
|
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.
|
Constructor | Description |
---|---|
CRLChecker(CertificateRevocationLists crlsList,
KeyStore keyStore,
boolean checkDateValidity) |
Creates a CRLChecker where the CRL's are in the supplied stores.
|
Copyright © 2018. All rights reserved.