Module crypt.api

Interface IntegerEncryptor

All Superinterfaces:
Encryptor<Integer,Integer>

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

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

    encrypt