Interface KeyInfoDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getKeyInfo

        KeyInfoType getKeyInfo()
        Gets the "KeyInfo" element
      • setKeyInfo

        void setKeyInfo​(KeyInfoType keyInfo)
        Sets the "KeyInfo" element
      • addNewKeyInfo

        KeyInfoType addNewKeyInfo()
        Appends and returns a new empty "KeyInfo" element