CertificateExtensionConstraintsResponse

data class CertificateExtensionConstraintsResponse(val additionalExtensions: List<ObjectIdResponse>, val knownExtensions: List<String>)

Describes a set of X.509 extensions that may be part of some certificate issuance controls.

Constructors

Link copied to clipboard
fun CertificateExtensionConstraintsResponse(additionalExtensions: List<ObjectIdResponse>, knownExtensions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. A set of ObjectIds identifying custom X.509 extensions. Will be combined with known_extensions to determine the full set of X.509 extensions.

Link copied to clipboard

Optional. A set of named X.509 extensions. Will be combined with additional_extensions to determine the full set of X.509 extensions.