fun PrivateKey.signWithECDSA(bits: ByteArray): DigitalSignature
Utility to simplify the act of signing a byte array
fun PrivateKey.signWithECDSA(bitsToSign: ByteArray, publicKey: PublicKey): WithKey