org.w3._2000._09.xmldsig
Class DSAKeyValueType

java.lang.Object
  extended by org.w3._2000._09.xmldsig.DSAKeyValueType
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class DSAKeyValueType
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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>
 

See Also:
Serialized Form

Field Summary
static javax.xml.namespace.QName COMPLEX_TYPE
           
static javax.xml.namespace.QName F_G
           
static javax.xml.namespace.QName F_J
           
static javax.xml.namespace.QName F_P
           
static javax.xml.namespace.QName F_PGEN_COUNTER
           
static javax.xml.namespace.QName F_Q
           
static javax.xml.namespace.QName F_SEED
           
static javax.xml.namespace.QName F_Y
           
protected  byte[] g
           
protected  byte[] j
           
protected  byte[] p
           
protected  byte[] pgenCounter
           
protected  byte[] q
           
protected  byte[] seed
           
protected  byte[] y
           
 
Constructor Summary
DSAKeyValueType()
          Creates a new DSAKeyValueType instance.
DSAKeyValueType(DSAKeyValueType o)
          Creates a new DSAKeyValueType instance by deeply copying a given DSAKeyValueType instance.
 
Method Summary
 DSAKeyValueType clone()
          Creates and returns a deep copy of this object.
 boolean equals(java.lang.Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 byte[] getG()
          Gets the value of the g property.
 byte[] getJ()
          Gets the value of the j property.
 byte[] getP()
          Gets the value of the p property.
 byte[] getPgenCounter()
          Gets the value of the pgenCounter property.
 byte[] getQ()
          Gets the value of the q property.
 byte[] getSeed()
          Gets the value of the seed property.
 byte[] getY()
          Gets the value of the y property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setG(byte[] value)
          Sets the value of the g property.
 void setJ(byte[] value)
          Sets the value of the j property.
 void setP(byte[] value)
          Sets the value of the p property.
 void setPgenCounter(byte[] value)
          Sets the value of the pgenCounter property.
 void setQ(byte[] value)
          Sets the value of the q property.
 void setSeed(byte[] value)
          Sets the value of the seed property.
 void setY(byte[] value)
          Sets the value of the y property.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

p

protected byte[] p

q

protected byte[] q

j

protected byte[] j

g

protected byte[] g

y

protected byte[] y

seed

protected byte[] seed

pgenCounter

protected byte[] pgenCounter

COMPLEX_TYPE

public static final javax.xml.namespace.QName COMPLEX_TYPE

F_P

public static final javax.xml.namespace.QName F_P

F_Q

public static final javax.xml.namespace.QName F_Q

F_J

public static final javax.xml.namespace.QName F_J

F_G

public static final javax.xml.namespace.QName F_G

F_Y

public static final javax.xml.namespace.QName F_Y

F_SEED

public static final javax.xml.namespace.QName F_SEED

F_PGEN_COUNTER

public static final javax.xml.namespace.QName F_PGEN_COUNTER
Constructor Detail

DSAKeyValueType

public DSAKeyValueType()
Creates a new DSAKeyValueType instance.


DSAKeyValueType

public DSAKeyValueType(DSAKeyValueType o)
Creates a new DSAKeyValueType instance by deeply copying a given DSAKeyValueType instance.

Parameters:
o - The instance to copy.
Throws:
java.lang.NullPointerException - if o is null.
Method Detail

getP

public byte[] getP()
Gets the value of the p property.

Returns:
possible object is byte[]

setP

public void setP(byte[] value)
Sets the value of the p property.

Parameters:
value - allowed object is byte[]

getQ

public byte[] getQ()
Gets the value of the q property.

Returns:
possible object is byte[]

setQ

public void setQ(byte[] value)
Sets the value of the q property.

Parameters:
value - allowed object is byte[]

getJ

public byte[] getJ()
Gets the value of the j property.

Returns:
possible object is byte[]

setJ

public void setJ(byte[] value)
Sets the value of the j property.

Parameters:
value - allowed object is byte[]

getG

public byte[] getG()
Gets the value of the g property.

Returns:
possible object is byte[]

setG

public void setG(byte[] value)
Sets the value of the g property.

Parameters:
value - allowed object is byte[]

getY

public byte[] getY()
Gets the value of the y property.

Returns:
possible object is byte[]

setY

public void setY(byte[] value)
Sets the value of the y property.

Parameters:
value - allowed object is byte[]

getSeed

public byte[] getSeed()
Gets the value of the seed property.

Returns:
possible object is byte[]

setSeed

public void setSeed(byte[] value)
Sets the value of the seed property.

Parameters:
value - allowed object is byte[]

getPgenCounter

public byte[] getPgenCounter()
Gets the value of the pgenCounter property.

Returns:
possible object is byte[]

setPgenCounter

public void setPgenCounter(byte[] value)
Sets the value of the pgenCounter property.

Parameters:
value - allowed object is byte[]

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class java.lang.Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      java.lang.Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

clone

public DSAKeyValueType clone()
Creates and returns a deep copy of this object.

Overrides:
clone in class java.lang.Object
Returns:
A deep copy of this object.


Copyright © 2012 evolveum. All Rights Reserved.