addDocumentRequest
Adds a request for a document and which data elements to request.
This variant signs with a key in a SecureArea.
Return
Parameters
the document type.
the items to request as a map of namespaces into data element names into the intent-to-retain for each data element.
null or additional information provided. This is a map from keys and the values must be valid CBOR
the SecureArea that holds the key to sign with.
the alias for the key to sign with
the certification for the reader key.
a KeyUnlockData for unlocking the key in the SecureArea.
Adds a request for a document and which data elements to request.
Return
Parameters
the document type.
the items to request as a map of namespaces into data element names into the intent-to-retain for each data element.
null or additional information provided. This is a map from keys and the values must be valid CBOR
null
if not signing the request, otherwise a EcPrivateKey.
Algorithm.UNSET if readerKey is null, otherwise algorithm to use.
null if readerKey is null, otherwise the certificate chain for readerKey.