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.46 library.
|
Modifier and Type | Method and Description |
---|---|
ExtPKIXParameters |
ExtPKIXParameters.clone()
Makes a copy of this
ExtPKIXParameters object. |
protected ExtPKIXParameters |
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,
ExtPKIXParameters 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 ExtPKIXParameters |
FixedBCPKIXCertPathReviewer.pkixParams |
Modifier and Type | Method and Description |
---|---|
protected static void |
RFC3280CertPathUtilitiesHelper.checkCRLs2(ExtPKIXParameters paramsPKIX,
X509Certificate cert,
Date validDate,
X509Certificate sign,
PublicKey workingPublicKey,
List<?> certPathCerts)
Checks a certificate if it is revoked.
|
protected void |
FixedBCPKIXCertPathReviewer.checkRevocation(ExtPKIXParameters paramsPKIX,
X509Certificate cert,
Date validDate,
X509Certificate sign,
PublicKey workingPublicKey) |
void |
FixedBCPKIXCertPathReviewer.init(CertPath certPath,
ExtPKIXParameters params)
Initializes the PKIXCertPathReviewer with the given
CertPath and PKIXParameters params |
Constructor and Description |
---|
CRLRevocationChecker(ExtPKIXParameters paramsPKIX,
Date validDate,
PublicKey workingPublicKey,
List<?> certificates,
CrlCheckingMode checkingMode) |
FixedBCPKIXCertPathReviewer(CertPath certPath,
ExtPKIXParameters params)
Creates a PKIXCertPathReviewer and initializes it with the given
CertPath and PKIXParameters params |
Copyright © 2012–2016 European Middleware Initiative. All rights reserved.