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

Signature

class Signature (source)

This class represents a Signature on G2

Functions

aggregate

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

Aggregates list of Signature pairs

combine

fun combine(signature: Signature): Signature

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

decode

static fun decode(bytes: Bytes): Signature

Decode a signature from its serialized representation.

encode

fun encode(): Bytes

Signature serialization

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

toString

fun toString(): String