Package com.netscape.cmstools.kra
Class KRAKeyCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- com.netscape.cmstools.kra.KRAKeyCLI
-
public class KRAKeyCLI extends org.dogtagpki.cli.CLI
- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description KRAKeyCLI(org.dogtagpki.cli.CLI parent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFullName()
com.netscape.certsrv.key.KeyClient
getKeyClient()
com.netscape.certsrv.key.KeyClient
getKeyClient(java.lang.String transportNickname)
java.lang.String
getManPage()
static void
printKeyInfo(com.netscape.certsrv.key.KeyInfo info)
static void
printKeyRequestInfo(com.netscape.certsrv.key.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
-
-
-
-
Method Detail
-
getFullName
public java.lang.String getFullName()
- Overrides:
getFullName
in classorg.dogtagpki.cli.CLI
-
getManPage
public java.lang.String getManPage()
- Overrides:
getManPage
in classorg.dogtagpki.cli.CLI
-
getKeyClient
public com.netscape.certsrv.key.KeyClient getKeyClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getKeyClient
public com.netscape.certsrv.key.KeyClient getKeyClient(java.lang.String transportNickname) throws java.lang.Exception
- Throws:
java.lang.Exception
-
printKeyInfo
public static void printKeyInfo(com.netscape.certsrv.key.KeyInfo info)
-
printKeyRequestInfo
public static void printKeyRequestInfo(com.netscape.certsrv.key.KeyRequestInfo info)
-
-