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