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

RetrieveValidCertificatePathRequestMessage

class RetrieveValidCertificatePathRequestMessage

Retrieval message for the valid (approved, signed and not revoked) CSR with the given legalEntityName.

Constructors

<init>

RetrieveValidCertificatePathRequestMessage(legalEntityName: <ERROR CLASS>)

Retrieval message for the valid (approved, signed and not revoked) CSR with the given legalEntityName.

Properties

legalEntityName

val legalEntityName: <ERROR CLASS>

The X500 name for the desired node.

Functions

toStream

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

Companion Object Functions

fromStream

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