Package org.ldk.structs
Class PayeePubKey
- java.lang.Object
-
- org.ldk.structs.PayeePubKey
-
public class PayeePubKey extends Object
Payee public key
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PayeePubKey
clone()
Creates a copy of the PayeePubKeyboolean
eq(PayeePubKey b)
Checks if two PayeePubKeys contain equal inner contents.boolean
equals(Object o)
protected void
finalize()
byte[]
get_a()
long
hash()
Generates a non-cryptographic 64-bit hash of the PayeePubKey.int
hashCode()
static PayeePubKey
of(byte[] a_arg)
Constructs a new PayeePubKey given each fieldvoid
set_a(byte[] val)
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
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
-
clone
public PayeePubKey clone()
Creates a copy of the PayeePubKey
-
hash
public long hash()
Generates a non-cryptographic 64-bit hash of the PayeePubKey.
-
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.
-
-