public final class AuthenticationMD5Password extends Object implements AuthenticationMessage
Constructor and Description |
---|
AuthenticationMD5Password(io.netty.buffer.ByteBuf salt)
Creates a new message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ByteBuffer |
getSalt()
Returns the salt to use when encrypting the password.
|
int |
hashCode() |
String |
toString() |
public AuthenticationMD5Password(io.netty.buffer.ByteBuf salt)
salt
- the salt to use when encrypting the passwordIllegalArgumentException
- if salt
is null
public ByteBuffer getSalt()
Copyright © 2019. All rights reserved.