org.eclipse.higgins.sts.api
Interface IKeyValue


public interface IKeyValue

Author:
mikemci

Method Summary
 IDSAKeyValue getDSAKeyValue()
           
 IRSAKeyValue getRSAKeyValue()
           
 void setDSAKeyValue(IDSAKeyValue keyValue)
           
 void setRSAKeyValue(IRSAKeyValue keyValue)
           
 

Method Detail

getRSAKeyValue

public IRSAKeyValue getRSAKeyValue()

setRSAKeyValue

public void setRSAKeyValue(IRSAKeyValue keyValue)

getDSAKeyValue

public IDSAKeyValue getDSAKeyValue()

setDSAKeyValue

public void setDSAKeyValue(IDSAKeyValue keyValue)