Uses of Class
eu.emi.security.authn.x509.helpers.pkipath.bc.ReasonsMask
Packages that use ReasonsMask
Package
Description
Helper classes included (mostly copied) from the BouncyCastle 1.52 library
and further updated.
-
Uses of ReasonsMask in eu.emi.security.authn.x509.helpers.pkipath.bc
Fields in eu.emi.security.authn.x509.helpers.pkipath.bc declared as ReasonsMaskModifier and TypeFieldDescription(package private) static final ReasonsMask
ReasonsMask.allReasons
A mask with all revocation reasons.Methods in eu.emi.security.authn.x509.helpers.pkipath.bc that return ReasonsMaskModifier and TypeMethodDescription(package private) ReasonsMask
ReasonsMask.intersect
(ReasonsMask mask) Intersects this mask with the given reasons mask.protected static ReasonsMask
RFC3280CertPathUtilities.processCRLD
(X509CRL crl, org.bouncycastle.asn1.x509.DistributionPoint dp) private static ReasonsMask
RFC3280CertPathUtilitiesCanl.processCRLD2
(X509CRL crl, org.bouncycastle.asn1.x509.DistributionPoint dp) Methods in eu.emi.security.authn.x509.helpers.pkipath.bc with parameters of type ReasonsMaskModifier and TypeMethodDescription(package private) void
ReasonsMask.addReasons
(ReasonsMask mask) Adds all reasons from the reasons mask to this mask.private static void
RFC3280CertPathUtilities.checkCRL
(org.bouncycastle.asn1.x509.DistributionPoint dp, org.bouncycastle.jcajce.PKIXExtendedParameters paramsPKIX, X509Certificate cert, Date validDate, X509Certificate defaultCRLSignCert, PublicKey defaultCRLSignKey, CertStatus certStatus, ReasonsMask reasonMask, List certPathCerts, org.bouncycastle.jcajce.util.JcaJceHelper helper) Checks a distribution point for revocation information for the certificatecert
.private static void
RFC3280CertPathUtilitiesCanl.checkCRL
(org.bouncycastle.asn1.x509.DistributionPoint dp, org.bouncycastle.jcajce.PKIXExtendedParameters paramsPKIX, X509Certificate cert, Date validDate, X509Certificate defaultCRLSignCert, PublicKey defaultCRLSignKey, CertStatus certStatus, ReasonsMask reasonMask, List<?> certPathCerts, org.bouncycastle.jcajce.util.JcaJceHelper jcaHelper) Checks a distribution point for revocation information for the certificatecert
.(package private) boolean
ReasonsMask.hasNewReasons
(ReasonsMask mask) Returnstrue
if the passed reasons mask has new reasons.(package private) ReasonsMask
ReasonsMask.intersect
(ReasonsMask mask) Intersects this mask with the given reasons mask.