Package com.netscape.cmstools.kra
Class KRAKeyCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- com.netscape.cmstools.kra.KRAKeyCLI
-
public class KRAKeyCLI extends CLI
- Author:
- Endi S. Dewata
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFullName()
KeyClient
getKeyClient()
KeyClient
getKeyClient(java.lang.String transportNickname)
java.lang.String
getManPage()
static void
printKeyInfo(KeyInfo info)
static void
printKeyRequestInfo(KeyRequestInfo info)
-
Methods inherited from class org.dogtagpki.cli.CLI
addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, printHelp, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Field Detail
-
logger
public static org.slf4j.Logger logger
-
keyClient
public KeyClient keyClient
-
-
Constructor Detail
-
KRAKeyCLI
public KRAKeyCLI(CLI parent)
-
-
Method Detail
-
getFullName
public java.lang.String getFullName()
- Overrides:
getFullName
in classCLI
-
getManPage
public java.lang.String getManPage()
- Overrides:
getManPage
in classCLI
-
getKeyClient
public KeyClient getKeyClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getKeyClient
public KeyClient getKeyClient(java.lang.String transportNickname) throws java.lang.Exception
- Throws:
java.lang.Exception
-
printKeyInfo
public static void printKeyInfo(KeyInfo info)
-
printKeyRequestInfo
public static void printKeyRequestInfo(KeyRequestInfo info)
-
-