Class SpringSecurityCryptoEncryption
- java.lang.Object
-
- org.apache.karaf.jaas.spring_security_crypto.impl.SpringSecurityCryptoEncryption
-
- All Implemented Interfaces:
org.apache.karaf.jaas.modules.Encryption
public class SpringSecurityCryptoEncryption extends Object implements org.apache.karaf.jaas.modules.Encryption
Spring Security Crypto implementation of the Encryption service.
-
-
Constructor Summary
Constructors Constructor Description SpringSecurityCryptoEncryption(Map<String,String> params)Default constructor with the encryption algorithm.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckPassword(String password, String input)StringencryptPassword(String plain)
-