Package org.xipki.qa.shell
Class QaOcspActions.OcspQaStatusAction
- java.lang.Object
-
- org.xipki.shell.XiAction
-
- org.xipki.ocsp.client.shell.Actions.CommonOcspStatusAction
-
- org.xipki.ocsp.client.shell.Actions.BaseOcspStatusAction
-
- org.xipki.qa.shell.QaOcspActions.OcspQaStatusAction
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Enclosing class:
- QaOcspActions
public static class QaOcspActions.OcspQaStatusAction extends org.xipki.ocsp.client.shell.Actions.BaseOcspStatusAction
-
-
Field Summary
-
Fields inherited from class org.xipki.ocsp.client.shell.Actions.BaseOcspStatusAction
EXTENSION_OIDNAME_MAP, verbose
-
-
Constructor Summary
Constructors Constructor Description OcspQaStatusAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckParameters(org.xipki.security.X509Cert respIssuer, List<BigInteger> serialNumbers, Map<BigInteger,byte[]> encodedCerts)protected voidprocessResponse(org.bouncycastle.cert.ocsp.OCSPResp response, org.xipki.security.X509Cert respIssuer, org.xipki.security.IssuerHash issuerHash, List<BigInteger> serialNumbers, Map<BigInteger,byte[]> encodedCerts)-
Methods inherited from class org.xipki.ocsp.client.shell.Actions.BaseOcspStatusAction
execute0, extractOcspUrls, extractOcspUrls, extractOcspUrls
-
Methods inherited from class org.xipki.ocsp.client.shell.Actions.CommonOcspStatusAction
getRequestOptions
-
Methods inherited from class org.xipki.shell.XiAction
confirm, derPemEncode, embedFileContent, encodeCert, encodeCrl, encodeCsr, execute, expandFilepath, expandFilepath, isBlank, isEmpty, isEnabled, isNotBlank, isNotEmpty, isTrue, print, println, readPassword, readPassword, readPasswordIfNotSet, readPasswordIfNotSet, readPrompt, resolvePassword, save, save, saveVerbose, saveVerbose, split, toBigInt, toBigInt
-
-
-
-
Method Detail
-
checkParameters
protected void checkParameters(org.xipki.security.X509Cert respIssuer, List<BigInteger> serialNumbers, Map<BigInteger,byte[]> encodedCerts) throws Exception- Specified by:
checkParametersin classorg.xipki.ocsp.client.shell.Actions.BaseOcspStatusAction- Throws:
Exception
-
processResponse
protected void processResponse(org.bouncycastle.cert.ocsp.OCSPResp response, org.xipki.security.X509Cert respIssuer, org.xipki.security.IssuerHash issuerHash, List<BigInteger> serialNumbers, Map<BigInteger,byte[]> encodedCerts) throws Exception- Specified by:
processResponsein classorg.xipki.ocsp.client.shell.Actions.BaseOcspStatusAction- Throws:
Exception
-
-