Class ConcatKDFParamsImpl


  • public class ConcatKDFParamsImpl
    extends Encryption11ElementProxy
    Class ConcatKDFParamsImpl is an DOM representation of the ConcatKDFParams.
    • Constructor Detail

      • ConcatKDFParamsImpl

        public ConcatKDFParamsImpl​(Document doc)
        Constructor ConcatKDFParamsImpl creates a new ConcatKDFParamsImpl instance.
        Parameters:
        doc - the Document in which to create the DOM tree
      • ConcatKDFParamsImpl

        public ConcatKDFParamsImpl​(Element element,
                                   String baseURI)
                            throws XMLSecurityException
        Constructor ConcatKDFParamsImpl from existing XML element
        Parameters:
        element - the element to use as source
        baseURI - the URI of the resource where the XML instance was stored
        Throws:
        XMLSecurityException
    • Method Detail

      • setAlgorithmId

        public void setAlgorithmId​(String algorithm)
        Sets the Algorithm attribute
        Parameters:
        algorithm - ID
      • getAlgorithmId

        public String getAlgorithmId()
      • setPartyUInfo

        public void setPartyUInfo​(String partyUInfo)
        Sets the PartyUInfo attribute
        Parameters:
        partyUInfo -
      • getPartyUInfo

        public String getPartyUInfo()
      • setPartyVInfo

        public void setPartyVInfo​(String partyVInfo)
        Sets the PartyVInfo attribute
        Parameters:
        partyVInfo -
      • getPartyVInfo

        public String getPartyVInfo()
      • setSuppPubInfo

        public void setSuppPubInfo​(String suppPubInfo)
        Sets the SuppPubInfo attribute
        Parameters:
        suppPubInfo -
      • getSuppPubInfo

        public String getSuppPubInfo()
      • setSuppPrivInfo

        public void setSuppPrivInfo​(String suppPrivInfo)
        Sets the SuppPrivInfo attribute
        Parameters:
        suppPrivInfo -
      • getSuppPrivInfo

        public String getSuppPrivInfo()
      • setDigestMethod

        public void setDigestMethod​(String digestMethod)
      • getDigestMethod

        public String getDigestMethod()
      • getBaseLocalName

        public String getBaseLocalName()
        Description copied from class: ElementProxy
        Returns the localname of the Elements of the sub-class.
        Specified by:
        getBaseLocalName in class ElementProxy
        Returns:
        the localname of the Elements of the sub-class.