Uses of Class
lumis.portal.crypto.InvalidEncryptedValueException
-
Packages that use InvalidEncryptedValueException Package Description lumis.portal.crypto Provides the API for cryptographic related operations. -
-
Uses of InvalidEncryptedValueException in lumis.portal.crypto
Methods in lumis.portal.crypto that throw InvalidEncryptedValueException Modifier and Type Method Description String
AbstractCipher. decrypt(String value)
Decrypts a string.byte[]
ICipher. decrypt(byte[] value)
Decrypts an array of bytes.String
ICipher. decrypt(String value)
Decrypts a string.byte[]
SymmetricCipher. decrypt(byte[] encryptedValue)
-