public class ParentCertIssuedValidation extends Object implements CertPathValidation
Constructor and Description |
---|
ParentCertIssuedValidation(X509ContentVerifierProviderBuilder contentVerifierProvider) |
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 ParentCertIssuedValidation(X509ContentVerifierProviderBuilder contentVerifierProvider)
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.