public class JasyptUtil extends Object
private static org.jasypt.util.text.BasicTextEncryptor
encryptor
JasyptUtil()
static String
decrypt(String s, String secretKey)
encrypt(String s, String secretKey)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private static final org.jasypt.util.text.BasicTextEncryptor encryptor
public JasyptUtil()
public static String encrypt(String s, String secretKey)
s
secretKey
public static String decrypt(String s, String secretKey)
Copyright © 2024. All rights reserved.