Interface KeyNameDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface KeyNameDocument
    extends XmlObject
    A document containing one KeyName(@http://www.w3.org/2000/09/xmldsig#) element. This is a complex type.
    • Method Detail

      • getKeyName

        String getKeyName()
        Gets the "KeyName" element
      • xgetKeyName

        XmlString xgetKeyName()
        Gets (as xml) the "KeyName" element
      • setKeyName

        void setKeyName​(String keyName)
        Sets the "KeyName" element
      • xsetKeyName

        void xsetKeyName​(XmlString keyName)
        Sets (as xml) the "KeyName" element