public class CertCommands extends Object
| Constructor and Description |
|---|
CertCommands(org.nhind.config.ConfigurationServiceProxy proxy) |
| Modifier and Type | Method and Description |
|---|---|
void |
addIPKIXCert(String[] args) |
void |
importPrivateCert(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) |
public CertCommands(org.nhind.config.ConfigurationServiceProxy proxy)
public void listCerts(String[] args)
public void listCertsByAddress(String[] args)
public void importPublicCert(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)
Copyright © 2010-2015 The Direct Project. All Rights Reserved.