Class AuthSwitchPacket

    • Constructor Detail

      • AuthSwitchPacket

        public AuthSwitchPacket​(String plugin,
                                byte[] seed)
    • Method Detail

      • decode

        public static AuthSwitchPacket decode​(org.mariadb.jdbc.client.ReadableByteBuf buf)
      • getPlugin

        public String getPlugin()
      • getSeed

        public byte[] getSeed()
      • getTruncatedSeed

        public static byte[] getTruncatedSeed​(byte[] seed)