yarn/mappings/net/minecraft/network/encryption/PacketEncryptionManager.map...

10 lines
428 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS im net/minecraft/network/encryption/PacketEncryptionManager
2016-09-19 10:40:26 -04:00
FIELD a cipher Ljavax/crypto/Cipher;
FIELD b conversionBuffer [B
FIELD c encryptionBuffer [B
METHOD a toByteArray (Lio/netty/buffer/ByteBuf;)[B
METHOD a encrypt (Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)V
2018-11-04 07:22:38 -05:00
ARG 1 buffer
METHOD a decrypt (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
2018-11-04 07:22:38 -05:00
ARG 1 context