CertificateConfigSubjectConfigSubject

data class CertificateConfigSubjectConfigSubject(val commonName: String, val countryCode: String? = null, val locality: String? = null, val organization: String, val organizationalUnit: String? = null, val postalCode: String? = null, val province: String? = null, val streetAddress: String? = null)

Constructors

Link copied to clipboard
constructor(commonName: String, countryCode: String? = null, locality: String? = null, organization: String, organizationalUnit: String? = null, postalCode: String? = null, province: String? = null, streetAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The common name of the distinguished name.

Link copied to clipboard
val countryCode: String? = null

The country code of the subject.

Link copied to clipboard
val locality: String? = null

The locality or city of the subject.

Link copied to clipboard

The organization of the subject.

Link copied to clipboard

The organizational unit of the subject.

Link copied to clipboard
val postalCode: String? = null

The postal code of the subject.

Link copied to clipboard
val province: String? = null

The province, territory, or regional state of the subject.

Link copied to clipboard
val streetAddress: String? = null

The street address of the subject.