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

13 lines
479 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS fu 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
2017-05-13 02:02:51 -04:00
ARG 0 buffer
METHOD a encrypt (Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)V
2017-05-13 02:02:51 -04:00
ARG 0 buffer
ARG 1 encBuffer
METHOD a decrypt (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
2017-05-13 02:02:51 -04:00
ARG 0 context
ARG 1 encBuffer