public class RevocationVerificationManager extends Object
| Constructor and Description |
|---|
RevocationVerificationManager(Integer cacheAllocatedSize,
Integer cacheDelayMins) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
verifyRevocationStatus(X509Certificate[] peerCertificates)
This method first tries to verify the given certificate chain using OCSP since OCSP verification is
faster.
|
public boolean verifyRevocationStatus(X509Certificate[] peerCertificates) throws CertificateVerificationException
peerCertificates - javax.security.cert.X509Certificate[] array of peer certificate chain from peer/client.CertificateVerificationException - Occurs when certificate fails to be validated from both OCSP and CRL.Copyright © 2023 WSO2. All rights reserved.