CertificateAuthorityAccessMethod

data class CertificateAuthorityAccessMethod(val accessMethodType: String? = null, val customObjectIdentifier: String? = null)

Structure that contains X.509 AccessMethod information. Assign one and ONLY one field.

Constructors

Link copied to clipboard
constructor(accessMethodType: String? = null, customObjectIdentifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard