tuweni / org.apache.tuweni.crypto.mikuli / Signature

Signature

class Signature (source)

This class represents a Signature on G2

Functions

aggregate

Aggregates list of Signature pairs

static fun aggregate(signatures: MutableList<Signature!>!): Signature!

combine

Combines this signature with another signature, creating a new signature.

fun combine(signature: Signature!): Signature!

decode

Decode a signature from its serialized representation.

static fun decode(bytes: Bytes!): Signature!

encode

Signature serialization

fun encode(): Bytes!

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

toString

fun toString(): String