X509CertificateDetailsResponse

data class X509CertificateDetailsResponse(val expiryTime: String, val issuer: String, val publicKeyType: String, val signatureAlgorithm: String, val startTime: String, val subject: String)

Details of an X.509 certificate. For informational purposes only.

Constructors

Link copied to clipboard
fun X509CertificateDetailsResponse(expiryTime: String, issuer: String, publicKeyType: String, signatureAlgorithm: String, startTime: String, subject: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the certificate becomes invalid.

Link copied to clipboard

The entity that signed the certificate.

Link copied to clipboard

The type of public key in the certificate.

Link copied to clipboard

The algorithm used to sign the certificate.

Link copied to clipboard

The time the certificate becomes valid.

Link copied to clipboard

The entity the certificate and public key belong to.