Package org.xipki.ocsp.client.shell
Class Actions.CommonOcspStatusAction
- java.lang.Object
-
- org.xipki.shell.XiAction
-
- org.xipki.ocsp.client.shell.Actions.CommonOcspStatusAction
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Direct Known Subclasses:
Actions.BaseOcspStatusAction
- Enclosing class:
- Actions
public abstract static class Actions.CommonOcspStatusAction extends org.xipki.shell.XiAction
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanallowNoNonceInResponseprotected StringhashAlgoprotected StringissuerCertFileprotected IntegernonceLenprotected List<String>prefSigAlgsprotected BooleansignRequestprotected BooleanuseHttpGetForSmallRequestprotected Booleanusenonce
-
Constructor Summary
Constructors Constructor Description CommonOcspStatusAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.xipki.ocsp.client.RequestOptionsgetRequestOptions()-
Methods inherited from class org.xipki.shell.XiAction
confirm, derPemEncode, embedFileContent, encodeCert, encodeCrl, encodeCsr, execute, execute0, expandFilepath, expandFilepath, isBlank, isEmpty, isEnabled, isNotBlank, isNotEmpty, isTrue, print, println, readPassword, readPassword, readPasswordIfNotSet, readPasswordIfNotSet, readPrompt, resolvePassword, save, save, saveVerbose, saveVerbose, split, toBigInt, toBigInt
-
-
-
-
Field Detail
-
issuerCertFile
protected String issuerCertFile
-
usenonce
protected Boolean usenonce
-
nonceLen
protected Integer nonceLen
-
allowNoNonceInResponse
protected Boolean allowNoNonceInResponse
-
hashAlgo
protected String hashAlgo
-
useHttpGetForSmallRequest
protected Boolean useHttpGetForSmallRequest
-
signRequest
protected Boolean signRequest
-
-