java.lang.Object
org.apache.xml.security.utils.ElementProxy
org.apache.xml.security.utils.Encryption11ElementProxy
org.apache.xml.security.encryption.keys.content.derivedKey.ConcatKDFParamsImpl
All Implemented Interfaces:
KDFParams

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

    • 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 Details

    • 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.
    • toString

      public String toString()
      Overrides:
      toString in class Object