Interface EncryptionAlgorithmDocument

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getEncryptionAlgorithm

      String getEncryptionAlgorithm()
      Gets the "EncryptionAlgorithm" element
    • xgetEncryptionAlgorithm

      XmlAnyURI xgetEncryptionAlgorithm()
      Gets (as xml) the "EncryptionAlgorithm" element
    • setEncryptionAlgorithm

      void setEncryptionAlgorithm(String encryptionAlgorithm)
      Sets the "EncryptionAlgorithm" element
    • xsetEncryptionAlgorithm

      void xsetEncryptionAlgorithm(XmlAnyURI encryptionAlgorithm)
      Sets (as xml) the "EncryptionAlgorithm" element