Package org.xipki.security.shell
Class P11Actions.P11KeyGenAction
- java.lang.Object
-
- org.xipki.shell.XiAction
-
- org.xipki.security.shell.Actions.SecurityAction
-
- org.xipki.security.shell.P11Actions.P11SecurityAction
-
- org.xipki.security.shell.P11Actions.P11KeyGenAction
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Direct Known Subclasses:
P11Actions.Dsa11,P11Actions.EcP11,P11Actions.ImportSecretkeyP11,P11Actions.RsaP11,P11Actions.SecretkeyP11,P11Actions.Sm2P11,QaSecurityActions.BECGenP11
- Enclosing class:
- P11Actions
public abstract static class P11Actions.P11KeyGenAction extends P11Actions.P11SecurityAction
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringlabel-
Fields inherited from class org.xipki.security.shell.P11Actions.P11SecurityAction
DEFAULT_P11MODULE_NAME, moduleName, p11CryptServiceFactory, slotIndex
-
Fields inherited from class org.xipki.security.shell.Actions.SecurityAction
securityFactory
-
-
Constructor Summary
Constructors Constructor Description P11KeyGenAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize(java.lang.String keyType, org.xipki.pkcs11.wrapper.PKCS11KeyId keyId)protected org.xipki.security.pkcs11.P11Slot.P11NewKeyControlgetControl()-
Methods inherited from class org.xipki.security.shell.P11Actions.P11SecurityAction
getIdentity, getP11Module, getSlot
-
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, execute0, expandFilepath, expandFilepath, isBlank, isEmpty, isEnabled, isNotBlank, isNotEmpty, isTrue, print, println, readPassword, readPassword, readPasswordIfNotSet, readPasswordIfNotSet, readPrompt, resolvePassword, save, save, saveVerbose, saveVerbose, split, toBigInt, toBigInt
-
-