public static class Actions.OcspStatus extends Actions.BaseOcspStatusAction
EXTENSION_OIDNAME_MAP, verbosehashAlgo, issuerCertFile, nonceLen, prefSigAlgs, signRequest, useHttpGetForSmallRequest, usenonce| Constructor and Description |
|---|
OcspStatus() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkParameters(X509Certificate respIssuer,
List<BigInteger> serialNumbers,
Map<BigInteger,byte[]> encodedCerts)
TODO.
|
protected Object |
processResponse(org.bouncycastle.cert.ocsp.OCSPResp response,
X509Certificate respIssuer,
org.xipki.security.IssuerHash issuerHash,
List<BigInteger> serialNumbers,
Map<BigInteger,byte[]> encodedCerts)
TODO.
|
execute0, extractOcspUrls, extractOcspUrls, extractOcspUrlsgetRequestOptionsconfirm, derPemEncode, encodeCert, encodeCrl, encodeCsr, execute, expandFilepath, expandFilepath, isBlank, isEmpty, isEnabled, isNotBlank, isNotEmpty, isTrue, print, println, readPassword, readPassword, readPasswordIfNotSet, readPasswordIfNotSet, readPrompt, save, save, saveVerbose, saveVerbose, split, toBigInt, toBigIntprotected void checkParameters(X509Certificate respIssuer, List<BigInteger> serialNumbers, Map<BigInteger,byte[]> encodedCerts) throws Exception
Actions.BaseOcspStatusActioncheckParameters in class Actions.BaseOcspStatusActionrespIssuer - Expected responder issuer. Could be null.serialNumbers - Expected serial numbers. Must not be null.encodedCerts - Map of serial number and the corresponding certificate. Could be null.Exceptionprotected Object processResponse(org.bouncycastle.cert.ocsp.OCSPResp response, X509Certificate respIssuer, org.xipki.security.IssuerHash issuerHash, List<BigInteger> serialNumbers, Map<BigInteger,byte[]> encodedCerts) throws Exception
Actions.BaseOcspStatusActionprocessResponse in class Actions.BaseOcspStatusActionresponse - OCSP response. Must not be null.respIssuer - Expected responder issuer. Could be null.issuerHash - Expected issuer hash. Must not be null.serialNumbers - Expected serial numbers. Must not be null.encodedCerts - Map of serial number and the corresponding certificate. Could be null.ExceptionCopyright © 2018. All rights reserved.