@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 PasswordService
public String decrypt(String encryptedText)
decrypt
in interface PasswordService
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.