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.46 library.
|
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 |
---|---|
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) |
RevocationStatus |
CRLRevocationChecker.checkRevocation(X509Certificate certitifcate,
X509Certificate issuer) |
protected static void |
RFC3280CertPathUtilitiesHelper.getCertStatus(Date validDate,
X509CRL crl,
Object cert,
CertStatus certStatus) |
protected static Set<?> |
CertPathValidatorUtilities.getCompleteCRLs2(org.bouncycastle.asn1.x509.DistributionPoint dp,
X509Certificate cert,
Date currentDate,
org.bouncycastle.x509.ExtendedPKIXParameters paramsPKIX) |
protected static Set<X509CRL> |
CertPathValidatorUtilities.getDeltaCRLs2(Date currentDate,
org.bouncycastle.x509.ExtendedPKIXParameters paramsPKIX,
X509CRL completeCRL)
Fetches delta CRLs according to RFC 3280 section 5.2.4.
|
protected static void |
RFC3280CertPathUtilitiesHelper.processCRLB1_2(org.bouncycastle.asn1.x509.DistributionPoint dp,
Object cert,
X509CRL crl) |
protected static void |
RFC3280CertPathUtilitiesHelper.processCRLB2_2(org.bouncycastle.asn1.x509.DistributionPoint dp,
Object cert,
X509CRL crl) |
protected static void |
RFC3280CertPathUtilitiesHelper.processCRLC2(X509CRL deltaCRL,
X509CRL completeCRL,
org.bouncycastle.x509.ExtendedPKIXParameters pkixParams) |
protected static eu.emi.security.authn.x509.helpers.pkipath.bc.ReasonsMask |
RFC3280CertPathUtilitiesHelper.processCRLD2(X509CRL crl,
org.bouncycastle.asn1.x509.DistributionPoint dp) |
protected static Set<?> |
RFC3280CertPathUtilitiesHelper.processCRLF2(X509CRL crl,
Object cert,
X509Certificate defaultCRLSignCert,
PublicKey defaultCRLSignKey,
org.bouncycastle.x509.ExtendedPKIXParameters paramsPKIX,
List<?> certPathCerts) |
protected static PublicKey |
RFC3280CertPathUtilitiesHelper.processCRLG2(X509CRL crl,
Set<?> keys) |
protected static X509CRL |
RFC3280CertPathUtilitiesHelper.processCRLH2(Set<?> deltacrls,
PublicKey key) |
protected static void |
RFC3280CertPathUtilitiesHelper.processCRLI(Date validDate,
X509CRL deltacrl,
Object cert,
CertStatus certStatus,
org.bouncycastle.x509.ExtendedPKIXParameters pkixParams) |
protected static void |
RFC3280CertPathUtilitiesHelper.processCRLJ(Date validDate,
X509CRL completecrl,
Object cert,
CertStatus certStatus) |
Modifier and Type | Method and Description |
---|---|
RevocationStatus |
RevocationChecker.checkRevocation(X509Certificate certitifcate,
X509Certificate issuer)
Checks revocation.
|
Copyright © 2012–2014 European Middleware Initiative. All rights reserved.