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
PasswordServiceException
String encrypt(String password) throws PasswordServiceException
PasswordServiceException
Copyright © 2020 Hitachi Vantara. All rights reserved.