Document
Properties
Returns the DeviceKey from the MSO.
The names of namespaces with retrieved entries of the device-signed data.
Returns whether the DeviceSigned data was authenticated.
Returns whether DeviceSigned was authenticated using ECDSA signature or using a MAC.
Returns the certificate chain for the issuer which signed the data in the document.
The names of namespaces with retrieved entries of the issuer-signed data.
Returns whether the IssuerSigned data was authenticated.
The number of issuer entries for that didn't match the digest in the MSO.
The expectedUpdate date from the MSO or null if not set.
The signed date from the MSO.
The validFrom date from the MSO.
The validUntil date from the MSO.
Functions
Like getDeviceEntryData but returns the CBOR decoded as a boolean.
Like getDeviceEntryData but returns the CBOR decoded as a byte-string.
Gets the raw CBOR data for the value of given data element in a given namespace in device-signed data.
Like getDeviceEntryData but returns the CBOR decoded as an Instant.
Gets the names of data elements in the given device-signed namespace.
Like getDeviceEntryData but returns the CBOR decoded as a long.
Like getDeviceEntryData but returns the CBOR decoded as a string.
Like getIssuerEntryData but returns the CBOR decoded as a boolean.
Like getIssuerEntryData but returns the CBOR decoded as a byte-string.
Gets the raw CBOR data for the value of given data element in a given namespace in issuer-signed data.
Like getIssuerEntryData but returns the CBOR decoded as an Instant.
Gets whether the digest for the given entry matches the digest in the MSO.
Gets the names of data elements in the given issuer-signed namespace.
Like getIssuerEntryData but returns the CBOR decoded as a long.
Like getIssuerEntryData but returns the CBOR decoded as a string.