Interface CipherDataDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CipherDataDocument extends XmlObject
A document containing one CipherData(@http://www.w3.org/2001/04/xmlenc#) element. This is a complex type.
  • Field Details

  • Method Details

    • getCipherData

      CipherDataType getCipherData()
      Gets the "CipherData" element
    • setCipherData

      void setCipherData(CipherDataType cipherData)
      Sets the "CipherData" element
    • addNewCipherData

      CipherDataType addNewCipherData()
      Appends and returns a new empty "CipherData" element