tuweni / org.apache.tuweni.crypto.mikuli / SignatureAndPublicKey

SignatureAndPublicKey

class SignatureAndPublicKey (source)

This class represents a signature and a public key

Functions

aggregate

static fun aggregate(sigAndPubKeys: MutableList<SignatureAndPublicKey>): SignatureAndPublicKey

Aggregates list of Signature and PublicKey pairs

combine

fun combine(sigAndPubKey: SignatureAndPublicKey): SignatureAndPublicKey

Combine the signature and public key provided to form a new signature and public key pair

publicKey

fun publicKey(): PublicKey

signature

fun signature(): Signature