CertificateCertificateDescriptionSubjectDescriptionSubject

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val commonName: String? = null

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
val organization: String? = null

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.