Package com.netscape.cmstools.tks
Class TKSKeyCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- com.netscape.cmstools.tks.TKSKeyCLI
-
public class TKSKeyCLI extends org.dogtagpki.cli.CLI
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Logger
logger
TKSCLI
tksCLI
com.netscape.certsrv.system.TPSConnectorClient
tpsConnectorClient
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFullName()
com.netscape.certsrv.system.TPSConnectorClient
getTPSConnectorClient()
static void
printKeyInfo(java.lang.String id, com.netscape.certsrv.key.KeyData data)
-
Methods inherited from class org.dogtagpki.cli.CLI
addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, printHelp, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Field Detail
-
logger
public static org.slf4j.Logger logger
-
tksCLI
public TKSCLI tksCLI
-
tpsConnectorClient
public com.netscape.certsrv.system.TPSConnectorClient tpsConnectorClient
-
-
Constructor Detail
-
TKSKeyCLI
public TKSKeyCLI(TKSCLI tksCLI)
-
-
Method Detail
-
getFullName
public java.lang.String getFullName()
- Overrides:
getFullName
in classorg.dogtagpki.cli.CLI
-
getTPSConnectorClient
public com.netscape.certsrv.system.TPSConnectorClient getTPSConnectorClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
printKeyInfo
public static void printKeyInfo(java.lang.String id, com.netscape.certsrv.key.KeyData data)
-
-