Class ConcatKDFParamsType
- java.lang.Object
-
- org.apache.xml.security.binding.xmlenc11.ConcatKDFParamsType
-
public class ConcatKDFParamsType extends java.lang.ObjectJava 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
Fields Modifier and Type Field Description protected byte[]algorithmIDprotected DigestMethodTypedigestMethodprotected byte[]partyUInfoprotected byte[]partyVInfoprotected byte[]suppPrivInfoprotected byte[]suppPubInfo
-
Constructor Summary
Constructors Constructor Description ConcatKDFParamsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getAlgorithmID()Gets the value of the algorithmID property.DigestMethodTypegetDigestMethod()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.voidsetAlgorithmID(byte[] value)Sets the value of the algorithmID property.voidsetDigestMethod(DigestMethodType value)Sets the value of the digestMethod property.voidsetPartyUInfo(byte[] value)Sets the value of the partyUInfo property.voidsetPartyVInfo(byte[] value)Sets the value of the partyVInfo property.voidsetSuppPrivInfo(byte[] value)Sets the value of the suppPrivInfo property.voidsetSuppPubInfo(byte[] value)Sets the value of the suppPubInfo property.
-
-
-
Field Detail
-
digestMethod
protected DigestMethodType digestMethod
-
algorithmID
protected byte[] algorithmID
-
partyUInfo
protected byte[] partyUInfo
-
partyVInfo
protected byte[] partyVInfo
-
suppPubInfo
protected byte[] suppPubInfo
-
suppPrivInfo
protected byte[] suppPrivInfo
-
-
Method Detail
-
getDigestMethod
public DigestMethodType getDigestMethod()
Gets the value of the digestMethod property.- Returns:
- possible object is
DigestMethodType
-
setDigestMethod
public void setDigestMethod(DigestMethodType value)
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
-
-