public class PlayerPublicKey extends Object
| Constructor and Description |
|---|
PlayerPublicKey(long expiry,
byte[] key,
byte[] signature) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
long |
getExpiry() |
byte[] |
getKey() |
byte[] |
getSignature() |
int |
hashCode() |
String |
toString() |
public PlayerPublicKey(long expiry,
byte[] key,
byte[] signature)
public long getExpiry()
public byte[] getKey()
public byte[] getSignature()
protected boolean canEqual(Object other)
Copyright © 2012–2024 SpigotMC. All rights reserved.