WireIdentity

data class WireIdentity(val clientId: CryptoQualifiedClientId, val status: CryptoCertificateStatus, val thumbprint: String, val credentialType: CredentialType, val x509Identity: WireIdentity.X509Identity?)

Constructors

Link copied to clipboard
constructor(clientId: CryptoQualifiedClientId, status: CryptoCertificateStatus, thumbprint: String, credentialType: CredentialType, x509Identity: WireIdentity.X509Identity?)

Types

Link copied to clipboard
data class Handle(val scheme: String, val handle: String, val domain: String)
Link copied to clipboard
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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val thumbprint: String
Link copied to clipboard