X509Identity

data class X509Identity(val handle: WireIdentity.Handle, val displayName: String, val domain: String, val certificate: String, val serialNumber: String, val notBefore: Long, val notAfter: Long)

Constructors

Link copied to clipboard
constructor(handle: WireIdentity.Handle, displayName: String, domain: String, certificate: String, serialNumber: String, notBefore: Long, notAfter: Long)

Properties

Link copied to clipboard
val certificate: String
Link copied to clipboard
val displayName: String
Link copied to clipboard
val domain: String
Link copied to clipboard
Link copied to clipboard
val notAfter: Long
Link copied to clipboard
val notBefore: Long
Link copied to clipboard
val serialNumber: String