| component1 |
operator fun KeyPair.component1(): PrivateKey |
| component2 |
operator fun KeyPair.component2(): PublicKey |
| signWithECDSA |
fun KeyPair.signWithECDSA(bytesToSign: ByteArray): WithKeyfun KeyPair.signWithECDSA(bytesToSign: OpaqueBytes): WithKeyfun KeyPair.signWithECDSA(bytesToSign: OpaqueBytes, party: Party): LegallyIdentifiablefun KeyPair.signWithECDSA(bytesToSign: ByteArray, party: Party): LegallyIdentifiable |