public class CRLValidation extends java.lang.Object implements CertPathValidation
| Constructor and Description |
|---|
CRLValidation(org.bouncycastle.asn1.x500.X500Name trustAnchorName,
org.bouncycastle.util.Store crls) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.util.Memoable |
copy() |
void |
reset(org.bouncycastle.util.Memoable other) |
void |
validate(CertPathValidationContext context,
X509CertificateHolder certificate) |
public CRLValidation(org.bouncycastle.asn1.x500.X500Name trustAnchorName,
org.bouncycastle.util.Store crls)
public void validate(CertPathValidationContext context, X509CertificateHolder certificate) throws CertPathValidationException
validate in interface CertPathValidationCertPathValidationExceptionpublic org.bouncycastle.util.Memoable copy()
copy in interface org.bouncycastle.util.Memoablepublic void reset(org.bouncycastle.util.Memoable other)
reset in interface org.bouncycastle.util.Memoable