Package org.cxml

Class DsDSAKeyValue


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

      Fields 
      Modifier and Type Field Description
      protected java.lang.String dsG  
      protected java.lang.String dsJ  
      protected java.lang.String dsP  
      protected java.lang.String dsPgenCounter  
      protected java.lang.String dsQ  
      protected java.lang.String dsSeed  
      protected java.lang.String dsY  
    • Constructor Summary

      Constructors 
      Constructor Description
      DsDSAKeyValue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDsG()
      Gets the value of the dsG property.
      java.lang.String getDsJ()
      Gets the value of the dsJ property.
      java.lang.String getDsP()
      Gets the value of the dsP property.
      java.lang.String getDsPgenCounter()
      Gets the value of the dsPgenCounter property.
      java.lang.String getDsQ()
      Gets the value of the dsQ property.
      java.lang.String getDsSeed()
      Gets the value of the dsSeed property.
      java.lang.String getDsY()
      Gets the value of the dsY property.
      void setDsG​(java.lang.String value)
      Sets the value of the dsG property.
      void setDsJ​(java.lang.String value)
      Sets the value of the dsJ property.
      void setDsP​(java.lang.String value)
      Sets the value of the dsP property.
      void setDsPgenCounter​(java.lang.String value)
      Sets the value of the dsPgenCounter property.
      void setDsQ​(java.lang.String value)
      Sets the value of the dsQ property.
      void setDsSeed​(java.lang.String value)
      Sets the value of the dsSeed property.
      void setDsY​(java.lang.String value)
      Sets the value of the dsY property.
      • Methods inherited from class java.lang.Object

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

      • dsP

        protected java.lang.String dsP
      • dsQ

        protected java.lang.String dsQ
      • dsG

        protected java.lang.String dsG
      • dsY

        protected java.lang.String dsY
      • dsJ

        protected java.lang.String dsJ
      • dsSeed

        protected java.lang.String dsSeed
      • dsPgenCounter

        protected java.lang.String dsPgenCounter
    • Constructor Detail

      • DsDSAKeyValue

        public DsDSAKeyValue()
    • Method Detail

      • getDsP

        public java.lang.String getDsP()
        Gets the value of the dsP property.
        Returns:
        possible object is String
      • setDsP

        public void setDsP​(java.lang.String value)
        Sets the value of the dsP property.
        Parameters:
        value - allowed object is String
      • getDsQ

        public java.lang.String getDsQ()
        Gets the value of the dsQ property.
        Returns:
        possible object is String
      • setDsQ

        public void setDsQ​(java.lang.String value)
        Sets the value of the dsQ property.
        Parameters:
        value - allowed object is String
      • getDsG

        public java.lang.String getDsG()
        Gets the value of the dsG property.
        Returns:
        possible object is String
      • setDsG

        public void setDsG​(java.lang.String value)
        Sets the value of the dsG property.
        Parameters:
        value - allowed object is String
      • getDsY

        public java.lang.String getDsY()
        Gets the value of the dsY property.
        Returns:
        possible object is String
      • setDsY

        public void setDsY​(java.lang.String value)
        Sets the value of the dsY property.
        Parameters:
        value - allowed object is String
      • getDsJ

        public java.lang.String getDsJ()
        Gets the value of the dsJ property.
        Returns:
        possible object is String
      • setDsJ

        public void setDsJ​(java.lang.String value)
        Sets the value of the dsJ property.
        Parameters:
        value - allowed object is String
      • getDsSeed

        public java.lang.String getDsSeed()
        Gets the value of the dsSeed property.
        Returns:
        possible object is String
      • setDsSeed

        public void setDsSeed​(java.lang.String value)
        Sets the value of the dsSeed property.
        Parameters:
        value - allowed object is String
      • getDsPgenCounter

        public java.lang.String getDsPgenCounter()
        Gets the value of the dsPgenCounter property.
        Returns:
        possible object is String
      • setDsPgenCounter

        public void setDsPgenCounter​(java.lang.String value)
        Sets the value of the dsPgenCounter property.
        Parameters:
        value - allowed object is String