Uses of Record Class
net.minecraft.network.encryption.PlayerPublicKey
Packages that use PlayerPublicKey
-
Uses of PlayerPublicKey in net.minecraft.network.encryption
Fields in net.minecraft.network.encryption declared as PlayerPublicKeyModifier and TypeFieldDescriptionprivate final PlayerPublicKey
PlayerKeyPair.publicKey
The field for thepublicKey
record component.private final PlayerPublicKey
PublicPlayerSession.publicKeyData
The field for thepublicKeyData
record component.Fields in net.minecraft.network.encryption with type parameters of type PlayerPublicKeyModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<PlayerPublicKey> PlayerPublicKey.CODEC
Methods in net.minecraft.network.encryption that return PlayerPublicKeyModifier and TypeMethodDescriptionPlayerKeyPair.publicKey()
Returns the value of thepublicKey
record component.PublicPlayerSession.publicKeyData()
Returns the value of thepublicKeyData
record component.static PlayerPublicKey
PlayerPublicKey.verifyAndDecode
(SignatureVerifier servicesSignatureVerifier, UUID playerUuid, PlayerPublicKey.PublicKeyData publicKeyData) Verifies the public key and decodes it.Constructors in net.minecraft.network.encryption with parameters of type PlayerPublicKeyModifierConstructorDescriptionPlayerKeyPair
(PrivateKey privateKey, PlayerPublicKey playerPublicKey, Instant instant) PublicPlayerSession
(UUID uUID, PlayerPublicKey playerPublicKey) -
Uses of PlayerPublicKey in net.minecraft.network.message
Methods in net.minecraft.network.message with parameters of type PlayerPublicKey