Package org.cxml
Class DsRSAKeyValue
java.lang.Object
org.cxml.DsRSAKeyValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dsExponent property.Gets the value of the dsModulus property.voidsetDsExponent(String value) Sets the value of the dsExponent property.voidsetDsModulus(String value) Sets the value of the dsModulus property.
-
Field Details
-
dsModulus
-
dsExponent
-
-
Constructor Details
-
DsRSAKeyValue
public DsRSAKeyValue()
-
-
Method Details
-
getDsModulus
Gets the value of the dsModulus property.- Returns:
- possible object is
String
-
setDsModulus
Sets the value of the dsModulus property.- Parameters:
value- allowed object isString
-
getDsExponent
Gets the value of the dsExponent property.- Returns:
- possible object is
String
-
setDsExponent
Sets the value of the dsExponent property.- Parameters:
value- allowed object isString
-