Package com.jk.core.datatypes.custom
Class Password
java.lang.Object
com.jk.core.datatypes.custom.Password
The Class Password.
-
Constructor Details
-
Password
public Password()
-
-
Method Details
-
getSalt
Gets the salt.- Returns:
- the salt
-
setSalt
Sets the salt.- Parameters:
salt
- the new salt
-
getHash
Gets the hash.- Returns:
- the hash
-
setHash
Sets the hash.- Parameters:
hash
- the new hash
-
create
Creates the.- Returns:
- the password
-
hash
Hash.- Parameters:
hash
- the hash- Returns:
- the password
-
salt
Salt.- Parameters:
salt
- the salt- Returns:
- the password
-
equals
Equals. -
getPlain
Gets the plain.- Returns:
- the plain
-
setPlain
Sets the plain.- Parameters:
plain
- the new plain
-