java.lang.Object
com.aquima.interactions.foundation.security.r4.Signer
All Implemented Interfaces:
ISigner

public final class Signer extends Object implements ISigner
Basic R4 envelope signer.
Since:
5.1
Author:
m.hesselink
  • Constructor Details

    • Signer

      public Signer(PKCS8Certificate certificate)
      Create a new Release 4 envelope signer.
      Parameters:
      certificate - certificate used to sign the message
      Throws:
      CryptoGraphicException - when the certificate was not provided
  • Method Details