Package com.axelor.common.crypto
-
Interface Summary Interface Description Encryptor<T,R> TheEncryptorinterface. -
Class Summary Class Description BytesEncryptor StringEncryptor TheStringEncryptorcan be used to encrypt/decryptStringvalues. -
Enum Summary Enum Description OperationMode Cipheroperation modes.PaddingScheme Cipherpadding schemes. -
Exception Summary Exception Description EncryptorException The unchecked exception is thrown byEncryptorclasses if there is any error while encrypting or decrypting values.