| Modifier and Type | Class and Description |
|---|---|
static class |
PKIXCRLStoreSelector.Builder |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Creates and returns a copy of this
Object. |
X509Certificate |
getCertificateChecking() |
static Collection<? extends CRL> |
getCRLs(PKIXCRLStoreSelector selector,
CertStore certStore) |
byte[] |
getIssuingDistributionPoint()
Returns the issuing distribution point.
|
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(CRL obj) |
public boolean isIssuingDistributionPointEnabled()
false.
You may also set the issuing distribution point criteria if not a missing issuing distribution point should be assumed.
public boolean isDeltaCRLIndicatorEnabled()
false.true if only CRLs with the delta CRL
indicator extension are selected.public Object clone()
ObjectObject. The default
implementation returns a so-called "shallow" copy: It creates a new
instance of the same class and then copies the field values (including
object references) from this instance to the new instance. A "deep" copy,
in contrast, would also recursively clone nested objects. A subclass that
needs to implement this kind of cloning should call super.clone()
to create the new instance and then create deep copies of the nested,
mutable objects.public boolean isCompleteCRLEnabled()
true only complete CRLs are returned. Defaults to
false.true if only complete CRLs are returned.public BigInteger getMaxBaseCRLNumber()
null.public byte[] getIssuingDistributionPoint()
null,
which is a missing issuing distribution point extension.
The internal byte array is cloned before it is returned.
The criteria must be enable with Builder.setIssuingDistributionPointEnabled(boolean)}.
public X509Certificate getCertificateChecking()
public static Collection<? extends CRL> getCRLs(PKIXCRLStoreSelector selector, CertStore certStore) throws CertStoreException
CertStoreException