Package net.md_5.bungee.protocol.packet
Class EncryptionResponse.EncryptionData
- java.lang.Object
-
- net.md_5.bungee.protocol.packet.EncryptionResponse.EncryptionData
-
- Enclosing class:
- EncryptionResponse
public static class EncryptionResponse.EncryptionData extends Object
-
-
Constructor Summary
Constructors Constructor Description EncryptionData(long salt, byte[] signature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)longgetSalt()byte[]getSignature()inthashCode()StringtoString()
-
-
-
Method Detail
-
getSalt
public long getSalt()
-
getSignature
public byte[] getSignature()
-
canEqual
protected boolean canEqual(Object other)
-
-