public class EncryptionSupport extends Object
| Constructor and Description |
|---|
EncryptionSupport() |
| Modifier and Type | Method and Description |
|---|---|
static org.jasypt.encryption.pbe.StandardPBEStringEncryptor |
createEncryptor(String algorithm) |
static void |
decrypt(Properties props,
String algorithm) |
public EncryptionSupport()
public static void decrypt(Properties props, String algorithm)
public static org.jasypt.encryption.pbe.StandardPBEStringEncryptor createEncryptor(String algorithm)
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.