Uses of Class
com.appslandia.common.crypto.TextEncryptor
-
Packages that use TextEncryptor Package Description com.appslandia.common.crypto -
-
Uses of TextEncryptor in com.appslandia.common.crypto
Methods in com.appslandia.common.crypto that return TextEncryptor Modifier and Type Method Description TextEncryptorTextEncryptor. copy()TextEncryptorTextEncryptor. setBaseEncoder(BaseEncoder baseEncoder)TextEncryptorTextEncryptor. setEncryptor(Encryptor encryptor)TextEncryptorTextEncryptor. setTextCharset(String textCharset)TextEncryptorTextEncryptor. setTextCharset(Charset charset)Constructors in com.appslandia.common.crypto with parameters of type TextEncryptor Constructor Description SecureConfig(TextEncryptor textEncryptor)SecureProps(TextEncryptor textEncryptor)
-