public class CertCommands extends Object
| Modifier and Type | Field and Description |
|---|---|
protected RecordPrinter<org.nhind.config.Certificate> |
certPrinter |
protected org.nhind.config.ConfigurationServiceProxy |
proxy |
| Constructor and Description |
|---|
CertCommands(org.nhind.config.ConfigurationServiceProxy proxy) |
| Modifier and Type | Method and Description |
|---|---|
void |
addIPKIXCert(String[] args) |
void |
exportCertByAddress(String[] args) |
void |
importPrivateCert(String[] args) |
void |
importPrivateCertWithWrappedKey(String[] args) |
void |
importPublicCert(String[] args) |
void |
listCerts(String[] args) |
void |
listCertsByAddress(String[] args) |
void |
removeCert(String[] args) |
void |
setConfigurationProxy(org.nhind.config.ConfigurationServiceProxy proxy) |
void |
setRecordPrinter(RecordPrinter<org.nhind.config.Certificate> printer) |
protected void |
writeCertsToFiles(org.nhind.config.Certificate[] certs) |
protected org.nhind.config.ConfigurationServiceProxy proxy
protected RecordPrinter<org.nhind.config.Certificate> certPrinter
public CertCommands(org.nhind.config.ConfigurationServiceProxy proxy)
public void listCerts(String[] args)
public void listCertsByAddress(String[] args)
public void exportCertByAddress(String[] args)
public void importPublicCert(String[] args)
public void importPrivateCertWithWrappedKey(String[] args)
public void importPrivateCert(String[] args)
public void addIPKIXCert(String[] args)
public void removeCert(String[] args)
public void setRecordPrinter(RecordPrinter<org.nhind.config.Certificate> printer)
public void setConfigurationProxy(org.nhind.config.ConfigurationServiceProxy proxy)
protected void writeCertsToFiles(org.nhind.config.Certificate[] certs)
throws IOException
IOExceptionCopyright © 2016. All Rights Reserved.