Interface IEncryptor

All Known Implementing Classes:
Encryptor

public interface IEncryptor
The encryptor takes care of encrypting the envelope.
Since:
5.1
Author:
m.hesselink
  • Method Summary

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

    • encrypt

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