| Modifier and Type | Method and Description |
|---|---|
RevocationStatus |
RevocationVerifier.checkRevocationStatus(X509Certificate peerCert,
X509Certificate issuerCert) |
boolean |
RevocationVerificationManager.verifyRevocationStatus(X509Certificate[] peerCertificates)
This method first tries to verify the given certificate chain using OCSP since OCSP verification is
faster.
|
| Modifier and Type | Method and Description |
|---|---|
RevocationStatus |
CRLVerifier.checkRevocationStatus(X509Certificate peerCert,
X509Certificate issuerCert)
Checks revocation status (Good, Revoked, unknown) of the peer certificate.
|
protected X509CRL |
CRLVerifier.downloadCRLFromWeb(String crlURL)
Downloads CRL from the crlUrl.
|
| Modifier and Type | Method and Description |
|---|---|
RevocationStatus |
OCSPVerifier.checkRevocationStatus(X509Certificate peerCert,
X509Certificate issuerCert)
Gets the revocation status (Good, Revoked or Unknown) of the given peer certificate.
|
static org.bouncycastle.cert.ocsp.OCSPReq |
OCSPVerifier.generateOCSPRequest(X509Certificate issuerCert,
BigInteger serialNumber)
This method generates an OCSP Request to be sent to an OCSP authority access endpoint.
|
static List<String> |
OCSPVerifier.getAIALocations(X509Certificate cert)
Authority Information Access (AIA) is a non-critical extension in an X509 Certificate.
|
static org.bouncycastle.cert.ocsp.OCSPResp |
OCSPVerifier.getOCSPResponce(String serviceUrl,
org.bouncycastle.cert.ocsp.OCSPReq request)
Gets an ASN.1 encoded OCSP response (as defined in RFC 2560) from the given service URL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertificatePathValidator.validatePath()
Certificate Path Validation process
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
OCSPResponseBuilder.getAIALocations(X509Certificate userCertificate)
List Certificate authority url information.
|
static org.bouncycastle.cert.ocsp.OCSPResp |
OCSPResponseBuilder.getOCSPResponse(List<String> locations,
org.bouncycastle.cert.ocsp.OCSPReq request,
X509Certificate userCertificate,
OCSPCache ocspCache)
Get OCSP response from cache.
|
Copyright © 2022 WSO2. All rights reserved.