Package org.apache.activemq.jaas
Class EncryptionSupport
- java.lang.Object
-
- org.apache.activemq.jaas.EncryptionSupport
-
public class EncryptionSupport extends Object
Holds utility methods used work with encrypted values.
-
-
Constructor Summary
Constructors Constructor Description EncryptionSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jasypt.encryption.pbe.StandardPBEStringEncryptor
createEncryptor(String algorithm)
static void
decrypt(Properties props, String algorithm)
-
-
-
Method Detail
-
decrypt
public static void decrypt(Properties props, String algorithm)
-
createEncryptor
public static org.jasypt.encryption.pbe.StandardPBEStringEncryptor createEncryptor(String algorithm)
-
-