CertificateAttributesResponse

data class CertificateAttributesResponse(val certificateTemplate: CertificateTemplateResponse, val fingerprint: String, val issuer: String, val serialNumber: String, val subject: String, val thumbprint: String, val validationState: String, val validityExpirationTime: String, val validityStartTime: String)

Stores information about a certificate.

Constructors

Link copied to clipboard
constructor(certificateTemplate: CertificateTemplateResponse, fingerprint: String, issuer: String, serialNumber: String, subject: String, thumbprint: String, validationState: String, validityExpirationTime: String, validityStartTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The X.509 extension for CertificateTemplate.

Link copied to clipboard

The encoded certificate fingerprint.

Link copied to clipboard

The name of the issuer of this certificate.

Link copied to clipboard

Serial number of the certificate, Example: "123456789".

Link copied to clipboard

The subject name of this certificate.

Link copied to clipboard

The certificate thumbprint.

Link copied to clipboard

Validation state of this certificate.

Link copied to clipboard

Certificate not valid at or after this timestamp.

Link copied to clipboard

Certificate not valid before this timestamp.