Package org.apache.karaf.jaas.modules
Interface Encryption
-
- All Known Implementing Classes:
BasicEncryption
public interface EncryptionInterface describing the password encryption service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheckPassword(String input, String password)Check password.StringencryptPassword(String plain)Encrypt a password.
-