Builder
class Builder
A builder for CredentialDataRequest.
Functions
Link copied to clipboard
Finishes building a CredentialDataRequest.
Link copied to clipboard
open fun setAllowUsingExhaustedKeys(allowUsingExhaustedKeys: Boolean): CredentialDataRequest.Builder
Sets whether to allow using an authentication key which use count has been exceeded.
Link copied to clipboard
Sets whether to allow using an authentication key which is expired.
Link copied to clipboard
open fun setDeviceSignedEntriesToRequest(@NonNull entriesToRequest: Map<String, Collection<String>>): CredentialDataRequest.Builder
Sets the device-signed entries to request.
Link copied to clipboard
Sets whether to increment the use-count for the authentication key used.
Link copied to clipboard
open fun setIssuerSignedEntriesToRequest(@NonNull entriesToRequest: Map<String, Collection<String>>): CredentialDataRequest.Builder
Sets the issuer-signed entries to request.
Link copied to clipboard
Sets the reader signature.
Link copied to clipboard
Sets the request message CBOR.