Interface PasswordService
-
public interface PasswordService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdecrypt(String encryptedText)Stringencrypt(String plainText)
-
public interface PasswordService
| Modifier and Type | Method | Description |
|---|---|---|
String |
decrypt(String encryptedText) |
|
String |
encrypt(String plainText) |