Interface FileDecryptor

  • All Superinterfaces:
    Decryptor<java.io.File,​java.io.File>

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