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

aggregate

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

Aggregates list of Signature and PublicKey pairs

Parameters

sigAndPubKeys - MutableList<SignatureAndPublicKey!>!: The list of Signatures and corresponding Public keys to aggregate, not null

Exceptions

IllegalArgumentException - if parameter list is empty

Return
SignatureAndPublicKey!: SignatureAndPublicKey, not null