public interface IPasswordService
| Modifier and Type | Field and Description |
|---|---|
static String |
IPASSWORD_SERVICE |
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String encryptedPassword) |
String |
encrypt(String password) |
static final String IPASSWORD_SERVICE
String decrypt(String encryptedPassword) throws PasswordServiceException
PasswordServiceExceptionString encrypt(String password) throws PasswordServiceException
PasswordServiceExceptionCopyright © 2020 Hitachi Vantara. All rights reserved.