public class Password extends Object implements Serializable
Constructor and Description |
---|
Password() |
Password(String password) |
Password(String password,
Boolean salt) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getEncryptedPassword() |
Boolean |
getSalt() |
int |
hashCode() |
void |
setEncryptedPassword(String password) |
void |
setSalt(Boolean salt) |
String |
toString() |
public Password()
public Password(String password)
Copyright © 2021. All rights reserved.