X509Identity

data class X509Identity(var handle: String, var displayName: String, var domain: String, var certificate: String, var serialNumber: String, var notBefore: Timestamp, var notAfter: Timestamp)(source)

Fields from a WireIdentity that are specific to X509 credentials.

Constructors

Link copied to clipboard
constructor(handle: String, displayName: String, domain: String, certificate: String, serialNumber: String, notBefore: Timestamp, notAfter: Timestamp)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

PEM-encoded X509 certificate identifying this client in the MLS group.

Link copied to clipboard

Name as displayed in the messaging application e.g. John Fitzgerald Kennedy

Link copied to clipboard

DNS domain for which this identity proof was generated e.g. whitehouse.gov

Link copied to clipboard

User handle e.g. john_wire

Link copied to clipboard

Certificate validity end time (the X509 notAfter field).

Link copied to clipboard

Certificate validity start time (the X509 notBefore field).

Link copied to clipboard

X509 certificate serial number