public class CertCLI extends CLI
Modifier and Type | Field and Description |
---|---|
CertClient |
client |
static java.text.SimpleDateFormat |
dateFormat |
MainCLI |
parent |
Modifier and Type | Method and Description |
---|---|
void |
execute(java.lang.String[] args) |
static java.lang.String |
getAlgorithmNameFromOID(java.lang.String oid) |
static void |
printCertData(CertData certData,
boolean showPrettyPrint,
boolean showEncoded) |
static void |
printCertInfo(CertDataInfo info) |
static void |
printCertRequestInfo(CertRequestInfo info) |
static void |
printCertReviewResponse(CertReviewResponse response) |
void |
printHelp() |
addModule, getDeprecatedModules, getDescription, getModule, getName, isDeprecated, isVerbose, setDescription, setName, setVerbose
public static java.text.SimpleDateFormat dateFormat
public MainCLI parent
public CertClient client
public CertCLI(MainCLI parent)
public void execute(java.lang.String[] args) throws java.lang.Exception
public static java.lang.String getAlgorithmNameFromOID(java.lang.String oid)
public static void printCertInfo(CertDataInfo info)
public static void printCertData(CertData certData, boolean showPrettyPrint, boolean showEncoded)
public static void printCertRequestInfo(CertRequestInfo info)
public static void printCertReviewResponse(CertReviewResponse response)