public class DSAKeyValueType extends Object implements Serializable, 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>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_G |
static QName |
F_J |
static QName |
F_P |
static QName |
F_PGEN_COUNTER |
static QName |
F_Q |
static QName |
F_SEED |
static QName |
F_SERIAL_VERSION_UID |
static 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 and Description |
---|
DSAKeyValueType()
Creates a new
DSAKeyValueType instance. |
DSAKeyValueType(DSAKeyValueType o)
Creates a new
DSAKeyValueType instance by deeply copying a given DSAKeyValueType instance. |
Modifier and Type | Method and Description |
---|---|
DSAKeyValueType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
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.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected byte[] p
protected byte[] q
protected byte[] j
protected byte[] g
protected byte[] y
protected byte[] seed
protected byte[] pgenCounter
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_P
public static final QName F_Q
public static final QName F_J
public static final QName F_G
public static final QName F_Y
public static final QName F_SEED
public static final QName F_PGEN_COUNTER
public static final QName F_COMPLEX___TYPE
public DSAKeyValueType()
DSAKeyValueType
instance.public DSAKeyValueType(DSAKeyValueType o)
DSAKeyValueType
instance by deeply copying a given DSAKeyValueType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public byte[] getP()
public void setP(byte[] value)
value
- allowed object is
byte[]public byte[] getQ()
public void setQ(byte[] value)
value
- allowed object is
byte[]public byte[] getJ()
public void setJ(byte[] value)
value
- allowed object is
byte[]public byte[] getG()
public void setG(byte[] value)
value
- allowed object is
byte[]public byte[] getY()
public void setY(byte[] value)
value
- allowed object is
byte[]public byte[] getSeed()
public void setSeed(byte[] value)
value
- allowed object is
byte[]public byte[] getPgenCounter()
public void setPgenCounter(byte[] value)
value
- allowed object is
byte[]public String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public DSAKeyValueType clone()
Copyright © 2013 evolveum. All rights reserved.