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

SignatureAndPublicKey

class SignatureAndPublicKey (source)

This class represents a signature and a public key

Functions

aggregate

Aggregates list of Signature and PublicKey pairs

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

combine

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

fun combine(sigAndPubKey: SignatureAndPublicKey!): SignatureAndPublicKey!

publicKey

Provides the public key.

fun publicKey(): PublicKey!

signature

Provides the signature.

fun signature(): Signature!