Package net.minecraft.network.encryption
Class PacketEncryptionManager
java.lang.Object
net.minecraft.network.encryption.PacketEncryptionManager
public class PacketEncryptionManager extends Object
- Mappings:
Namespace Name official npintermediary net/minecraft/class_2524named net/minecraft/network/encryption/PacketEncryptionManager
-
Field Summary
Fields Modifier and Type Field Description private Ciphercipherprivate byte[]conversionBufferprivate byte[]encryptionBuffer -
Constructor Summary
Constructors Modifier Constructor Description protectedPacketEncryptionManager(Cipher cipher) -
Method Summary
Modifier and Type Method Description protected ByteBufdecrypt(ChannelHandlerContext context, ByteBuf byteBuf)protected voidencrypt(ByteBuf buffer, ByteBuf byteBuf)private byte[]toByteArray(ByteBuf byteBuf)
-
Field Details
-
cipher
- Mappings:
Namespace Name Mixin selector official aLnp;a:Ljavax/crypto/Cipher;intermediary field_11612Lnet/minecraft/class_2524;field_11612:Ljavax/crypto/Cipher;named cipherLnet/minecraft/network/encryption/PacketEncryptionManager;cipher:Ljavax/crypto/Cipher;
-
conversionBuffer
private byte[] conversionBuffer- Mappings:
Namespace Name Mixin selector official bLnp;b:[Bintermediary field_11613Lnet/minecraft/class_2524;field_11613:[Bnamed conversionBufferLnet/minecraft/network/encryption/PacketEncryptionManager;conversionBuffer:[B
-
encryptionBuffer
private byte[] encryptionBuffer- Mappings:
Namespace Name Mixin selector official cLnp;c:[Bintermediary field_11614Lnet/minecraft/class_2524;field_11614:[Bnamed encryptionBufferLnet/minecraft/network/encryption/PacketEncryptionManager;encryptionBuffer:[B
-
-
Constructor Details
-
PacketEncryptionManager
-
-
Method Details
-
toByteArray
- Mappings:
Namespace Name Mixin selector official aLnp;a(Lio/netty/buffer/ByteBuf;)[Bintermediary method_10733Lnet/minecraft/class_2524;method_10733(Lio/netty/buffer/ByteBuf;)[Bnamed toByteArrayLnet/minecraft/network/encryption/PacketEncryptionManager;toByteArray(Lio/netty/buffer/ByteBuf;)[B
-
decrypt
protected ByteBuf decrypt(ChannelHandlerContext context, ByteBuf byteBuf) throws ShortBufferException- Throws:
ShortBufferException- Mappings:
Namespace Name Mixin selector official aLnp;a(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;intermediary method_10734Lnet/minecraft/class_2524;method_10734(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;named decryptLnet/minecraft/network/encryption/PacketEncryptionManager;decrypt(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
-
encrypt
- Throws:
ShortBufferException- Mappings:
Namespace Name Mixin selector official aLnp;a(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Vintermediary method_10732Lnet/minecraft/class_2524;method_10732(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Vnamed encryptLnet/minecraft/network/encryption/PacketEncryptionManager;encrypt(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)V
-