at.gv.zustellung.zusemsg.xsd.xmldsig
Class DSAKeyValueType

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.xmldsig.DSAKeyValueType

public class DSAKeyValueType
extends Object

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

DSAKeyValueType

public DSAKeyValueType()
Method Detail

getP

public String getP()
Gets the value of the p property.

Returns:
possible object is String

setP

public void setP(String value)
Sets the value of the p property.

Parameters:
value - allowed object is String

getQ

public String getQ()
Gets the value of the q property.

Returns:
possible object is String

setQ

public void setQ(String value)
Sets the value of the q property.

Parameters:
value - allowed object is String

getJ

public String getJ()
Gets the value of the j property.

Returns:
possible object is String

setJ

public void setJ(String value)
Sets the value of the j property.

Parameters:
value - allowed object is String

getG

public String getG()
Gets the value of the g property.

Returns:
possible object is String

setG

public void setG(String value)
Sets the value of the g property.

Parameters:
value - allowed object is String

getY

public String getY()
Gets the value of the y property.

Returns:
possible object is String

setY

public void setY(String value)
Sets the value of the y property.

Parameters:
value - allowed object is String

getSeed

public String getSeed()
Gets the value of the seed property.

Returns:
possible object is String

setSeed

public void setSeed(String value)
Sets the value of the seed property.

Parameters:
value - allowed object is String

getPgenCounter

public String getPgenCounter()
Gets the value of the pgenCounter property.

Returns:
possible object is String

setPgenCounter

public void setPgenCounter(String value)
Sets the value of the pgenCounter property.

Parameters:
value - allowed object is String


Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.