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

String getModulus()

setModulus

void setModulus(String strModulus)

getExponent

String getExponent()

setExponent

void setExponent()