Uses of Interface
net.minecraft.network.encryption.Signer
Packages that use Signer
Package
Description
-
Uses of Signer in net.minecraft.client.util
Fields in net.minecraft.client.util with type parameters of type SignerModifier and TypeFieldDescriptionprivate final CompletableFuture<Optional<Signer>>ProfileKeys.signerFutureMethods in net.minecraft.client.util that return Signer -
Uses of Signer in net.minecraft.network.encryption
Methods in net.minecraft.network.encryption that return SignerModifier and TypeMethodDescriptionstatic SignerSigner.create(PrivateKey privateKey, String algorithm) -
Uses of Signer in net.minecraft.network.message
Methods in net.minecraft.network.message with parameters of type SignerModifier and TypeMethodDescriptionprivate MessageChain.SignatureMessageChain.pack(Signer signer, MessageMetadata metadata, class_7634 class_7634, class_7635 class_7635) MessageChain.Packer.pack(Signer signer, MessageMetadata metadata, class_7634 class_7634, class_7635 class_7635) private static MessageSignatureDataMessageChain.sign(Signer signer, MessageMetadata metadata, @Nullable MessageSignatureData precedingSignature, class_7634 class_7634, class_7635 class_7635)