Package org.cxml

Class DsRSAKeyValue


  • public class DsRSAKeyValue
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String dsExponent  
      protected java.lang.String dsModulus  
    • Constructor Summary

      Constructors 
      Constructor Description
      DsRSAKeyValue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDsExponent()
      Gets the value of the dsExponent property.
      java.lang.String getDsModulus()
      Gets the value of the dsModulus property.
      void setDsExponent​(java.lang.String value)
      Sets the value of the dsExponent property.
      void setDsModulus​(java.lang.String value)
      Sets the value of the dsModulus property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • dsModulus

        protected java.lang.String dsModulus
      • dsExponent

        protected java.lang.String dsExponent
    • Constructor Detail

      • DsRSAKeyValue

        public DsRSAKeyValue()
    • 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 is String
      • 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 is String