Interface SignedInfoDocument

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getSignedInfo

      SignedInfoType getSignedInfo()
      Gets the "SignedInfo" element
    • setSignedInfo

      void setSignedInfo(SignedInfoType signedInfo)
      Sets the "SignedInfo" element
    • addNewSignedInfo

      SignedInfoType addNewSignedInfo()
      Appends and returns a new empty "SignedInfo" element