org.nhindirect.dns.tools
Class CertCommands

java.lang.Object
  extended by org.nhindirect.dns.tools.CertCommands

public class CertCommands
extends Object


Constructor Summary
CertCommands(org.nhind.config.ConfigurationServiceProxy proxy)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertCommands

public CertCommands(org.nhind.config.ConfigurationServiceProxy proxy)
Method Detail

listCerts

public void listCerts(String[] args)

listCertsByAddress

public void listCertsByAddress(String[] args)

importPublicCert

public void importPublicCert(String[] args)

importPrivateCert

public void importPrivateCert(String[] args)

addIPKIXCert

public void addIPKIXCert(String[] args)

removeCert

public void removeCert(String[] args)

setRecordPrinter

public void setRecordPrinter(RecordPrinter<org.nhind.config.Certificate> printer)

setConfigurationProxy

public void setConfigurationProxy(org.nhind.config.ConfigurationServiceProxy proxy)


Copyright © 2010-2015 The Direct Project. All Rights Reserved.