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

aggregate

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

Aggregates list of PublicKey pairs

Parameters

keys - The list of public keys to aggregate, not null

Exceptions

IllegalArgumentException - if parameter list is empty

Return
PublicKey The public key, not null