Class PayeePubKey


  • public class PayeePubKey
    extends Object
    Payee public key
    • Method Detail

      • get_a

        public byte[] get_a()
      • set_a

        public void set_a​(byte[] val)
      • of

        public static PayeePubKey of​(byte[] a_arg)
        Constructs a new PayeePubKey given each field
      • hash

        public long hash()
        Generates a non-cryptographic 64-bit hash of the PayeePubKey.
      • hashCode

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

        public boolean eq​(PayeePubKey b)
        Checks if two PayeePubKeys contain equal inner contents. This ignores pointers and is_owned flags and looks at the values in fields. Two objects with NULL inner values will be considered "equal" here.