Package | Description |
---|---|
eu.emi.security.authn.x509.helpers.ocsp |
Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560.
|
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 |
---|---|
RevocationStatus |
OCSPRevocationChecker.checkRevocation(X509Certificate certitifcate,
X509Certificate issuer) |
protected List<OCSPResponder> |
OCSPVerifier.getOCSPUrls(X509Certificate certificate,
X509Certificate issuerCert) |
OCSPResult |
OCSPVerifier.verify(X509Certificate toCheck,
X509Certificate issuerCert) |
Modifier and Type | Method and Description |
---|---|
protected void |
FixedBCPKIXCertPathReviewer.addError(SimpleValidationErrorException msg,
int index) |
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) |
protected static void |
RFC3280CertPathUtilitiesCanl.getCertStatus(Date validDate,
X509CRL crl,
Object cert,
eu.emi.security.authn.x509.helpers.pkipath.bc.CertStatus certStatus) |
protected static Set<?> |
CertPathValidatorUtilitiesCanl.getCompleteCRLs2(DistributionPoint dp,
X509Certificate cert,
Date currentDate,
PKIXExtendedParameters paramsPKIX) |
protected static Set<X509CRL> |
CertPathValidatorUtilitiesCanl.getDeltaCRLs2(Date currentDate,
PKIXExtendedParameters paramsPKIX,
X509CRL completeCRL)
Fetches delta CRLs according to RFC 3280 section 5.2.4.
|
Modifier and Type | Method and Description |
---|---|
RevocationStatus |
RevocationChecker.checkRevocation(X509Certificate certitifcate,
X509Certificate issuer)
Checks revocation.
|
RevocationStatus |
CRLRevocationChecker.checkRevocation(X509Certificate certitifcate,
X509Certificate issuer) |
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.