Class AuthenticateSHA2RSAPasswordCommand
- java.lang.Object
-
- com.github.shyiko.mysql.binlog.network.protocol.command.AuthenticateSHA2RSAPasswordCommand
-
-
Field Summary
-
Fields inherited from interface com.github.shyiko.mysql.binlog.network.protocol.Packet
MAX_LENGTH
-
-
Constructor Summary
Constructors Constructor Description AuthenticateSHA2RSAPasswordCommand(String rsaKey, String password, String scramble)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]toByteArray()
-
-
-
Method Detail
-
toByteArray
public byte[] toByteArray() throws IOException- Specified by:
toByteArrayin interfaceCommand- Throws:
IOException
-
-