Module crypt.api

Interface StringEncryptor

All Superinterfaces:
Encryptor<String,String>

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

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

    encrypt