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 CertPathValidation
CertPathValidationException
public Memoable copy()
Memoable
The returned object may be used simply to store the state, or may be used as a similar object starting from the copied state.
Copyright © 2018 BouncyCastle.org. All rights reserved.