corda / net.corda.core.transactions / SignedTransaction / signWithECDSA

signWithECDSA

fun signWithECDSA(keyPair: KeyPair): WithKey

Utility to simplify the act of signing the transaction.

Parameters

keyPair - the signer's public/private key pair.

Return
a digital signature of the transaction.