Package | Description |
---|---|
eu.emi.security.authn.x509.helpers.pkipath.bc |
Helper classes included (mostly copied) from the BouncyCastle 1.52 library
and further updated.
|
Modifier and Type | Field and Description |
---|---|
(package private) static ReasonsMask |
ReasonsMask.allReasons
A mask with all revocation reasons.
|
Modifier and Type | Method and Description |
---|---|
(package private) ReasonsMask |
ReasonsMask.intersect(ReasonsMask mask)
Intersects this mask with the given reasons mask.
|
protected static ReasonsMask |
RFC3280CertPathUtilities.processCRLD(java.security.cert.X509CRL crl,
org.bouncycastle.asn1.x509.DistributionPoint dp) |
private static ReasonsMask |
RFC3280CertPathUtilitiesCanl.processCRLD2(java.security.cert.X509CRL crl,
org.bouncycastle.asn1.x509.DistributionPoint dp) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ReasonsMask.addReasons(ReasonsMask mask)
Adds all reasons from the reasons mask to this mask.
|
private static void |
RFC3280CertPathUtilitiesCanl.checkCRL(org.bouncycastle.asn1.x509.DistributionPoint dp,
org.bouncycastle.jcajce.PKIXExtendedParameters paramsPKIX,
java.security.cert.X509Certificate cert,
java.util.Date validDate,
java.security.cert.X509Certificate defaultCRLSignCert,
java.security.PublicKey defaultCRLSignKey,
CertStatus certStatus,
ReasonsMask reasonMask,
java.util.List<?> certPathCerts,
org.bouncycastle.jcajce.util.JcaJceHelper jcaHelper)
Checks a distribution point for revocation information for the
certificate
cert . |
private static void |
RFC3280CertPathUtilities.checkCRL(org.bouncycastle.asn1.x509.DistributionPoint dp,
org.bouncycastle.jcajce.PKIXExtendedParameters paramsPKIX,
java.security.cert.X509Certificate cert,
java.util.Date validDate,
java.security.cert.X509Certificate defaultCRLSignCert,
java.security.PublicKey defaultCRLSignKey,
CertStatus certStatus,
ReasonsMask reasonMask,
java.util.List certPathCerts,
org.bouncycastle.jcajce.util.JcaJceHelper helper)
Checks a distribution point for revocation information for the
certificate
cert . |
(package private) boolean |
ReasonsMask.hasNewReasons(ReasonsMask mask)
Returns
true if the passed reasons mask has new reasons. |
(package private) ReasonsMask |
ReasonsMask.intersect(ReasonsMask mask)
Intersects this mask with the given reasons mask.
|