Class PlayerPublicKey

java.lang.Object
net.md_5.bungee.protocol.PlayerPublicKey

public class PlayerPublicKey extends Object
  • Constructor Details

    • PlayerPublicKey

      public PlayerPublicKey(long expiry, byte[] key, byte[] signature)
  • Method Details

    • getExpiry

      public long getExpiry()
    • getKey

      public byte[] getKey()
    • getSignature

      public byte[] getSignature()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object