@ApplicationScoped public class DefaultPasswordServiceImpl extends Object implements PasswordService
| Constructor and Description |
|---|
DefaultPasswordServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String encryptedText) |
String |
encrypt(String plainText) |
public String encrypt(String plainText)
encrypt in interface PasswordServicepublic String decrypt(String encryptedText)
decrypt in interface PasswordServiceCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.