corda / net.corda.core.crypto / java.security.KeyPair

Extensions for java.security.KeyPair

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