|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
CertificateVerifier,
List |
Change in type from (CertificateVerifier, List ) to (CertificateVerifier, List ).Documentation changed from old to new. |
Creates an OCSPVerifier instance. |
Changed Methods | ||
IBasicOCSPResp
getOcspResponse(
X509Certificate,
X509Certificate
|
Change in return type from BasicOCSPResp to IBasicOCSPResp .Documentation changed from old to new. |
Gets an OCSP response online and returns it if the status is GOOD (without further checking!). |
boolean
isSignatureValid(
IBasicOCSPResp,
Certificate
|
Change in signature from (BasicOCSPResp, Certificate ) to (IBasicOCSPResp, Certificate ).Documentation changed from old to new. |
Checks if an OCSP response is genuine |
void
isValidResponse(
IBasicOCSPResp,
X509Certificate
|
Change in signature from (BasicOCSPResp, X509Certificate, Date ) to (IBasicOCSPResp, X509Certificate, Date ).Documentation changed from old to new. |
Verifies if an OCSP response is genuine If it doesn't verify against the issuer certificate and response's certificates, it may verify using a trusted anchor or cert. |
boolean
verify(
IBasicOCSPResp,
X509Certificate
|
Change in signature from (BasicOCSPResp, X509Certificate, X509Certificate, Date ) to (IBasicOCSPResp, X509Certificate, X509Certificate, Date ).Documentation changed from old to new. |
Verifies a certificate against a single OCSP response |
Changed Fields | ||
List
ocsps
|
Change in type from List to List .Documentation changed from old to new. |
The list of IBasicOCSPResp OCSP response wrappers. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |