All Known Implementing Classes:
Signer

public interface ISigner
Sign the payload of the envelope with the signer. The signature is stored in the envelope's signature section
Since:
5.1
Author:
m.hesselink
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sign(IEnvelope envelope)
    Sign the envelope.
  • Method Details

    • sign

      void sign(IEnvelope envelope)
      Sign the envelope.
      Parameters:
      envelope - the envelope.
      Throws:
      CryptoGraphicException - This exception is thrown when the envelope could not be signed.