Package org.cxml
Class DsDSAKeyValue
- java.lang.Object
-
- org.cxml.DsDSAKeyValue
-
public class DsDSAKeyValue extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DsDSAKeyValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDsG()Gets the value of the dsG property.java.lang.StringgetDsJ()Gets the value of the dsJ property.java.lang.StringgetDsP()Gets the value of the dsP property.java.lang.StringgetDsPgenCounter()Gets the value of the dsPgenCounter property.java.lang.StringgetDsQ()Gets the value of the dsQ property.java.lang.StringgetDsSeed()Gets the value of the dsSeed property.java.lang.StringgetDsY()Gets the value of the dsY property.voidsetDsG(java.lang.String value)Sets the value of the dsG property.voidsetDsJ(java.lang.String value)Sets the value of the dsJ property.voidsetDsP(java.lang.String value)Sets the value of the dsP property.voidsetDsPgenCounter(java.lang.String value)Sets the value of the dsPgenCounter property.voidsetDsQ(java.lang.String value)Sets the value of the dsQ property.voidsetDsSeed(java.lang.String value)Sets the value of the dsSeed property.voidsetDsY(java.lang.String value)Sets the value of the dsY property.
-
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
-