public class ConcatKDFParamsType extends Object
Java class for ConcatKDFParamsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConcatKDFParamsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/>
</sequence>
<attribute name="AlgorithmID" type="{http://www.w3.org/2001/XMLSchema}hexBinary" />
<attribute name="PartyUInfo" type="{http://www.w3.org/2001/XMLSchema}hexBinary" />
<attribute name="PartyVInfo" type="{http://www.w3.org/2001/XMLSchema}hexBinary" />
<attribute name="SuppPubInfo" type="{http://www.w3.org/2001/XMLSchema}hexBinary" />
<attribute name="SuppPrivInfo" type="{http://www.w3.org/2001/XMLSchema}hexBinary" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
algorithmID |
protected DigestMethodType |
digestMethod |
protected byte[] |
partyUInfo |
protected byte[] |
partyVInfo |
protected byte[] |
suppPrivInfo |
protected byte[] |
suppPubInfo |
| Constructor and Description |
|---|
ConcatKDFParamsType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAlgorithmID()
Gets the value of the algorithmID property.
|
DigestMethodType |
getDigestMethod()
Gets the value of the digestMethod property.
|
byte[] |
getPartyUInfo()
Gets the value of the partyUInfo property.
|
byte[] |
getPartyVInfo()
Gets the value of the partyVInfo property.
|
byte[] |
getSuppPrivInfo()
Gets the value of the suppPrivInfo property.
|
byte[] |
getSuppPubInfo()
Gets the value of the suppPubInfo property.
|
void |
setAlgorithmID(byte[] value)
Sets the value of the algorithmID property.
|
void |
setDigestMethod(DigestMethodType value)
Sets the value of the digestMethod property.
|
void |
setPartyUInfo(byte[] value)
Sets the value of the partyUInfo property.
|
void |
setPartyVInfo(byte[] value)
Sets the value of the partyVInfo property.
|
void |
setSuppPrivInfo(byte[] value)
Sets the value of the suppPrivInfo property.
|
void |
setSuppPubInfo(byte[] value)
Sets the value of the suppPubInfo property.
|
protected DigestMethodType digestMethod
protected byte[] algorithmID
protected byte[] partyUInfo
protected byte[] partyVInfo
protected byte[] suppPubInfo
protected byte[] suppPrivInfo
public DigestMethodType getDigestMethod()
DigestMethodTypepublic void setDigestMethod(DigestMethodType value)
value - allowed object is
DigestMethodTypepublic byte[] getAlgorithmID()
Stringpublic void setAlgorithmID(byte[] value)
value - allowed object is
Stringpublic byte[] getPartyUInfo()
Stringpublic void setPartyUInfo(byte[] value)
value - allowed object is
Stringpublic byte[] getPartyVInfo()
Stringpublic void setPartyVInfo(byte[] value)
value - allowed object is
Stringpublic byte[] getSuppPubInfo()
Stringpublic void setSuppPubInfo(byte[] value)
value - allowed object is
Stringpublic byte[] getSuppPrivInfo()
Stringpublic void setSuppPrivInfo(byte[] value)
value - allowed object is
StringCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.