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

RetrieveValidCertificatePathRequestResponse

class RetrieveValidCertificatePathRequestResponse

Retrieval message response for valid (approved and signed) CSR.

Constructors

<init>

RetrieveValidCertificatePathRequestResponse(certificatePath: CertPath?)

Retrieval message response for valid (approved and signed) CSR.

Properties

certificatePath

val certificatePath: CertPath?

The approved and signed CSR.

Functions

toStream

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

Companion Object Functions

fromStream

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