corda / com.r3.enm.model / CertificateSigningRequestSubmission

CertificateSigningRequestSubmission

data class CertificateSigningRequestSubmission : Submission

Bundle the Certificate Signing Request with the private network map identifier.

Constructors

<init>

CertificateSigningRequestSubmission(pkcS10CertificationRequest: <ERROR CLASS>, submissionToken: String? = null)

Bundle the Certificate Signing Request with the private network map identifier.

Properties

pkcS10CertificationRequest

val pkcS10CertificationRequest: <ERROR CLASS>

The Certificate request sent from a node.

submissionToken

val submissionToken: String?

An arbitrary string provided by the client, as supporting material for the request. Interpretation of these is left to the underlying workflow plugin.