Module crypt.api

Interface GenericObjectDecryptor<R>

Type Parameters:
R - the generic type of the return type object
All Superinterfaces:
Decryptor<File,R>

public interface GenericObjectDecryptor<R> extends Decryptor<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

    Methods inherited from interface io.github.astrapi69.crypt.api.Decryptor

    decrypt