corda / com.r3.enm.servicesapi.identitymanager.handlers / CertificateSubmissionMessage

CertificateSubmissionMessage

class CertificateSubmissionMessage

Response message from doorman for the certificate signing requests retrieval message.

Constructors

<init>

CertificateSubmissionMessage(requestId: String, signers: String, certPath: CertPath)

Response message from doorman for the certificate signing requests retrieval message.

Properties

certPath

val certPath: CertPath

certificate path

requestId

val requestId: String

certificate signing request identifier

signers

val signers: String

string representing the signers of this certificate signing requests

Functions

toStream

fun toStream(b: <ERROR CLASS>): Unit

Companion Object Functions

fromStream

fun fromStream(b: <ERROR CLASS>): CertificateSubmissionMessage