public class CRLValidation extends Object implements CertPathValidation
| Constructor and Description |
|---|
CRLValidation(X500Name trustAnchorName,
Store crls) |
| Modifier and Type | Method and Description |
|---|---|
Memoable |
copy()
Produce a copy of this object with its configuration and in its current state.
|
void |
reset(Memoable other)
Restore a copied object state into this object.
|
void |
validate(CertPathValidationContext context,
X509CertificateHolder certificate) |
public void validate(CertPathValidationContext context, X509CertificateHolder certificate) throws CertPathValidationException
validate in interface CertPathValidationCertPathValidationExceptionpublic Memoable copy()
MemoableThe returned object may be used simply to store the state, or may be used as a similar object starting from the copied state.
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.