public class UserCredentialValueModel extends Object
Constructor and Description |
---|
UserCredentialValueModel() |
Modifier and Type | Method and Description |
---|---|
String |
getDevice() |
int |
getHashIterations() |
byte[] |
getSalt() |
String |
getType() |
String |
getValue() |
void |
setDevice(String device) |
void |
setHashIterations(int iterations) |
void |
setSalt(byte[] salt) |
void |
setType(String type) |
void |
setValue(String value) |
public String getType()
public void setType(String type)
public String getValue()
public void setValue(String value)
public String getDevice()
public void setDevice(String device)
public byte[] getSalt()
public void setSalt(byte[] salt)
public int getHashIterations()
public void setHashIterations(int iterations)
Copyright © 2015. All Rights Reserved.