| Package | Description |
|---|---|
| com.lowagie.text.pdf | |
| old.org.bouncycastle.ocsp |
| Modifier and Type | Method and Description |
|---|---|
BasicOCSPResp |
PdfPKCS7.getOcsp()
Gets the OCSP basic response if there is one.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PdfPKCS7.verifyOcspCertificates(BasicOCSPResp ocsp,
KeyStore keystore,
String provider)
Verifies an OCSP response against a KeyStore.
|
| Modifier and Type | Method and Description |
|---|---|
BasicOCSPResp |
BasicOCSPRespGenerator.generate(String signingAlgorithm,
PrivateKey key,
X509Certificate[] chain,
Date thisUpdate,
String provider) |
BasicOCSPResp |
BasicOCSPRespGenerator.generate(String signingAlgorithm,
PrivateKey key,
X509Certificate[] chain,
Date producedAt,
String provider,
SecureRandom random) |
Copyright © 2015. All rights reserved.