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 interfaceFileDecryptorcan decrypt aFileobject (that was previously encrypted) and return the decrypted result asFileobject.