Package io.github.astrapi69.crypto.api
Interface GenericObjectEncryptor<T>
-
- All Superinterfaces:
Encryptor<T,java.io.File>
public interface GenericObjectEncryptor<T> extends Encryptor<T,java.io.File>
The interfaceGenericObjectEncryptor
can encrypt a generic object and return the encrypted result asFile
object