Interface KeyDocument

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
KeyDocumentImpl

public interface KeyDocument extends XmlObject
A document containing one key(@http://www.w3.org/2001/XMLSchema) element. This is a complex type.
  • Field Details

  • Method Details

    • getKey

      Keybase getKey()
      Gets the "key" element
    • setKey

      void setKey(Keybase key)
      Sets the "key" element
    • addNewKey

      Keybase addNewKey()
      Appends and returns a new empty "key" element