Package com.helger.xsds.xmldsig
Class DSAKeyValueType
- java.lang.Object
-
- com.helger.xsds.xmldsig.DSAKeyValueType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class DSAKeyValueType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
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="G" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/> <element name="Y" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> <element name="J" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/> <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>This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DSAKeyValueType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DSAKeyValueTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(DSAKeyValueType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodebyte[]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.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetG(byte[] value)Sets the value of the g property.voidsetJ(byte[] value)Sets the value of the j property.voidsetP(byte[] value)Sets the value of the p property.voidsetPgenCounter(byte[] value)Sets the value of the pgenCounter property.voidsetQ(byte[] value)Sets the value of the q property.voidsetSeed(byte[] value)Sets the value of the seed property.voidsetY(byte[] value)Sets the value of the y property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getP
@Nullable public byte[] getP()
Gets the value of the p property.- Returns:
- possible object is byte[]
-
setP
public void setP(@Nullable byte[] value)
Sets the value of the p property.- Parameters:
value- allowed object is byte[]
-
getQ
@Nullable public byte[] getQ()
Gets the value of the q property.- Returns:
- possible object is byte[]
-
setQ
public void setQ(@Nullable byte[] value)
Sets the value of the q property.- Parameters:
value- allowed object is byte[]
-
getG
@Nullable public byte[] getG()
Gets the value of the g property.- Returns:
- possible object is byte[]
-
setG
public void setG(@Nullable byte[] value)
Sets the value of the g property.- Parameters:
value- allowed object is byte[]
-
getY
@Nullable public byte[] getY()
Gets the value of the y property.- Returns:
- possible object is byte[]
-
setY
public void setY(@Nullable byte[] value)
Sets the value of the y property.- Parameters:
value- allowed object is byte[]
-
getJ
@Nullable public byte[] getJ()
Gets the value of the j property.- Returns:
- possible object is byte[]
-
setJ
public void setJ(@Nullable byte[] value)
Sets the value of the j property.- Parameters:
value- allowed object is byte[]
-
getSeed
@Nullable public byte[] getSeed()
Gets the value of the seed property.- Returns:
- possible object is byte[]
-
setSeed
public void setSeed(@Nullable byte[] value)
Sets the value of the seed property.- Parameters:
value- allowed object is byte[]
-
getPgenCounter
@Nullable public byte[] getPgenCounter()
Gets the value of the pgenCounter property.- Returns:
- possible object is byte[]
-
setPgenCounter
public void setPgenCounter(@Nullable byte[] value)
Sets the value of the pgenCounter property.- Parameters:
value- allowed object is byte[]
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring
-
cloneTo
public void cloneTo(@Nonnull DSAKeyValueType ret)
This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
@Nonnull @ReturnsMutableCopy public DSAKeyValueType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
-