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

combine

fun combine(sigAndPubKey: SignatureAndPublicKey!): SignatureAndPublicKey! (source)

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

Parameters

sigAndPubKey - SignatureAndPublicKey!: the signature and public key pair

Return
SignatureAndPublicKey!: a new signature and public key pair as a combination of both elements.