X509Identity

data class X509Identity(val handle: String, val displayName: String, val domain: String, val certificate: String, val serialNumber: String, val notBefore: Instant, val notAfter: Instant)

Represents the parts of WireIdentity that are specific to a X509 certificate (and not a Basic one).

Constructors

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

Properties

Link copied to clipboard

X509 certificate identifying this client in the MLS group ; PEM encoded

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

X509 certificate not after as Unix timestamp

Link copied to clipboard

X509 certificate not before as Unix timestamp

Link copied to clipboard

X509 certificate serial number