Package org.cxml
Class DsRSAKeyValue
- java.lang.Object
-
- org.cxml.DsRSAKeyValue
-
public class DsRSAKeyValue extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdsExponentprotected java.lang.StringdsModulus
-
Constructor Summary
Constructors Constructor Description DsRSAKeyValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDsExponent()Gets the value of the dsExponent property.java.lang.StringgetDsModulus()Gets the value of the dsModulus property.voidsetDsExponent(java.lang.String value)Sets the value of the dsExponent property.voidsetDsModulus(java.lang.String value)Sets the value of the dsModulus property.
-
-
-
Method Detail
-
getDsModulus
public java.lang.String getDsModulus()
Gets the value of the dsModulus property.- Returns:
- possible object is
String
-
setDsModulus
public void setDsModulus(java.lang.String value)
Sets the value of the dsModulus property.- Parameters:
value- allowed object isString
-
getDsExponent
public java.lang.String getDsExponent()
Gets the value of the dsExponent property.- Returns:
- possible object is
String
-
setDsExponent
public void setDsExponent(java.lang.String value)
Sets the value of the dsExponent property.- Parameters:
value- allowed object isString
-
-