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

15 lines
534 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS ig 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 <init> (Ljavax/crypto/Cipher;)V
ARG 0 cipher
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