Interface KeyValueDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface KeyValueDocument extends XmlObject
A document containing one KeyValue(@http://www.w3.org/2000/09/xmldsig#) element. This is a complex type.
  • Field Details

  • Method Details

    • getKeyValue

      KeyValueType getKeyValue()
      Gets the "KeyValue" element
    • setKeyValue

      void setKeyValue(KeyValueType keyValue)
      Sets the "KeyValue" element
    • addNewKeyValue

      KeyValueType addNewKeyValue()
      Appends and returns a new empty "KeyValue" element