corda / net.corda.core.crypto / CompositeSignature / State

State

data class State

Constructors

<init>

State(buffer: ByteArrayOutputStream, verifyKey: CompositeKey)

Properties

buffer

val buffer: ByteArrayOutputStream

verifyKey

val verifyKey: CompositeKey

Functions

engineVerify

fun engineVerify(sigBytes: ByteArray): Boolean