public class Ed25519PasswordPlugin extends Object implements AuthenticationPlugin
Constructor and Description |
---|
Ed25519PasswordPlugin(String password,
byte[] authData,
String passwordCharacterEncoding)
Ed25519 password plugin constructor.
|
Modifier and Type | Method and Description |
---|---|
Buffer |
process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process Ed25519 password plugin authentication.
|
public Buffer process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) throws IOException, SQLException
process
in interface AuthenticationPlugin
out
- out streamin
- in streamsequence
- packet sequenceIOException
- if socket errorSQLException
- if plugin exceptionCopyright © 2019 mariadb.org. All rights reserved.