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

10 lines
428 B
Plaintext
Raw Permalink Normal View History

2019-03-20 13:56:26 -04:00
CLASS iv 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