Interface EncryptedKeyDocument

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getEncryptedKey

      EncryptedKeyType getEncryptedKey()
      Gets the "EncryptedKey" element
    • setEncryptedKey

      void setEncryptedKey(EncryptedKeyType encryptedKey)
      Sets the "EncryptedKey" element
    • addNewEncryptedKey

      EncryptedKeyType addNewEncryptedKey()
      Appends and returns a new empty "EncryptedKey" element