public class RevocationVerificationManager extends Object
| Constructor and Description |
|---|
RevocationVerificationManager(Integer cacheAllocatedSize,
Integer cacheDelayMins) |
| Modifier and Type | Method and Description |
|---|---|
void |
verifyRevocationStatus(X509Certificate[] peerCertificates)
This method first tries to verify the given certificate chain using OCSP since OCSP verification is
faster.
|
public void verifyRevocationStatus(X509Certificate[] peerCertificates) throws CertificateVerificationException
peerCertificates - javax.security.cert.X509Certificate[] array of peer certificate chain from peer/client.CertificateVerificationExceptionCopyright © 2005–2019 Apache Software Foundation. All rights reserved.