Class ConcatKDFParamsType
java.lang.Object
org.apache.xml.security.binding.xmlenc11.ConcatKDFParamsType
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]
protected DigestMethodType
protected byte[]
protected byte[]
protected byte[]
protected byte[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Gets the value of the algorithmID property.Gets the value of the digestMethod property.byte[]
Gets the value of the partyUInfo property.byte[]
Gets the value of the partyVInfo property.byte[]
Gets the value of the suppPrivInfo property.byte[]
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.
-
Field Details
-
digestMethod
-
algorithmID
protected byte[] algorithmID -
partyUInfo
protected byte[] partyUInfo -
partyVInfo
protected byte[] partyVInfo -
suppPubInfo
protected byte[] suppPubInfo -
suppPrivInfo
protected byte[] suppPrivInfo
-
-
Constructor Details
-
ConcatKDFParamsType
public ConcatKDFParamsType()
-
-
Method Details
-
getDigestMethod
Gets the value of the digestMethod property.- Returns:
- possible object is
DigestMethodType
-
setDigestMethod
Sets the value of the digestMethod property.- Parameters:
value
- allowed object isDigestMethodType
-
getAlgorithmID
public byte[] getAlgorithmID()Gets the value of the algorithmID property.- Returns:
- possible object is
String
-
setAlgorithmID
public void setAlgorithmID(byte[] value) Sets the value of the algorithmID property.- Parameters:
value
- allowed object isString
-
getPartyUInfo
public byte[] getPartyUInfo()Gets the value of the partyUInfo property.- Returns:
- possible object is
String
-
setPartyUInfo
public void setPartyUInfo(byte[] value) Sets the value of the partyUInfo property.- Parameters:
value
- allowed object isString
-
getPartyVInfo
public byte[] getPartyVInfo()Gets the value of the partyVInfo property.- Returns:
- possible object is
String
-
setPartyVInfo
public void setPartyVInfo(byte[] value) Sets the value of the partyVInfo property.- Parameters:
value
- allowed object isString
-
getSuppPubInfo
public byte[] getSuppPubInfo()Gets the value of the suppPubInfo property.- Returns:
- possible object is
String
-
setSuppPubInfo
public void setSuppPubInfo(byte[] value) Sets the value of the suppPubInfo property.- Parameters:
value
- allowed object isString
-
getSuppPrivInfo
public byte[] getSuppPrivInfo()Gets the value of the suppPrivInfo property.- Returns:
- possible object is
String
-
setSuppPrivInfo
public void setSuppPrivInfo(byte[] value) Sets the value of the suppPrivInfo property.- Parameters:
value
- allowed object isString
-