corda / net.corda.core.flows / NotarisationRequestSignature

NotarisationRequestSignature

data class NotarisationRequestSignature

A wrapper around a digital signature used for notarisation requests.

The platformVersion is required so the notary can verify the signature against the right version of serialized bytes of the NotarisationRequest. Otherwise, the request may be rejected.

Constructors

<init>

A wrapper around a digital signature used for notarisation requests.

NotarisationRequestSignature(digitalSignature: WithKey, platformVersion: Int)

Properties

digitalSignature

val digitalSignature: WithKey

platformVersion

val platformVersion: Int