Module crypt.api

Interface StringDecryptor

All Superinterfaces:
Decryptor<String,String>

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

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

    decrypt