fr.imag.adele.bundle.upnp.security.model
Interface SecurityConsoleModel

All Known Implementing Classes:
SecurityConsoleModelImpl

public interface SecurityConsoleModel


Method Summary
 void getMyCertificates(String hashAlgorithm, byte[] hash, fr.imag.adele.util.upnp.holder.StringHolder certificates)
          This method is "add description here" hashAlgorithm in parameter hash in parameter certificates out parameter
 void getNameList(fr.imag.adele.util.upnp.holder.StringHolder names)
          This method is "add description here" names out parameter
 String getNameListVersionStateVariableValue()
           
 String getPendingCPListStateVariableValue()
           
 void presentKey(String hashAlgorithm, String key, String preferredName, String iconDesc)
          This method is "add description here" hashAlgorithm in parameter key in parameter preferredName in parameter iconDesc in parameter
 void renewCertificate(String oldCertificate, fr.imag.adele.util.upnp.holder.StringHolder newCertificate)
          This method is "add description here" oldCertificate in parameter newCertificate out parameter
 

Method Detail

presentKey

public void presentKey(String hashAlgorithm,
                       String key,
                       String preferredName,
                       String iconDesc)
This method is "add description here" hashAlgorithm in parameter key in parameter preferredName in parameter iconDesc in parameter


getNameList

public void getNameList(fr.imag.adele.util.upnp.holder.StringHolder names)
This method is "add description here" names out parameter


getMyCertificates

public void getMyCertificates(String hashAlgorithm,
                              byte[] hash,
                              fr.imag.adele.util.upnp.holder.StringHolder certificates)
This method is "add description here" hashAlgorithm in parameter hash in parameter certificates out parameter


renewCertificate

public void renewCertificate(String oldCertificate,
                             fr.imag.adele.util.upnp.holder.StringHolder newCertificate)
This method is "add description here" oldCertificate in parameter newCertificate out parameter


getPendingCPListStateVariableValue

public String getPendingCPListStateVariableValue()

getNameListVersionStateVariableValue

public String getNameListVersionStateVariableValue()