Package org.w3._2001._04.xmlenc_
Class DHKeyValueType
java.lang.Object
org.w3._2001._04.xmlenc_.DHKeyValueType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets the value of the generator property.byte[]getP()Gets the value of the p property.byte[]Gets the value of the pgenCounter property.byte[]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.voidsetGenerator(byte[] value) Sets the value of the generator property.voidsetP(byte[] value) Sets the value of the p property.voidsetPgenCounter(byte[] value) Sets the value of the pgenCounter property.voidsetPublic(byte[] value) Sets the value of the public property.voidsetQ(byte[] value) Sets the value of the q property.voidsetSeed(byte[] value) Sets the value of the seed property.
-
Field Details
-
p
protected byte[] p -
q
protected byte[] q -
generator
protected byte[] generator -
_public
protected byte[] _public -
seed
protected byte[] seed -
pgenCounter
protected byte[] pgenCounter
-
-
Constructor Details
-
DHKeyValueType
public DHKeyValueType()
-
-
Method Details
-
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[]
-
getGenerator
public byte[] getGenerator()Gets the value of the generator property.- Returns:
- possible object is byte[]
-
setGenerator
public void setGenerator(byte[] value) Sets the value of the generator property.- Parameters:
value- allowed object is byte[]
-
getPublic
public byte[] getPublic()Gets the value of the public property.- Returns:
- possible object is byte[]
-
setPublic
public void setPublic(byte[] value) Sets the value of the public 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[]
-