public class PasswordSecretData extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.logging.Logger |
logger |
| Constructor and Description |
|---|
PasswordSecretData(String value,
byte[] salt) |
PasswordSecretData(String value,
String salt) |
public PasswordSecretData(String value, String salt) throws IOException
IOExceptionpublic PasswordSecretData(String value, byte[] salt)
public String getValue()
public byte[] getSalt()
Copyright © 2020 JBoss by Red Hat. All rights reserved.