|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zusemsg.xsd.xmldsig.DSAKeyValueType
public class DSAKeyValueType
Java class for DSAKeyValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DSAKeyValueType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <sequence minOccurs="0"> <element name="P" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> <element name="Q" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> </sequence> <element name="J" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/> <element name="G" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/> <element name="Y" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> <sequence minOccurs="0"> <element name="Seed" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> <element name="PgenCounter" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> </sequence> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
DSAKeyValueType()
|
Method Summary | |
---|---|
String |
getG()
Gets the value of the g property. |
String |
getJ()
Gets the value of the j property. |
String |
getP()
Gets the value of the p property. |
String |
getPgenCounter()
Gets the value of the pgenCounter property. |
String |
getQ()
Gets the value of the q property. |
String |
getSeed()
Gets the value of the seed property. |
String |
getY()
Gets the value of the y property. |
void |
setG(String value)
Sets the value of the g property. |
void |
setJ(String value)
Sets the value of the j property. |
void |
setP(String value)
Sets the value of the p property. |
void |
setPgenCounter(String value)
Sets the value of the pgenCounter property. |
void |
setQ(String value)
Sets the value of the q property. |
void |
setSeed(String value)
Sets the value of the seed property. |
void |
setY(String value)
Sets the value of the y property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DSAKeyValueType()
Method Detail |
---|
public String getP()
String
public void setP(String value)
value
- allowed object is
String
public String getQ()
String
public void setQ(String value)
value
- allowed object is
String
public String getJ()
String
public void setJ(String value)
value
- allowed object is
String
public String getG()
String
public void setG(String value)
value
- allowed object is
String
public String getY()
String
public void setY(String value)
value
- allowed object is
String
public String getSeed()
String
public void setSeed(String value)
value
- allowed object is
String
public String getPgenCounter()
String
public void setPgenCounter(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |