Module crypt.api

Interface IntegerDecryptor

All Superinterfaces:
Decryptor<Integer,Integer>

public interface IntegerDecryptor extends Decryptor<Integer,Integer>
The interface IntegerDecryptor can decrypt a Integer object (that was previously encrypted) and return the decrypted result as Integer object.
  • Method Summary

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

    decrypt