Interface FileEncryptionCipher

All Known Implementing Classes:
AesGcmFileEncryptionCipher

public interface FileEncryptionCipher
Interface representing a cipher for the Dracoon file encryption.
  • Method Summary

    Modifier and Type
    Method
    Description
    Completes the encryption and calculates a kind of checksum which is later used at the decryption to verify the integrity of decrypted bytes.

    After this method is called no further calls of processBytes and doFinal are possible.
    Encrypts some bytes.

    IMPORTANT!!!: After all plain bytes have been processed, doFinal must be called to complete the encryption.