Valid

data class Valid(val dscSubject: String, val issuer: String) : PassiveAuthStatus

All DG hashes match the SOD signature, and the Document Signing Certificate chains to the trusted CSCA root. The data is authentic.

Parameters

dscSubject

CN of the Document Signing Certificate, e.g. "CSCA-RO-2023"

issuer

CN of the CSCA root that issued the DSC, e.g. "MAI"

Constructors

Link copied to clipboard
constructor(dscSubject: String, issuer: String)

Properties

Link copied to clipboard
Link copied to clipboard