Class TwoTuple_PublicKeyTypeZ


  • public class TwoTuple_PublicKeyTypeZ
    extends Object
    A Tuple
    • Method Detail

      • get_a

        public byte[] get_a()
      • get_b

        public Type get_b()
      • clone

        public TwoTuple_PublicKeyTypeZ clone()
        Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
        Overrides:
        clone in class Object
      • of

        public static TwoTuple_PublicKeyTypeZ of​(byte[] a,
                                                 Type b)
        Creates a new C2Tuple_PublicKeyTypeZ from the contained elements.