public class DHKeyValueType extends Object
Java class for DHKeyValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DHKeyValueType">
<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"/>
<element name="Generator" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
</sequence>
<element name="Public" 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 |
|---|---|
protected byte[] |
_public |
protected byte[] |
generator |
protected byte[] |
p |
protected byte[] |
pgenCounter |
protected byte[] |
q |
protected byte[] |
seed |
| Constructor and Description |
|---|
DHKeyValueType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getGenerator()
Gets the value of the generator property.
|
byte[] |
getP()
Gets the value of the p property.
|
byte[] |
getPgenCounter()
Gets the value of the pgenCounter property.
|
byte[] |
getPublic()
Gets the value of the public property.
|
byte[] |
getQ()
Gets the value of the q property.
|
byte[] |
getSeed()
Gets the value of the seed property.
|
void |
setGenerator(byte[] value)
Sets the value of the generator property.
|
void |
setP(byte[] value)
Sets the value of the p property.
|
void |
setPgenCounter(byte[] value)
Sets the value of the pgenCounter property.
|
void |
setPublic(byte[] value)
Sets the value of the public property.
|
void |
setQ(byte[] value)
Sets the value of the q property.
|
void |
setSeed(byte[] value)
Sets the value of the seed property.
|
protected byte[] p
protected byte[] q
protected byte[] generator
protected byte[] _public
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[] getGenerator()
public void setGenerator(byte[] value)
value - allowed object is
byte[]public byte[] getPublic()
public void setPublic(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[]Apache CXF