Class HashedPassword
java.lang.Object
com.github.jh3nd3rs0n.jargyle.server.socks5.userpassmethod.HashedPassword
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
static HashedPassword
newInstance
(char[] password) static HashedPassword
boolean
passwordEquals
(char[] password) final String
toString()
-
Method Details