All Classes and Interfaces
Class
Description
This is the final response class for Authentication extending from the OrderResponse base class.
Represents an authentication request.
The
BankId
class provides methods to initiate and process BankID authentication and signing orders.BankIdApiErrorException is a subclass of BankIdException that represents an error encountered
from the BankId API.
This class represents a specific exception to be used
when an unexpected API response is received in the interaction
with the BankId system.
The BankIdException class represents a generic exception that can be thrown
during interactions with the BankId system.
BankIdRequirementException is a subclass of BankIdException that represents an exception
thrown when there is a requirement violation.
CallInitiator is an enumeration representing the possible call initiators in a phone authentication order.
Request to cancel an ongoing sign or auth order.
Represents a response from cancelling an ongoing sign or auth order.
Request to collect the result of a sign or auth order using orderRef as reference.
Represents the response of a collect operation.
A final state when an order is successful.
This record encapsulates the configuration required for a BankId client.
Information related to the device.
Enumeration for representing various error codes that might be encountered from the BankID API.
The ErrorResponse class is a record that represents an error response from the BankID API.
Enumeration for representing various hint codes that might be encountered from the BankID API.
Represents a hint type that might be encountered from the BankID API.
Annotates a program element (class, method, package, etc) which is internal to the library, not part of
the public API, and should not be used by users of BankId.
The abstract class representing the response from an order request.
Represents the response from a phone authentication order.
Request to initiates an authentication order when the user is talking to the RP over the phone.
PhoneAuthenticationRequestBuilder is a builder class for creating instances of PhoneAuthenticationRequest.
The PhoneOrderResponse class represents the response from a phone order.
RP may use the requirement parameter to describe how a signature must be created and verified.
This class represents a builder for creating PhoneRequirement objects.
Request to initiate a sign order when the user is talking to the RP over the phone.
The PhoneSignResponse class represents the response from a phone sign order.
The Pkcs12 class represents a PKCS12 information required for authentication.
This class contains utility functions for working with QR codes.
RP may use the requirement parameter to describe how a signature must be created and verified.
A builder class for creating Requirement objects.
Request to initiates a signing order.
Represents a sign response.
Represents the status of an order.
The SuppressFBWarnings annotation located at com.github.spotbugs.annotations isn't compatible with JPMS and Gradle