Package | Description |
---|---|
eu.emi.security.authn.x509.helpers.pkipath |
Helper classes for internal, low level, logic of certificate path validation.
|
eu.emi.security.authn.x509.helpers.pkipath.bc |
Helper classes included (mostly copied) from the BouncyCastle 1.52 library
and further updated.
|
eu.emi.security.authn.x509.helpers.revocation |
Helper classes, implementing general revocation checking functionality.
|
Modifier and Type | Method and Description |
---|---|
ExtPKIXParameters2 |
ExtPKIXParameters2.Builder.build() |
ExtPKIXParameters2 |
ExtPKIXParameters2.clone() |
protected ExtPKIXParameters2 |
BCCertPathValidator.createPKIXParameters(X509Certificate[] toCheck,
boolean proxySupport,
Set<TrustAnchor> trustAnchors,
CertStore crlStore,
RevocationParameters revocationParams,
ObserversHandler observersHandler) |
Modifier and Type | Method and Description |
---|---|
protected List<X509Certificate> |
BCCertPathValidator.checkNonProxyChain(X509Certificate[] baseChain,
ExtPKIXParameters2 params,
List<ValidationError> errors,
Set<String> unresolvedExtensions,
int posDelta,
X509Certificate[] cc)
Performs checking of the chain which has no proxies (or at least should not have proxies),
using
FixedBCPKIXCertPathReviewer . |
Modifier and Type | Field and Description |
---|---|
protected ExtPKIXParameters2 |
FixedBCPKIXCertPathReviewer.pkixParams |
Modifier and Type | Method and Description |
---|---|
static void |
RFC3280CertPathUtilitiesCanl.checkCRLs2(ExtPKIXParameters2 paramsPKIX,
X509Certificate cert,
Date validDate,
X509Certificate sign,
PublicKey workingPublicKey,
List<?> certPathCerts,
JcaJceHelper jcaHelper)
Checks a certificate if it is revoked.
|
protected void |
FixedBCPKIXCertPathReviewer.checkRevocation(ExtPKIXParameters2 paramsPKIX,
X509Certificate cert,
Date validDate,
X509Certificate sign,
PublicKey workingPublicKey) |
void |
FixedBCPKIXCertPathReviewer.init(CertPath certPath,
ExtPKIXParameters2 params)
Initializes the PKIXCertPathReviewer with the given
CertPath and PKIXParameters params |
Constructor and Description |
---|
FixedBCPKIXCertPathReviewer(CertPath certPath,
ExtPKIXParameters2 params)
Creates a PKIXCertPathReviewer and initializes it with the given
CertPath and PKIXParameters params |
Constructor and Description |
---|
CRLRevocationChecker(ExtPKIXParameters2 paramsPKIX,
Date validDate,
PublicKey workingPublicKey,
List<?> certificates,
CrlCheckingMode checkingMode) |
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.