public final class AuthenticationMD5Password extends Object implements AuthenticationMessage
| Constructor and Description |
|---|
AuthenticationMD5Password(io.netty.buffer.ByteBuf salt)
Create 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 nullpublic ByteBuffer getSalt()
Copyright © 2023. All rights reserved.