public class CertCommands extends Object
| Constructor and Description |
|---|
CertCommands(org.nhind.config.rest.CertificateService certService) |
| 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 |
removeCertByTP(String[] args) |
void |
setRecordPrinter(RecordPrinter<org.nhindirect.config.model.Certificate> printer) |
public CertCommands(org.nhind.config.rest.CertificateService certService)
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 removeCertByTP(String[] args)
public void setRecordPrinter(RecordPrinter<org.nhindirect.config.model.Certificate> printer)
Copyright © 2021. All rights reserved.