X509ExtensionResponse

data class X509ExtensionResponse(val critical: Boolean, val objectId: ObjectIdResponse, val value: String)

An X509Extension specifies an X.509 extension, which may be used in different parts of X.509 objects like certificates, CSRs, and CRLs.

Constructors

Link copied to clipboard
constructor(critical: Boolean, objectId: ObjectIdResponse, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).

Link copied to clipboard

The OID for this X.509 extension.

Link copied to clipboard

The value of this X.509 extension.