org.eclipse.higgins.sts.api
Interface IRSAKeyValue


public interface IRSAKeyValue

Author:
mikemci

Method Summary
 String getExponent()
           
 String getModulus()
           
 void setExponent()
           
 void setModulus(String strModulus)
           
 

Method Detail

getModulus

public String getModulus()

setModulus

public void setModulus(String strModulus)

getExponent

public String getExponent()

setExponent

public void setExponent()