Package org.xipki.security.shell
Class P12Actions.CsrP12
- 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
-
- org.xipki.security.shell.P12Actions.CsrP12
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Enclosing class:
- P12Actions
public static class P12Actions.CsrP12 extends Actions.CsrGenAction
-
-
Field Summary
-
Fields inherited from class org.xipki.security.shell.Actions.CsrGenAction
hashAlgo
-
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 CsrP12()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.security.KeyStoregetKeyStore()protected org.xipki.security.ConcurrentContentSignergetSigner()Gets the signer for the give signatureAlgoControl.-
Methods inherited from class org.xipki.security.shell.Actions.CsrGenAction
getSignatureAlgoControl
-
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
-
getKeyStore
public java.security.KeyStore getKeyStore() throws java.io.IOException, java.security.KeyStoreException, java.security.NoSuchAlgorithmException, java.security.cert.CertificateException, org.xipki.password.PasswordResolverException- Throws:
java.io.IOExceptionjava.security.KeyStoreExceptionjava.security.NoSuchAlgorithmExceptionjava.security.cert.CertificateExceptionorg.xipki.password.PasswordResolverException
-
getSigner
protected org.xipki.security.ConcurrentContentSigner getSigner() throws org.xipki.util.exception.ObjectCreationExceptionDescription copied from class:Actions.BaseCsrGenActionGets the signer for the give signatureAlgoControl.- Specified by:
getSignerin classActions.BaseCsrGenAction- Returns:
- the signer
- Throws:
org.xipki.util.exception.ObjectCreationException
-
-