Module crypt.api

Interface FileDecryptor

All Superinterfaces:
Decryptor<File,File>

public interface FileDecryptor extends Decryptor<File,File>
The interface FileDecryptor can decrypt a File object (that was previously encrypted) and return the decrypted result as File object.
  • Method Summary

    Methods inherited from interface io.github.astrapi69.crypt.api.Decryptor

    decrypt