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.StringgetFullName()KeyClientgetKeyClient()KeyClientgetKeyClient(java.lang.String transportNickname)java.lang.StringgetManPage()static voidprintKeyInfo(KeyInfo info)static voidprintKeyRequestInfo(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:
getFullNamein classCLI
-
getManPage
public java.lang.String getManPage()
- Overrides:
getManPagein 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)
-
-