Class PlayerPublicKey


  • public class PlayerPublicKey
    extends Object
    • Constructor Detail

      • PlayerPublicKey

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

      • getExpiry

        public long getExpiry()
      • getKey

        public byte[] getKey()
      • getSignature

        public byte[] getSignature()
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object