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 ReasonsMaskReasonsMask.allReasonsA mask with all revocation reasons.Methods in eu.emi.security.authn.x509.helpers.pkipath.bc that return ReasonsMaskModifier and TypeMethodDescription(package private) ReasonsMaskReasonsMask.intersect(ReasonsMask mask) Intersects this mask with the given reasons mask.protected static ReasonsMaskRFC3280CertPathUtilities.processCRLD(X509CRL crl, org.bouncycastle.asn1.x509.DistributionPoint dp) private static ReasonsMaskRFC3280CertPathUtilitiesCanl.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) voidReasonsMask.addReasons(ReasonsMask mask) Adds all reasons from the reasons mask to this mask.private static voidRFC3280CertPathUtilities.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 voidRFC3280CertPathUtilitiesCanl.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) booleanReasonsMask.hasNewReasons(ReasonsMask mask) Returnstrueif the passed reasons mask has new reasons.(package private) ReasonsMaskReasonsMask.intersect(ReasonsMask mask) Intersects this mask with the given reasons mask.