public abstract class SecurityCommandSupport
extends org.xipki.console.karaf.XipkiCommandSupport
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_P11MODULE_NAME |
protected org.xipki.security.pkcs11.P11CryptServiceFactory |
p11CryptServiceFactory |
protected org.xipki.security.SecurityFactory |
securityFactory |
| Constructor and Description |
|---|
SecurityCommandSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected org.xipki.security.pkcs11.P11Module |
getP11Module(String moduleName) |
protected org.xipki.security.pkcs11.P11Slot |
getSlot(String moduleName,
int slotIndex) |
protected String |
toUtcTimeyyyyMMddhhmmssZ(Date date) |
confirm, execute, execute0, expandFilepath, expandFilepath, isBlank, isEmpty, isEnabled, isNotBlank, isNotEmpty, isTrue, print, println, readPassword, readPassword, readPasswordIfNotSet, readPasswordIfNotSet, readPrompt, save, saveVerbose, split, toBigInt, toBigIntprotected static final String DEFAULT_P11MODULE_NAME
protected org.xipki.security.SecurityFactory securityFactory
protected org.xipki.security.pkcs11.P11CryptServiceFactory p11CryptServiceFactory
protected org.xipki.security.pkcs11.P11Slot getSlot(String moduleName, int slotIndex) throws org.xipki.security.exception.XiSecurityException, org.xipki.security.exception.P11TokenException, org.xipki.console.karaf.IllegalCmdParamException
org.xipki.security.exception.XiSecurityExceptionorg.xipki.security.exception.P11TokenExceptionorg.xipki.console.karaf.IllegalCmdParamExceptionprotected org.xipki.security.pkcs11.P11Module getP11Module(String moduleName) throws org.xipki.security.exception.XiSecurityException, org.xipki.security.exception.P11TokenException, org.xipki.console.karaf.IllegalCmdParamException
org.xipki.security.exception.XiSecurityExceptionorg.xipki.security.exception.P11TokenExceptionorg.xipki.console.karaf.IllegalCmdParamExceptionCopyright © 2017. All rights reserved.