public interface PKIXCertRevocationChecker
Modifier and Type | Method and Description |
---|---|
void |
check(Certificate cert) |
void |
initialize(PKIXCertRevocationCheckerParameters params) |
void |
setParameter(String name,
Object value) |
void initialize(PKIXCertRevocationCheckerParameters params) throws CertPathValidatorException
CertPathValidatorException
void check(Certificate cert) throws CertPathValidatorException
CertPathValidatorException
Copyright © 2021 BouncyCastle.org. All rights reserved.