CredentialDataResult

abstract class CredentialDataResult

An object that contains the result of retrieving data from a credential. This is used to return data requested in a PresentationSession.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
interface Entries
A class for representing data elements returned.

Functions

Link copied to clipboard
abstract fun getDeviceMac(): Array<Byte>
Returns a message authentication code over the DeviceAuthenticationBytes CBOR specified in getDeviceNameSpaces, to prove to the reader that the data is from a trusted credential.
Link copied to clipboard
Returns a CBOR structure containing the retrieved device-signed data.
Link copied to clipboard
Returns a digital signature over the DeviceAuthenticationBytes CBOR specified in getDeviceNameSpaces, to prove to the reader that the data is from a trusted credential.
Link copied to clipboard
Gets the device-signed entries that was returned.
Link copied to clipboard
Gets the issuer-signed entries that was returned.
Link copied to clipboard
Returns the static authentication data associated with the dynamic authentication key used to MAC the data returned by getDeviceNameSpaces.