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 java.lang.BooleanallowNoNonceInResponseprotected java.lang.StringhashAlgoprotected java.lang.StringissuerCertFileprotected java.lang.IntegernonceLenprotected java.util.List<java.lang.String>prefSigAlgsprotected java.lang.BooleansignRequestprotected java.lang.BooleanuseHttpGetForSmallRequestprotected java.lang.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 java.lang.String issuerCertFile
-
usenonce
protected java.lang.Boolean usenonce
-
nonceLen
protected java.lang.Integer nonceLen
-
allowNoNonceInResponse
protected java.lang.Boolean allowNoNonceInResponse
-
hashAlgo
protected java.lang.String hashAlgo
-
prefSigAlgs
protected java.util.List<java.lang.String> prefSigAlgs
-
useHttpGetForSmallRequest
protected java.lang.Boolean useHttpGetForSmallRequest
-
signRequest
protected java.lang.Boolean signRequest
-
-