Package org.cxml

Class DsRSAKeyValue

java.lang.Object
org.cxml.DsRSAKeyValue

public class DsRSAKeyValue extends Object
  • Field Details

    • dsModulus

      protected String dsModulus
    • dsExponent

      protected String dsExponent
  • Constructor Details

    • DsRSAKeyValue

      public DsRSAKeyValue()
  • Method Details

    • getDsModulus

      public String getDsModulus()
      Gets the value of the dsModulus property.
      Returns:
      possible object is String
    • setDsModulus

      public void setDsModulus(String value)
      Sets the value of the dsModulus property.
      Parameters:
      value - allowed object is String
    • getDsExponent

      public String getDsExponent()
      Gets the value of the dsExponent property.
      Returns:
      possible object is String
    • setDsExponent

      public void setDsExponent(String value)
      Sets the value of the dsExponent property.
      Parameters:
      value - allowed object is String