| Constructor and Description |
|---|
UserPassword(ByteString value)
Creates a new value for this user password.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
ByteString |
getValue()
Returns the value of this user password.
|
int |
hashCode() |
public UserPassword(ByteString value) throws java.lang.NullPointerException
value - the value of the password.java.lang.NullPointerException - if the provided value is null.public ByteString getValue()
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object