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

15 lines
604 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_2524 net/minecraft/network/encryption/PacketEncryptionManager
FIELD field_11612 cipher Ljavax/crypto/Cipher;
FIELD field_11613 conversionBuffer [B
FIELD field_11614 encryptionBuffer [B
METHOD <init> (Ljavax/crypto/Cipher;)V
ARG 1 cipher
2019-06-28 17:55:20 -04:00
METHOD method_10732 encrypt (Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)V
ARG 1 buf
ARG 2 result
2019-06-28 17:55:20 -04:00
METHOD method_10733 toByteArray (Lio/netty/buffer/ByteBuf;)[B
ARG 1 buf
2019-06-28 17:55:20 -04:00
METHOD method_10734 decrypt (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
2018-11-04 07:22:38 -05:00
ARG 1 context
ARG 2 buf