CertPathValidation
, org.bouncycastle.util.Memoable
public class CRLValidation extends java.lang.Object implements CertPathValidation
Constructor | Description |
---|---|
CRLValidation(org.bouncycastle.asn1.x500.X500Name trustAnchorName,
org.bouncycastle.util.Store crls) |
Modifier and Type | Method | 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 CertPathValidation
CertPathValidationException
public org.bouncycastle.util.Memoable copy()
copy
in interface org.bouncycastle.util.Memoable
public void reset(org.bouncycastle.util.Memoable other)
reset
in interface org.bouncycastle.util.Memoable