public final class EncryptionUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EncryptionUtils.EncryptedPasswordFactoryBean |
| Modifier and Type | Method and Description |
|---|---|
static String |
passwordBaseDecrypt(String encrypted)
Bi-directional password base decryption of the provided text.
|
static String |
passwordBaseEncrypt(String source)
Bi-directional password base encryption of the provided text.
|
static String |
sha1DigestLegacy(String source)
Created the Base64 encoded SHA-1 digest of the provided text.
|
public static String passwordBaseDecrypt(String encrypted)
encrypted - the text to be decryptedpublic static String passwordBaseEncrypt(String source)
source - the text to be encryptedpublic static String sha1DigestLegacy(String source)
source - the source text to be digestedCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.