Uses of Class
lumis.portal.crypto.InvalidEncryptedValueException
-
Packages that use InvalidEncryptedValueException Package Description lumis.portal.crypto Provides the API for cryptographic related operations.lumis.service.googlerecaptcha Google reCAPTCHA injector service. -
-
Uses of InvalidEncryptedValueException in lumis.portal.crypto
Methods in lumis.portal.crypto that throw InvalidEncryptedValueException Modifier and Type Method Description java.lang.String
AbstractCipher. decrypt(java.lang.String value)
Decrypts a string.byte[]
ICipher. decrypt(byte[] value)
Decrypts an array of bytes.java.lang.String
ICipher. decrypt(java.lang.String value)
Decrypts a string.byte[]
SymmetricCipher. decrypt(byte[] encryptedValue)
-
Uses of InvalidEncryptedValueException in lumis.service.googlerecaptcha
Methods in lumis.service.googlerecaptcha that throw InvalidEncryptedValueException Modifier and Type Method Description java.lang.String
GoogleRecaptchaConfig. getSecretKey()
Returns the secret key of the reCaptcha service.java.lang.String
GoogleRecaptchaConfig. getSiteKey()
Returns the site key of the reCaptcha service.
-