Interface IDecryptor

All Known Implementing Classes:
Decryptor

public interface IDecryptor
The decryptor decrypts the message in the envelope.
Since:
5.1
Author:
m.hesselink
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    decrypt(IEnvelope envelope)
    Decrypt the envelope.
  • Method Details

    • decrypt

      void decrypt(IEnvelope envelope)
      Decrypt the envelope.
      Parameters:
      envelope - envelope to decrypt
      Throws:
      CryptoGraphicException - This exception is thrown when the envelope could not be decrypted.