Class HashedPasswordValue
java.lang.Object
com.github.jh3nd3rs0n.jargyle.server.socks5.userpassmethod.HashedPasswordValue
A value for a
HashedPassword.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanabstract inthashCode()abstract booleanpasswordEquals(char[] password) Returns thebooleanvalue to indicate if thisHashedPasswordValue's password is equal to the provided password.abstract StringtoString()Returns theStringrepresentation of thisHashedPasswordValue.
-
Constructor Details
-
HashedPasswordValue
public HashedPasswordValue()
-
-
Method Details
-
equals
-
hashCode
public abstract int hashCode() -
passwordEquals
public abstract boolean passwordEquals(char[] password) Returns thebooleanvalue to indicate if thisHashedPasswordValue's password is equal to the provided password.- Parameters:
password- the provided secret- Returns:
- the
booleanvalue to indicate if thisHashedPasswordValue's password is equal to the provided password
-
toString
Returns theStringrepresentation of thisHashedPasswordValue.
-