Package org.ldk.structs
Class TwoTuple_PublicKeyOnionMessageZ
- java.lang.Object
-
- org.ldk.structs.TwoTuple_PublicKeyOnionMessageZ
-
public class TwoTuple_PublicKeyOnionMessageZ extends Object
A Tuple
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TwoTuple_PublicKeyOnionMessageZclone()Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.protected voidfinalize()byte[]get_a()OnionMessageget_b()static TwoTuple_PublicKeyOnionMessageZof(byte[] a, OnionMessage b)Creates a new C2Tuple_PublicKeyOnionMessageZ from the contained elements.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
get_a
public byte[] get_a()
-
get_b
public OnionMessage get_b()
-
clone
public TwoTuple_PublicKeyOnionMessageZ clone()
Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
-
of
public static TwoTuple_PublicKeyOnionMessageZ of(byte[] a, OnionMessage b)
Creates a new C2Tuple_PublicKeyOnionMessageZ from the contained elements.
-
-