Uses of Class
net.minecraft.network.encryption.PlayerPublicKey.class_7652
Packages that use PlayerPublicKey.class_7652
- 
Uses of PlayerPublicKey.class_7652 in net.minecraft.network.encryptionMethods in net.minecraft.network.encryption that throw PlayerPublicKey.class_7652Modifier and TypeMethodDescriptionstatic PlayerPublicKeyPlayerPublicKey.verifyAndDecode(SignatureVerifier servicesSignatureVerifier, UUID playerUuid, PlayerPublicKey.PublicKeyData publicKeyData, Duration duration) Verifies the public key and decodes it.
- 
Uses of PlayerPublicKey.class_7652 in net.minecraft.server.networkMethods in net.minecraft.server.network that throw PlayerPublicKey.class_7652Modifier and TypeMethodDescriptionprivate static @Nullable PlayerPublicKeyServerLoginNetworkHandler.getVerifiedPublicKey(PlayerPublicKey.PublicKeyData publicKeyData, UUID playerUuid, SignatureVerifier servicesSignatureVerifier, boolean shouldThrowOnMissingKey)