SubjectResponse

data class SubjectResponse(val commonName: String, val countryCode: String, val locality: String, val organization: String, val organizationalUnit: String, val postalCode: String, val province: String, val streetAddress: String)

Subject describes parts of a distinguished name that, in turn, describes the subject of the certificate.

Constructors

Link copied to clipboard
fun SubjectResponse(commonName: String, countryCode: String, locality: String, organization: String, organizationalUnit: String, postalCode: String, province: String, streetAddress: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The "common name" of the subject.

Link copied to clipboard

The country code of the subject.

Link copied to clipboard

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

The postal code of the subject.

Link copied to clipboard

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

Link copied to clipboard

The street address of the subject.