Uses of Class
com.authlete.common.dto.CredentialRequestInfo
-
Packages that use CredentialRequestInfo Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of CredentialRequestInfo in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialRequestInfo Modifier and Type Method Description CredentialRequestInfo[]
CredentialBatchParseResponse. getInfo()
Get information about the credential requests in the batch credential request.CredentialRequestInfo
CredentialDeferredParseResponse. getInfo()
Get information about the credential request bound to the transaction ID.CredentialRequestInfo
CredentialSingleParseResponse. getInfo()
Get information about the credential request.CredentialRequestInfo
CredentialRequestInfo. setBindingKey(String bindingKey)
Set the binding key specified by the proof in the credential request.CredentialRequestInfo
CredentialRequestInfo. setBindingKeys(String[] bindingKeys)
Set the binding keys specified by the proofs in the credential request.CredentialRequestInfo
CredentialRequestInfo. setDetails(String details)
Set the details of the credential request.CredentialRequestInfo
CredentialRequestInfo. setFormat(String format)
Set the value of theformat
parameter in the credential request.CredentialRequestInfo
CredentialRequestInfo. setIdentifier(String identifier)
Set the identifier of the credential request.Methods in com.authlete.common.dto with parameters of type CredentialRequestInfo Modifier and Type Method Description CredentialBatchParseResponse
CredentialBatchParseResponse. setInfo(CredentialRequestInfo[] info)
Set information about the credential requests in the batch credential request.CredentialDeferredParseResponse
CredentialDeferredParseResponse. setInfo(CredentialRequestInfo info)
Set information about the credential request bound to the transaction ID.CredentialSingleParseResponse
CredentialSingleParseResponse. setInfo(CredentialRequestInfo info)
Set information about the credential request.
-