Package org.xipki.security.shell
Class Actions.CsrGenAction
- java.lang.Object
-
- org.xipki.shell.XiAction
-
- org.xipki.security.shell.Actions.SecurityAction
-
- org.xipki.security.shell.Actions.BaseCsrGenAction
-
- org.xipki.security.shell.Actions.CsrGenAction
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Direct Known Subclasses:
P11Actions.CsrP11,P12Actions.CsrP12
- Enclosing class:
- Actions
public abstract static class Actions.CsrGenAction extends Actions.BaseCsrGenAction
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringhashAlgo-
Fields inherited from class org.xipki.security.shell.Actions.BaseCsrGenAction
outform, subjectAltNames, subjectInfoAccesses
-
Fields inherited from class org.xipki.security.shell.Actions.SecurityAction
securityFactory
-
-
Constructor Summary
Constructors Constructor Description CsrGenAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.xipki.security.SignatureAlgoControlgetSignatureAlgoControl()-
Methods inherited from class org.xipki.security.shell.Actions.BaseCsrGenAction
execute0, getAdditionalExtensions, getAdditionalNeedExtensionTypes, getAdditionalWantExtensionTypes, getPeerCertificates, getSigner, getSubject
-
Methods inherited from class org.xipki.security.shell.Actions.SecurityAction
toUtcTimeyyyyMMddhhmmssZ
-
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
-
-