B2bCertificate

@Serializable
data class B2bCertificate(val registeredAt: @Serializable(with = InstantSerializer::class) Instant, val expiredAt: @Serializable(with = InstantSerializer::class) Instant, val issuerDn: String, val subjectDn: String, val certificateType: B2bCertificateType, val oid: String, val registrantContactName: String, val registrantContactId: String)

Constructors

Link copied to clipboard
constructor(registeredAt: @Serializable(with = InstantSerializer::class) Instant, expiredAt: @Serializable(with = InstantSerializer::class) Instant, issuerDn: String, subjectDn: String, certificateType: B2bCertificateType, oid: String, registrantContactName: String, registrantContactId: String)

Properties

Link copied to clipboard

인증서 타입

Link copied to clipboard
val expiredAt: @Serializable(with = InstantSerializer::class) Instant

만료일시

Link copied to clipboard

발행자명

Link copied to clipboard
val oid: String

OID

Link copied to clipboard
val registeredAt: @Serializable(with = InstantSerializer::class) Instant

등록일시

Link copied to clipboard

등록 담당자 ID

Link copied to clipboard

등록 담당자 성명

Link copied to clipboard

본인명