EncryptionBeginPacket

data class EncryptionBeginPacket(val serverId: String, val publicKey: ByteArray, val verifyToken: ByteArray) : ClientBoundPacket

Encryption Request | 0x01 | login | clientbound

Parameters

serverId

serverId

publicKey

publicKey

verifyToken

verifyToken

See also

Constructors

Link copied to clipboard
constructor(serverId: String, publicKey: ByteArray, verifyToken: ByteArray)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard