Interface XMLSignerResult

All Superinterfaces:
SignerResult<Document>
All Known Implementing Classes:
DefaultXMLSignerResult

public interface XMLSignerResult extends SignerResult<Document>
Represents the result from an XML signature operation.
Author:
Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
See Also:
  • Method Details

    • getSignatureElement

      Element getSignatureElement()
      Gets the ds:Signature element of the signed document (SignerResult.getSignedDocument()).
      Returns:
      the Signature element
    • getSignedInfo

      Element getSignedInfo()
      Gets the ds:SignedInfo element from the ds:Signature element of the signed document (SignerResult.getSignedDocument()).
      Returns:
      the SignedInfo element
    • getCanonicalizedSignedInfo

      byte[] getCanonicalizedSignedInfo()
      Gets the canonicalized bytes of the ds:SignedInfo element from the ds:Signature element of the signed document (SignerResult.getSignedDocument()).
      Returns:
      a byte array