Class MySQLRandomGenerator
java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.handshake.MySQLRandomGenerator
Random generator for MySQL.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MySQLRandomGenerator
public MySQLRandomGenerator()
-
-
Method Details
-
generateRandomBytes
public byte[] generateRandomBytes(int length) Generate random bytes.- Parameters:
length- length for generated bytes.- Returns:
- generated bytes
-