Package org.ldk.structs
Class TwoTuple_ECDSASignatureCVec_ECDSASignatureZZ
- java.lang.Object
-
- org.ldk.structs.TwoTuple_ECDSASignatureCVec_ECDSASignatureZZ
-
public class TwoTuple_ECDSASignatureCVec_ECDSASignatureZZ extends Object
A Tuple
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TwoTuple_ECDSASignatureCVec_ECDSASignatureZZclone()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()byte[][]get_b()static TwoTuple_ECDSASignatureCVec_ECDSASignatureZZof(byte[] a, byte[][] b)Creates a new C2Tuple_ECDSASignatureCVec_ECDSASignatureZZ from the contained elements.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
get_a
public byte[] get_a()
-
get_b
public byte[][] get_b()
-
clone
public TwoTuple_ECDSASignatureCVec_ECDSASignatureZZ 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_ECDSASignatureCVec_ECDSASignatureZZ of(byte[] a, byte[][] b)
Creates a new C2Tuple_ECDSASignatureCVec_ECDSASignatureZZ from the contained elements.
-
-