Interface PasswordDecryptor
-
public interface PasswordDecryptor
Decrypt passwords.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
decryptPassword(String password)
-
public interface PasswordDecryptor
Modifier and Type | Method | Description |
---|---|---|
String |
decryptPassword(String password) |