Package net.minecraft.network.encryption
Class PacketEncryptionManager
java.lang.Object
net.minecraft.network.encryption.PacketEncryptionManager
- Mappings:
 Namespace Name named net/minecraft/network/encryption/PacketEncryptionManagerintermediary net/minecraft/class_2524official vp
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected ByteBufdecrypt(ChannelHandlerContext context, ByteBuf buf) protected voidprivate byte[]toByteArray(ByteBuf buf)  
- 
Field Details
- 
cipher
- Mappings:
 Namespace Name Mixin selector named cipherLnet/minecraft/network/encryption/PacketEncryptionManager;cipher:Ljavax/crypto/Cipher;intermediary field_11612Lnet/minecraft/class_2524;field_11612:Ljavax/crypto/Cipher;official aLvp;a:Ljavax/crypto/Cipher;
 - 
conversionBuffer
private byte[] conversionBuffer- Mappings:
 Namespace Name Mixin selector named conversionBufferLnet/minecraft/network/encryption/PacketEncryptionManager;conversionBuffer:[Bintermediary field_11613Lnet/minecraft/class_2524;field_11613:[Bofficial bLvp;b:[B
 - 
encryptionBuffer
private byte[] encryptionBuffer- Mappings:
 Namespace Name Mixin selector named encryptionBufferLnet/minecraft/network/encryption/PacketEncryptionManager;encryptionBuffer:[Bintermediary field_11614Lnet/minecraft/class_2524;field_11614:[Bofficial cLvp;c:[B
 
 - 
 - 
Constructor Details
- 
PacketEncryptionManager
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/network/encryption/PacketEncryptionManager;<init>(Ljavax/crypto/Cipher;)Vintermediary <init>Lnet/minecraft/class_2524;<init>(Ljavax/crypto/Cipher;)Vofficial <init>Lvp;<init>(Ljavax/crypto/Cipher;)V
 
 - 
 - 
Method Details
- 
toByteArray
- Mappings:
 Namespace Name Mixin selector named toByteArrayLnet/minecraft/network/encryption/PacketEncryptionManager;toByteArray(Lio/netty/buffer/ByteBuf;)[Bintermediary method_10733Lnet/minecraft/class_2524;method_10733(Lio/netty/buffer/ByteBuf;)[Bofficial aLvp;a(Lio/netty/buffer/ByteBuf;)[B
 - 
decrypt
- Throws:
 ShortBufferException- Mappings:
 Namespace Name Mixin selector named decryptLnet/minecraft/network/encryption/PacketEncryptionManager;decrypt(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;official aLvp;a(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
 - 
encrypt
- Throws:
 ShortBufferException- Mappings:
 Namespace Name Mixin selector named encryptLnet/minecraft/network/encryption/PacketEncryptionManager;encrypt(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Vintermediary method_10732Lnet/minecraft/class_2524;method_10732(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Vofficial aLvp;a(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)V
 
 -