Interface IValidator

All Known Implementing Classes:
Validator

public interface IValidator
The validator validates the message with the signature.
Since:
5.1
Author:
m.hesselink
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(IEnvelope envelope)
    Validate the envelope.
  • Method Details

    • validate

      void validate(IEnvelope envelope)
      Validate the envelope.
      Parameters:
      envelope - envelope containing a message and a signature
      Throws:
      CryptoGraphicException - When the envelope validation fails