Class ConcatKDFParamsType


  • public class ConcatKDFParamsType
    extends java.lang.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>
     
    • Field Detail

      • algorithmID

        protected byte[] algorithmID
      • partyUInfo

        protected byte[] partyUInfo
      • partyVInfo

        protected byte[] partyVInfo
      • suppPubInfo

        protected byte[] suppPubInfo
      • suppPrivInfo

        protected byte[] suppPrivInfo
    • Constructor Detail

      • ConcatKDFParamsType

        public ConcatKDFParamsType()
    • Method Detail

      • setDigestMethod

        public void setDigestMethod​(DigestMethodType value)
        Sets the value of the digestMethod property.
        Parameters:
        value - allowed object is DigestMethodType
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String