Package | Description |
---|---|
kz.gamma.jce.provider |
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 |
RFC3281CertPathUtilities.processCRLD(java.security.cert.X509CRL crl,
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 |
RFC3281CertPathUtilities.checkCRL(DistributionPoint dp,
ExtendedPKIXParameters 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)
Checks a distribution point for revocation information for the
certificate
cert . |
private static void |
RFC3281CertPathUtilities.checkCRL(DistributionPoint dp,
X509AttributeCertificate attrCert,
ExtendedPKIXParameters paramsPKIX,
java.util.Date validDate,
java.security.cert.X509Certificate issuerCert,
CertStatus certStatus,
ReasonsMask reasonMask)
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.
|
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.