Interface EncryptionDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface EncryptionDocument extends XmlObject
A document containing one Encryption(@http://docs.oasis-open.org/ws-sx/ws-trust/200512/) element. This is a complex type.
  • Field Details

  • Method Details

    • getEncryption

      EncryptionType getEncryption()
      Gets the "Encryption" element
    • setEncryption

      void setEncryption(EncryptionType encryption)
      Sets the "Encryption" element
    • addNewEncryption

      EncryptionType addNewEncryption()
      Appends and returns a new empty "Encryption" element