Package io.github.astrapi69.crypto.api
Interface FileDecryptor
-
- All Superinterfaces:
Decryptor<java.io.File,java.io.File>
public interface FileDecryptor extends Decryptor<java.io.File,java.io.File>
The interfaceFileDecryptor
can decrypt aFile
object (that was previously encrypted) and return the decrypted result asFile
object.