Package net.minecraft.network.encryption
Interface Signer
public interface Signer
- Mappings:
Namespace Name official avd
intermediary net/minecraft/class_7501
named net/minecraft/network/encryption/Signer
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Signer
create
(PrivateKey privateKey, String algorithm) default byte[]
sign
(byte[] data) byte[]
sign
(SignatureUpdatable updatable)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Lavd;a:Lorg/slf4j/Logger;
intermediary field_39399
Lnet/minecraft/class_7501;field_39399:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/network/encryption/Signer;LOGGER:Lorg/slf4j/Logger;
-
-
Method Details
-
sign
- Mappings:
Namespace Name Mixin selector official sign
Lavd;sign(Lavb;)[B
intermediary sign
Lnet/minecraft/class_7501;sign(Lnet/minecraft/class_7498;)[B
named sign
Lnet/minecraft/network/encryption/Signer;sign(Lnet/minecraft/network/encryption/SignatureUpdatable;)[B
-
sign
default byte[] sign(byte[] data) - Mappings:
Namespace Name Mixin selector official a
Lavd;a([B)[B
intermediary method_44180
Lnet/minecraft/class_7501;method_44180([B)[B
named sign
Lnet/minecraft/network/encryption/Signer;sign([B)[B
-
create
- Mappings:
Namespace Name Mixin selector official a
Lavd;a(Ljava/security/PrivateKey;Ljava/lang/String;)Lavd;
intermediary method_44179
Lnet/minecraft/class_7501;method_44179(Ljava/security/PrivateKey;Ljava/lang/String;)Lnet/minecraft/class_7501;
named create
Lnet/minecraft/network/encryption/Signer;create(Ljava/security/PrivateKey;Ljava/lang/String;)Lnet/minecraft/network/encryption/Signer;
-