Interface EncryptionDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface EncryptionDocument extends XmlObject
A document containing one Encryption(@http://schemas.xmlsoap.org/ws/2005/02/trust) 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