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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
DSAKeyValueType.Builder<_B> |
static class |
DSAKeyValueType.Select |
static class |
DSAKeyValueType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static DSAKeyValueType.Builder<Void> |
builder() |
static DSAKeyValueType.Builder<Void> |
copyExcept(DSAKeyValueType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> DSAKeyValueType.Builder<_B> |
copyOf(DSAKeyValueType _other) |
static <_B> DSAKeyValueType.Builder<_B> |
copyOf(DSAKeyValueType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static DSAKeyValueType.Builder<Void> |
copyOnly(DSAKeyValueType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(DSAKeyValueType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(DSAKeyValueType.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
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.
|
<_B> DSAKeyValueType.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> DSAKeyValueType.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
DSAKeyValueType.Builder<Void> |
newCopyBuilder() |
DSAKeyValueType.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
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.
|
protected byte[] p
protected byte[] q
protected byte[] g
protected byte[] y
protected byte[] j
protected byte[] seed
protected byte[] pgenCounter
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[] 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[] getJ()
public void setJ(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 <_B> void copyTo(DSAKeyValueType.Builder<_B> _other)
copyOf(org.w3.xmldsig.DSAKeyValueType) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> DSAKeyValueType.Builder<_B> newCopyBuilder(_B _parentBuilder)
public DSAKeyValueType.Builder<Void> newCopyBuilder()
public static DSAKeyValueType.Builder<Void> builder()
public static <_B> DSAKeyValueType.Builder<_B> copyOf(DSAKeyValueType _other)
public <_B> void copyTo(DSAKeyValueType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.w3.xmldsig.DSAKeyValueType) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> DSAKeyValueType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public DSAKeyValueType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> DSAKeyValueType.Builder<_B> copyOf(DSAKeyValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static DSAKeyValueType.Builder<Void> copyExcept(DSAKeyValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static DSAKeyValueType.Builder<Void> copyOnly(DSAKeyValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2022 NorStella. All rights reserved.