public class CrlChecker extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CRL_PROPERTY_KEY |
Constructor and Description |
---|
CrlChecker() |
Modifier and Type | Method and Description |
---|---|
boolean |
passesCrlCheck(X509Certificate[] certs)
Checks the given certs against the CRL.
|
void |
setCrlLocation(String location)
Sets the location of the CRL.
|
public static final String CRL_PROPERTY_KEY
public boolean passesCrlCheck(X509Certificate[] certs)
certs
- certificates to be checked against the CRLpublic void setCrlLocation(String location)
location
- Location of the DER-encoded CRL file that should be used to check certificate
revocation.This work is licensed under a Creative Commons Attribution 4.0 International License.