Package se.swedenconnect.bankid.rpapi.types
package se.swedenconnect.bankid.rpapi.types
Java classes representing the types defined in the BankID Relying Party API.
-
ClassDescriptionException class for error concerning the communication between the RP and the backend service.Representation of the response received from a collect call.Represents the status field values.Represents the completion data for completed orders.Represents the device field of the completion data.Information about extra verifications that were part of the transaction.Represents the user field of the completion data.An enumeration for all error codes, both those received as
hintCode
in collect responses and and aserrorCode
in error responses.Representation of an error response message.Represents an order response, i.e., the response message received from an auth or sign request.An enumeration representing thehintCode
passed in a collect response when the status is pending.Represents the structure in which a relying party can define how an authentication or signature process should be performed.Represents a requirement for which type of smart card reader that is required.A class implementing a builder pattern for constructingRequirement
objects.Exception class for when the user cancels an operation.