Package net.md_5.bungee.protocol
Class PlayerPublicKey
- java.lang.Object
-
- net.md_5.bungee.protocol.PlayerPublicKey
-
public class PlayerPublicKey extends Object
-
-
Constructor Summary
Constructors Constructor Description PlayerPublicKey(long expiry, byte[] key, byte[] signature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)longgetExpiry()byte[]getKey()byte[]getSignature()inthashCode()StringtoString()
-
-
-
Method Detail
-
getExpiry
public long getExpiry()
-
getKey
public byte[] getKey()
-
getSignature
public byte[] getSignature()
-
canEqual
protected boolean canEqual(Object other)
-
-