Package org.cxml
Class DsDSAKeyValue
java.lang.Object
org.cxml.DsDSAKeyValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDsG()Gets the value of the dsG property.getDsJ()Gets the value of the dsJ property.getDsP()Gets the value of the dsP property.Gets the value of the dsPgenCounter property.getDsQ()Gets the value of the dsQ property.Gets the value of the dsSeed property.getDsY()Gets the value of the dsY property.voidSets the value of the dsG property.voidSets the value of the dsJ property.voidSets the value of the dsP property.voidsetDsPgenCounter(String value) Sets the value of the dsPgenCounter property.voidSets the value of the dsQ property.voidSets the value of the dsSeed property.voidSets the value of the dsY property.
-
Field Details
-
dsP
-
dsQ
-
dsG
-
dsY
-
dsJ
-
dsSeed
-
dsPgenCounter
-
-
Constructor Details
-
DsDSAKeyValue
public DsDSAKeyValue()
-
-
Method Details
-
getDsP
Gets the value of the dsP property.- Returns:
- possible object is
String
-
setDsP
Sets the value of the dsP property.- Parameters:
value- allowed object isString
-
getDsQ
Gets the value of the dsQ property.- Returns:
- possible object is
String
-
setDsQ
Sets the value of the dsQ property.- Parameters:
value- allowed object isString
-
getDsG
Gets the value of the dsG property.- Returns:
- possible object is
String
-
setDsG
Sets the value of the dsG property.- Parameters:
value- allowed object isString
-
getDsY
Gets the value of the dsY property.- Returns:
- possible object is
String
-
setDsY
Sets the value of the dsY property.- Parameters:
value- allowed object isString
-
getDsJ
Gets the value of the dsJ property.- Returns:
- possible object is
String
-
setDsJ
Sets the value of the dsJ property.- Parameters:
value- allowed object isString
-
getDsSeed
Gets the value of the dsSeed property.- Returns:
- possible object is
String
-
setDsSeed
Sets the value of the dsSeed property.- Parameters:
value- allowed object isString
-
getDsPgenCounter
Gets the value of the dsPgenCounter property.- Returns:
- possible object is
String
-
setDsPgenCounter
Sets the value of the dsPgenCounter property.- Parameters:
value- allowed object isString
-