corda / com.r3.enm.servicesapi.revocation.handlers / CrlRetrievalResponseMessage

CrlRetrievalResponseMessage

class CrlRetrievalResponseMessage

The response to a CrlRetrievalMessage

Constructors

<init>

CrlRetrievalResponseMessage(crl: X509CRL?)

The response to a CrlRetrievalMessage

Properties

crl

val crl: X509CRL?

The certificate revocation list for the issuer sent in the original request

Functions

toStream

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

Serialize the object for transmission over the wire. Use Corda's native AMQP serializer to simplify serializing the actual CRL

Companion Object Functions

fromStream

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

Converts a stream of bytes from the wire into an instance of the class