Interface GenericObjectDecryptor<R>

  • Type Parameters:
    R - the generic type of the return type object
    All Superinterfaces:
    Decryptor<java.io.File,​R>

    public interface GenericObjectDecryptor<R>
    extends Decryptor<java.io.File,​R>
    The interface GenericObjectDecryptor can decrypt an encrypted File object that was previously encrypted and return the decrypted result as generic object
    • Method Summary