Class CRLValidation
java.lang.Object
org.bouncycastle.cert.path.validations.CRLValidation
- All Implemented Interfaces:
CertPathValidation,Memoable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()Produce a copy of this object with its configuration and in its current state.voidRestore a copied object state into this object.voidvalidate(CertPathValidationContext context, X509CertificateHolder certificate)
-
Constructor Details
-
CRLValidation
-
-
Method Details
-
validate
public void validate(CertPathValidationContext context, X509CertificateHolder certificate) throws CertPathValidationException - Specified by:
validatein interfaceCertPathValidation- Throws:
CertPathValidationException
-
copy
Description copied from interface:MemoableProduce a copy of this object with its configuration and in its current state.The returned object may be used simply to store the state, or may be used as a similar object starting from the copied state.
-
reset
Description copied from interface:MemoableRestore a copied object state into this object.Implementations of this method should try to avoid or minimise memory allocation to perform the reset.
-