Package org.xipki.security.shell
Class JceActions.CsrJce
- java.lang.Object
-
- org.xipki.shell.XiAction
-
- org.xipki.security.shell.Actions.SecurityAction
-
- org.xipki.security.shell.Actions.BaseCsrGenAction
-
- org.xipki.security.shell.JceActions.CsrJce
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Enclosing class:
- JceActions
public static class JceActions.CsrJce extends Actions.BaseCsrGenAction
-
-
Field Summary
-
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 CsrJce()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.xipki.security.ConcurrentContentSignergetSigner()Gets the signer for the give signatureAlgoControl.-
Methods inherited from class org.xipki.security.shell.Actions.BaseCsrGenAction
execute0, getAdditionalExtensions, getAdditionalNeedExtensionTypes, getAdditionalWantExtensionTypes, getPeerCertificates, 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
-
-
-
-
Method Detail
-
getSigner
protected org.xipki.security.ConcurrentContentSigner getSigner() throws java.lang.ExceptionDescription copied from class:Actions.BaseCsrGenActionGets the signer for the give signatureAlgoControl.- Specified by:
getSignerin classActions.BaseCsrGenAction- Returns:
- the signer
- Throws:
java.lang.Exception- If getting signer failed.
-
-