Verified

data class Verified(val certSubject: String) : ActiveAuthStatus

The chip produced a valid ECDSA-SHA384 signature over the challenge using its private key, and the signature was verified against the certificate read from the chip.

Parameters

certSubject

CN of the CE81 certificate used for verification, e.g. "GENPKI-RO-AUTH"

Constructors

Link copied to clipboard
constructor(certSubject: String)

Properties

Link copied to clipboard