|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.jcajce.PKIXCRLStoreSelector
This class is a Selector implementation for X.509 certificate revocation lists.
Selector
Inner Class Summary | |
static class |
PKIXCRLStoreSelector.Builder
|
Method Summary | |
java.lang.Object |
clone()
|
java.security.cert.X509Certificate |
getCertificateChecking()
|
static java.util.Collection |
getCRLs(PKIXCRLStoreSelector selector,
CertStore certStore)
|
byte[] |
getIssuingDistributionPoint()
Returns the issuing distribution point. |
java.math.BigInteger |
getMaxBaseCRLNumber()
Get the maximum base CRL number. |
boolean |
isCompleteCRLEnabled()
If true only complete CRLs are returned. |
boolean |
isDeltaCRLIndicatorEnabled()
Returns if this selector must match CRLs with the delta CRL indicator extension set. |
boolean |
isIssuingDistributionPointEnabled()
Returns if the issuing distribution point criteria should be applied. |
boolean |
match(java.lang.Object obj)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean isIssuingDistributionPointEnabled()
You may also set the issuing distribution point criteria if not a missing issuing distribution point should be assumed.
public boolean match(java.lang.Object obj)
match
in interface Selector
public boolean isDeltaCRLIndicatorEnabled()
public java.lang.Object clone()
clone
in interface Selector
clone
in class java.lang.Object
public boolean isCompleteCRLEnabled()
public java.math.BigInteger getMaxBaseCRLNumber()
public byte[] getIssuingDistributionPoint()
The internal byte array is cloned before it is returned.
The criteria must be enable with Builder.setIssuingDistributionPointEnabled(boolean)}.
public java.security.cert.X509Certificate getCertificateChecking()
public static java.util.Collection getCRLs(PKIXCRLStoreSelector selector, CertStore certStore) throws CertStoreException
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |