Package net.minecraft.network.encryption
package net.minecraft.network.encryption
-
ClassDescriptionA record holding the salt and signatures for all signable arguments of an executed command.A signature for chat messages, consisting of the sender, the timestamp, and the signature data.A signer for chat messages that produces
ChatMessageSignature
.A signer for command arguments.A signature for command arguments, consisting of the sender, the timestamp, and the signature datas for the arguments.A checked exception that wraps other exceptions, thrown when a cryptographic operation fails.Utilities for encryption, decryption, signing, and hashing of data.NetworkEncryptionUtils.KeyDecoder<T extends Key>A functional interface that decodes an encoded key.Utilities for working with a secure random number generator.A record holding a signature of a data and the salt added while signing.An RSA key pair for a player.An RSA public key for a player, signed by the Mojang's server.A signed chat message, consisting of the signature, the signed content, and the optional unsigned content supplied when the chat decorator produced unsigned message due to the chat preview being disabled on either side.