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>

NotarisationRequestSignature(digitalSignature: WithKey, platformVersion: Int)

A wrapper around a digital signature used for notarisation requests.

Properties

digitalSignature

val digitalSignature: WithKey

platformVersion

val platformVersion: Int

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.