public interface PasswordEncryptor
Modifier and Type | Method and Description |
---|---|
String |
decrypt(String encryptedPassword)
Decrypt the given encrypted password
|
String |
encrypt(String password)
Encrypt the given password
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.