Package com.axelor.common.crypto
-
Interface Summary Interface Description Encryptor<T,R> TheEncryptor
interface. -
Class Summary Class Description BytesEncryptor StringEncryptor TheStringEncryptor
can be used to encrypt/decryptString
values. -
Enum Summary Enum Description OperationMode Cipher
operation modes.PaddingScheme Cipher
padding schemes. -
Exception Summary Exception Description EncryptorException The unchecked exception is thrown byEncryptor
classes if there is any error while encrypting or decrypting values.