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

aggregate

static fun aggregate(keys: MutableList<PublicKey!>!): PublicKey! (source)

Aggregates list of PublicKey pairs

Parameters

keys - MutableList<PublicKey!>!: The list of public keys to aggregate, not null

Exceptions

IllegalArgumentException - if parameter list is empty

Return
PublicKey!: PublicKey The public key, not null