mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-23 13:56:11 +00:00
19 lines
831 B
Plaintext
19 lines
831 B
Plaintext
digraph "ServerToClientHandshakePacket" {
|
|
rankdir = LR
|
|
0
|
|
0 -> 1
|
|
1 -> 2
|
|
|
|
0 [label="ServerToClientHandshakePacket",comment="name: \"ServerToClientHandshakePacket\", typeName: \"\", id: 0, branchId: 3, recurseId: -1, attributes: 0, notes: \"\""];
|
|
1 [label="Handshake WebToken",comment="name: \"Handshake WebToken\", typeName: \"\", id: 1, branchId: 0, recurseId: -1, attributes: 0, notes: \"Base64 encoded JSON Web Token that contains the other relevant client properties.
|
|
|
|
Properties Include:
|
|
|
|
'salt' = (for use in encryption)
|
|
|
|
The public key used to compute the shared secret for encryption is embedded in the header of the token. It's the signer public key (json value of 'x5u')\""];
|
|
2 [label="string",comment="name: \"string\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;2}
|
|
|
|
}
|