Module crypt.api

Interface FileEncryptor

All Superinterfaces:
Encryptor<File,File>

public interface FileEncryptor extends Encryptor<File,File>
The interface FileEncryptor can encrypt a File object and return the encrypted result as File object.
  • Method Summary

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

    encrypt