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