public 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 class NotarisationRequest. Otherwise, the request may be rejected.
class NotarisationRequestpublic NotarisationRequestSignature(@NotNull
net.corda.core.crypto.DigitalSignature.WithKey digitalSignature,
int platformVersion)
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 class NotarisationRequest. Otherwise, the request may be rejected.
class NotarisationRequest@NotNull public net.corda.core.crypto.DigitalSignature.WithKey getDigitalSignature()
public int getPlatformVersion()
@NotNull public net.corda.core.crypto.DigitalSignature.WithKey component1()
public int component2()
@NotNull public NotarisationRequestSignature copy(@NotNull net.corda.core.crypto.DigitalSignature.WithKey digitalSignature, int platformVersion)
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 class NotarisationRequest. Otherwise, the request may be rejected.
class NotarisationRequest@NotNull public java.lang.String toString()
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 class NotarisationRequest. Otherwise, the request may be rejected.
class NotarisationRequestpublic int hashCode()
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 class NotarisationRequest. Otherwise, the request may be rejected.
class NotarisationRequestpublic boolean equals(@Nullable
java.lang.Object p)
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 class NotarisationRequest. Otherwise, the request may be rejected.
class NotarisationRequest