Index

A B C D E F G H I J M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ALREADY_IN_PROGRESS - Enum constant in enum class dev.eidentification.bankid.client.model.enums.ErrorCode
statusAlreadyInProgress is the hint for a order where an auth or sign request with personal number was sent, but an order for the user is already in progress.
apply(HttpResponse.ResponseInfo) - Method in class dev.eidentification.bankid.internal.http.JsonBodyHandler
Returns a BodySubscriber.
authenticate(AuthenticationRequest) - Method in class dev.eidentification.bankid.BankId
Initiates an authentication order.
authenticateAsync(AuthenticationRequest) - Method in class dev.eidentification.bankid.BankId
Initiates an authentication order asynchronous.
AuthenticateResponse - Class in dev.eidentification.bankid.client.response
This is the final response class for Authentication extending from the OrderResponse base class.
AuthenticateResponse(String, String, String, String) - Constructor for class dev.eidentification.bankid.client.response.AuthenticateResponse
Creates an instance of AuthenticateResponse.
AuthenticationRequest - Record Class in dev.eidentification.bankid.client.request
Represents an authentication request.
AuthenticationRequest(String, Requirement, UserVisibleData, UserNonVisibleData, VisibleDataFormat) - Constructor for record class dev.eidentification.bankid.client.request.AuthenticationRequest
AuthenticationRequest constructor.
AuthenticationRequest.AuthenticationRequestBuilder - Class in dev.eidentification.bankid.client.request
 
autoStartToken - Variable in class dev.eidentification.bankid.client.response.OrderResponse
Used to compile the start url.

B

BankId - Class in dev.eidentification.bankid
The BankId class provides methods to initiate and process BankID authentication and signing orders.
BankIdApiErrorException - Exception Class in dev.eidentification.bankid.exceptions
BankIdApiErrorException is a subclass of BankIdException that represents an error encountered from the BankId API.
BankIdApiUnexpectedResponseException - Exception Class in dev.eidentification.bankid.exceptions
This class represents a specific exception to be used when an unexpected API response is received in the interaction with the BankId system.
BankIdException - Exception Class in dev.eidentification.bankid.exceptions
The BankIdException class represents a generic exception that can be thrown during interactions with the BankId system.
BankIdException(String) - Constructor for exception class dev.eidentification.bankid.exceptions.BankIdException
 
BankIdException(String, Throwable) - Constructor for exception class dev.eidentification.bankid.exceptions.BankIdException
 
BankIdException(Throwable) - Constructor for exception class dev.eidentification.bankid.exceptions.BankIdException
 
bankIdIssueDate() - Method in record class dev.eidentification.bankid.client.model.CompletionData
Returns the value of the bankIdIssueDate record component.
BankIdRequirementException - Exception Class in dev.eidentification.bankid.exceptions
BankIdRequirementException is a subclass of BankIdException that represents an exception thrown when there is a requirement violation.
BankIdRequirementException(String) - Constructor for exception class dev.eidentification.bankid.exceptions.BankIdRequirementException
 
baseURL() - Method in record class dev.eidentification.bankid.configuration.Configuration
Returns the value of the baseURL record component.
baseURL(String) - Method in class dev.eidentification.bankid.configuration.Configuration.ConfigurationBuilder
Sets the base url for the ConfigurationBuilder.
build() - Method in class dev.eidentification.bankid.client.model.PhoneRequirement.PhoneRequirementBuilder
Creates the PhoneRequirement record using the current state of the builder.
build() - Method in class dev.eidentification.bankid.client.model.Requirement.RequirementBuilder
Builds a Requirement object based on the set parameters.
build() - Method in class dev.eidentification.bankid.client.request.AuthenticationRequest.AuthenticationRequestBuilder
Builds an AuthenticationRequest object with the provided parameters.
build() - Method in class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest.PhoneAuthenticationRequestBuilder
build() - Method in class dev.eidentification.bankid.client.request.PhoneSignRequest.PhoneSignRequestBuilder
build() - Method in class dev.eidentification.bankid.client.request.SignRequest.SignRequestBuilder
Builds a SignRequest.
build() - Method in class dev.eidentification.bankid.configuration.Configuration.ConfigurationBuilder
Builds a Configuration.
builder() - Static method in record class dev.eidentification.bankid.client.model.PhoneRequirement
Creates a new instance of PhoneRequirementBuilder.
builder() - Static method in record class dev.eidentification.bankid.client.model.Requirement
Returns a new instance of RequirementBuilder.
builder() - Static method in record class dev.eidentification.bankid.client.request.AuthenticationRequest
Creates a new instance of AuthenticationRequestBuilder.
builder() - Static method in record class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest
 
builder() - Static method in record class dev.eidentification.bankid.client.request.PhoneSignRequest
 
builder() - Static method in record class dev.eidentification.bankid.client.request.SignRequest
 
builder() - Static method in record class dev.eidentification.bankid.configuration.Configuration
 

C

callInitiator() - Method in record class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest
Returns the value of the callInitiator record component.
callInitiator() - Method in record class dev.eidentification.bankid.client.request.PhoneSignRequest
Returns the value of the callInitiator record component.
callInitiator(CallInitiator) - Method in class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest.PhoneAuthenticationRequestBuilder
Sets the call initiator for the PhoneAuthenticationRequestBuilder.
callInitiator(CallInitiator) - Method in class dev.eidentification.bankid.client.request.PhoneSignRequest.PhoneSignRequestBuilder
Sets the call initiator for the PhoneSignRequestBuilder.
CallInitiator - Enum Class in dev.eidentification.bankid.client.model.enums
CallInitiator is an enumeration representing the possible call initiators in a phone authentication order.
CallInitiatorSerializer - Class in dev.eidentification.bankid.client.model.serializer
 
cancel(CancelRequest) - Method in class dev.eidentification.bankid.BankId
Cancels an ongoing sign or auth order.
cancelAsync(CancelRequest) - Method in class dev.eidentification.bankid.BankId
Cancels an ongoing sign or auth order.
CANCELLED - Enum constant in enum class dev.eidentification.bankid.client.model.enums.HintCode
The order was cancelled.
CancelRequest - Record Class in dev.eidentification.bankid.client.request
Request to cancel an ongoing sign or auth order.
CancelRequest(String) - Constructor for record class dev.eidentification.bankid.client.request.CancelRequest
Creates a CancelRequest.
CancelResponse - Class in dev.eidentification.bankid.client.response
Represents a response from cancelling an ongoing sign or auth order.
CancelResponse() - Constructor for class dev.eidentification.bankid.client.response.CancelResponse
 
cardReader() - Method in record class dev.eidentification.bankid.client.model.PhoneRequirement
Returns the value of the cardReader record component.
cardReader() - Method in record class dev.eidentification.bankid.client.model.Requirement
Returns the value of the cardReader record component.
cardReader(CardReader) - Method in class dev.eidentification.bankid.client.model.PhoneRequirement.PhoneRequirementBuilder
Set the cardReader parameter for the PhoneRequirement record.
cardReader(CardReader) - Method in class dev.eidentification.bankid.client.model.Requirement.RequirementBuilder
Sets the card reader requirement for the signature.
CardReader - Enum Class in dev.eidentification.bankid.client.model.enums
 
CardReaderSerializer - Class in dev.eidentification.bankid.client.model.serializer
 
certificate() - Method in record class dev.eidentification.bankid.configuration.Configuration
Returns the value of the certificate record component.
certificate(InputStream) - Method in class dev.eidentification.bankid.configuration.Configuration.ConfigurationBuilder
Sets the personal number for the ConfigurationBuilder.
CERTIFICATE_ERROR - Enum constant in enum class dev.eidentification.bankid.client.model.enums.HintCode
This error is returned if:
certificatePolicies() - Method in record class dev.eidentification.bankid.client.model.PhoneRequirement
Returns the value of the certificatePolicies record component.
certificatePolicies() - Method in record class dev.eidentification.bankid.client.model.Requirement
Returns the value of the certificatePolicies record component.
certificatePolicies(String) - Method in class dev.eidentification.bankid.client.model.PhoneRequirement.PhoneRequirementBuilder
Set the certificatePolicies parameter for the PhoneRequirement record.
certificatePolicies(String) - Method in class dev.eidentification.bankid.client.model.Requirement.RequirementBuilder
Sets the certificate policies requirement for the signature.
CLASS1 - Enum constant in enum class dev.eidentification.bankid.client.model.enums.CardReader
The transaction must be performed using a card reader where the PIN code is entered on a computer keyboard, or a card reader of higher class.
CLASS2 - Enum constant in enum class dev.eidentification.bankid.client.model.enums.CardReader
The transaction must be performed using a card reader where the PIN code is entered on the reader, or a reader of higher class.
Client - Class in dev.eidentification.bankid.internal.http
 
code() - Method in record class dev.eidentification.bankid.client.model.ErrorType
Returns the value of the code record component.
code() - Method in record class dev.eidentification.bankid.client.model.HintType
Returns the value of the code record component.
codeValue() - Method in record class dev.eidentification.bankid.client.model.ErrorType
Returns the value of the codeValue record component.
codeValue() - Method in record class dev.eidentification.bankid.client.model.HintType
Returns the value of the codeValue record component.
collect(CollectRequest) - Method in class dev.eidentification.bankid.BankId
Collects the result of a sign or auth order suing the orderRef as reference.
collectAsync(CollectRequest) - Method in class dev.eidentification.bankid.BankId
Collects the result of a sign or auth order suing the orderRef as reference asynchronous.
CollectRequest - Record Class in dev.eidentification.bankid.client.request
Request to collect the result of a sign or auth order using orderRef as reference.
CollectRequest(String) - Constructor for record class dev.eidentification.bankid.client.request.CollectRequest
Creates a CollectRequest.
CollectResponse - Class in dev.eidentification.bankid.client.response
Represents the response of a collect operation.
CollectResponse(String, Status, HintType, CompletionData) - Constructor for class dev.eidentification.bankid.client.response.CollectResponse
 
COMPLETE - Enum constant in enum class dev.eidentification.bankid.client.model.enums.Status
The order is complete.
CompletionData - Record Class in dev.eidentification.bankid.client.model
A final state when an order is successful.
CompletionData(User, Device, LocalDate, boolean, String, String) - Constructor for record class dev.eidentification.bankid.client.model.CompletionData
Creates an instance of a CompletionData record class.
Configuration - Record Class in dev.eidentification.bankid.configuration
This record encapsulates the configuration required for a BankId client.
Configuration(String, Pkcs12, InputStream) - Constructor for record class dev.eidentification.bankid.configuration.Configuration
Creates an instance of a Configuration record class.
Configuration.ConfigurationBuilder - Class in dev.eidentification.bankid.configuration
 
ConfigurationBuilder() - Constructor for class dev.eidentification.bankid.configuration.Configuration.ConfigurationBuilder
 
content - Variable in class dev.eidentification.bankid.client.model.VisibleData
 

D

deserialize(JsonParser, DeserializationContext) - Method in class dev.eidentification.bankid.client.model.serializer.ErrorTypeSerializer
 
deserialize(JsonParser, DeserializationContext) - Method in class dev.eidentification.bankid.client.model.serializer.HintTypeSerializer
 
deserialize(JsonParser, DeserializationContext) - Method in class dev.eidentification.bankid.client.model.serializer.StatusSerializer
 
details() - Method in record class dev.eidentification.bankid.client.response.ErrorResponse
Returns the value of the details record component.
dev.eidentification.bankid - module dev.eidentification.bankid
The module "dev.eidentification.bankid" is responsible for managing integrations with the BankID service.
dev.eidentification.bankid - package dev.eidentification.bankid
 
dev.eidentification.bankid.client.model - package dev.eidentification.bankid.client.model
 
dev.eidentification.bankid.client.model.enums - package dev.eidentification.bankid.client.model.enums
 
dev.eidentification.bankid.client.model.serializer - package dev.eidentification.bankid.client.model.serializer
 
dev.eidentification.bankid.client.request - package dev.eidentification.bankid.client.request
 
dev.eidentification.bankid.client.response - package dev.eidentification.bankid.client.response
 
dev.eidentification.bankid.client.utils - package dev.eidentification.bankid.client.utils
 
dev.eidentification.bankid.configuration - package dev.eidentification.bankid.configuration
 
dev.eidentification.bankid.exceptions - package dev.eidentification.bankid.exceptions
 
dev.eidentification.bankid.internal - package dev.eidentification.bankid.internal
 
dev.eidentification.bankid.internal.annotations - package dev.eidentification.bankid.internal.annotations
 
dev.eidentification.bankid.internal.http - package dev.eidentification.bankid.internal.http
 
dev.eidentification.bankid.internal.ssl - package dev.eidentification.bankid.internal.ssl
 
device() - Method in record class dev.eidentification.bankid.client.model.CompletionData
Returns the value of the device record component.
Device - Record Class in dev.eidentification.bankid.client.model
Information related to the device.
Device(String, String) - Constructor for record class dev.eidentification.bankid.client.model.Device
Creates an instance of a Device record class.

E

endUserIp() - Method in record class dev.eidentification.bankid.client.request.AuthenticationRequest
Returns the value of the endUserIp record component.
endUserIp() - Method in record class dev.eidentification.bankid.client.request.SignRequest
Returns the value of the endUserIp record component.
endUserIp(String) - Method in class dev.eidentification.bankid.client.request.AuthenticationRequest.AuthenticationRequestBuilder
Sets the end user IP address for the authentication request.
endUserIp(String) - Method in class dev.eidentification.bankid.client.request.SignRequest.SignRequestBuilder
Sets the end user IP address for the SignRequest.
equals(Object) - Method in record class dev.eidentification.bankid.client.model.CompletionData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.eidentification.bankid.client.model.Device
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.eidentification.bankid.client.model.ErrorType
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.eidentification.bankid.client.model.HintType
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.eidentification.bankid.client.model.PhoneRequirement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.eidentification.bankid.client.model.Requirement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.eidentification.bankid.client.model.User
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.eidentification.bankid.client.request.AuthenticationRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.eidentification.bankid.client.request.CancelRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.eidentification.bankid.client.request.CollectRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.eidentification.bankid.client.request.PhoneSignRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.eidentification.bankid.client.request.SignRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class dev.eidentification.bankid.client.response.CollectResponse
 
equals(Object) - Method in record class dev.eidentification.bankid.client.response.ErrorResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class dev.eidentification.bankid.client.response.OrderResponse
 
equals(Object) - Method in class dev.eidentification.bankid.client.response.PhoneOrderResponse
 
equals(Object) - Method in record class dev.eidentification.bankid.configuration.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.eidentification.bankid.configuration.Pkcs12
Indicates whether some other object is "equal to" this one.
error() - Method in record class dev.eidentification.bankid.client.response.ErrorResponse
Returns the value of the error record component.
ErrorCode - Enum Class in dev.eidentification.bankid.client.model.enums
Enumeration for representing various error codes that might be encountered from the BankID API.
ErrorResponse - Record Class in dev.eidentification.bankid.client.response
The ErrorResponse class is a record that represents an error response from the BankID API.
ErrorResponse(ErrorType, String) - Constructor for record class dev.eidentification.bankid.client.response.ErrorResponse
Creates an instance of a ErrorResponse record class.
ErrorType - Record Class in dev.eidentification.bankid.client.model
 
ErrorType(String, ErrorCode) - Constructor for record class dev.eidentification.bankid.client.model.ErrorType
Creates an instance of a ErrorType record class.
ErrorTypeSerializer - Class in dev.eidentification.bankid.client.model.serializer
 
EXPIRED_TRANSACTION - Enum constant in enum class dev.eidentification.bankid.client.model.enums.HintCode
The order has expired.

F

FAILED - Enum constant in enum class dev.eidentification.bankid.client.model.enums.Status
Something went wrong with the order.

G

getAutoStartToken() - Method in class dev.eidentification.bankid.client.response.OrderResponse
 
getCallInitiatorValue() - Method in enum class dev.eidentification.bankid.client.model.enums.CallInitiator
 
getCode() - Method in enum class dev.eidentification.bankid.client.model.enums.CardReader
 
getCode() - Method in enum class dev.eidentification.bankid.client.model.enums.ErrorCode
 
getCode() - Method in enum class dev.eidentification.bankid.client.model.enums.HintCode
 
getCode() - Method in enum class dev.eidentification.bankid.client.model.enums.Status
 
getCompletionData() - Method in class dev.eidentification.bankid.client.response.CollectResponse
 
getContent() - Method in class dev.eidentification.bankid.client.model.VisibleData
 
getFormat() - Method in enum class dev.eidentification.bankid.client.model.enums.VisibleDataFormat
 
getHint() - Method in class dev.eidentification.bankid.client.response.CollectResponse
 
getOrderRef() - Method in class dev.eidentification.bankid.client.response.CollectResponse
 
getOrderRef() - Method in class dev.eidentification.bankid.client.response.OrderResponse
 
getOrderRef() - Method in class dev.eidentification.bankid.client.response.PhoneOrderResponse
 
getQrStartSecret() - Method in class dev.eidentification.bankid.client.response.OrderResponse
 
getQrStartToken() - Method in class dev.eidentification.bankid.client.response.OrderResponse
 
getResponse() - Method in exception class dev.eidentification.bankid.exceptions.BankIdApiErrorException
Retrieves the error response associated with the BankIdApiErrorException.
getResponseBody() - Method in exception class dev.eidentification.bankid.exceptions.BankIdApiUnexpectedResponseException
Retrieves the response body associated with the exception.
getResponseInfo() - Method in exception class dev.eidentification.bankid.exceptions.BankIdApiUnexpectedResponseException
Retrieves the response information associated with an exception thrown during interaction with the BankId system.
getStatus() - Method in class dev.eidentification.bankid.client.response.CollectResponse
 
getUri() - Method in record class dev.eidentification.bankid.client.request.AuthenticationRequest
Returns the URI of the authentication request.
getUri() - Method in record class dev.eidentification.bankid.client.request.CancelRequest
 
getUri() - Method in record class dev.eidentification.bankid.client.request.CollectRequest
 
getUri() - Method in record class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest
 
getUri() - Method in record class dev.eidentification.bankid.client.request.PhoneSignRequest
 
getUri() - Method in interface dev.eidentification.bankid.client.request.Request
Returns the URI associated with the request.
getUri() - Method in record class dev.eidentification.bankid.client.request.SignRequest
 
givenName() - Method in record class dev.eidentification.bankid.client.model.User
Returns the value of the givenName record component.

H

hashCode() - Method in record class dev.eidentification.bankid.client.model.CompletionData
Returns a hash code value for this object.
hashCode() - Method in record class dev.eidentification.bankid.client.model.Device
Returns a hash code value for this object.
hashCode() - Method in record class dev.eidentification.bankid.client.model.ErrorType
Returns a hash code value for this object.
hashCode() - Method in record class dev.eidentification.bankid.client.model.HintType
Returns a hash code value for this object.
hashCode() - Method in record class dev.eidentification.bankid.client.model.PhoneRequirement
Returns a hash code value for this object.
hashCode() - Method in record class dev.eidentification.bankid.client.model.Requirement
Returns a hash code value for this object.
hashCode() - Method in record class dev.eidentification.bankid.client.model.User
Returns a hash code value for this object.
hashCode() - Method in record class dev.eidentification.bankid.client.request.AuthenticationRequest
Returns a hash code value for this object.
hashCode() - Method in record class dev.eidentification.bankid.client.request.CancelRequest
Returns a hash code value for this object.
hashCode() - Method in record class dev.eidentification.bankid.client.request.CollectRequest
Returns a hash code value for this object.
hashCode() - Method in record class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest
Returns a hash code value for this object.
hashCode() - Method in record class dev.eidentification.bankid.client.request.PhoneSignRequest
Returns a hash code value for this object.
hashCode() - Method in record class dev.eidentification.bankid.client.request.SignRequest
Returns a hash code value for this object.
hashCode() - Method in class dev.eidentification.bankid.client.response.CollectResponse
 
hashCode() - Method in record class dev.eidentification.bankid.client.response.ErrorResponse
Returns a hash code value for this object.
hashCode() - Method in class dev.eidentification.bankid.client.response.OrderResponse
 
hashCode() - Method in class dev.eidentification.bankid.client.response.PhoneOrderResponse
 
hashCode() - Method in record class dev.eidentification.bankid.configuration.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class dev.eidentification.bankid.configuration.Pkcs12
Returns a hash code value for this object.
HintCode - Enum Class in dev.eidentification.bankid.client.model.enums
Enumeration for representing various hint codes that might be encountered from the BankID API.
HintType - Record Class in dev.eidentification.bankid.client.model
Represents a hint type that might be encountered from the BankID API.
HintType(String, HintCode) - Constructor for record class dev.eidentification.bankid.client.model.HintType
Creates an instance of a HintType record class.
HintTypeSerializer - Class in dev.eidentification.bankid.client.model.serializer
 

I

inputStream() - Method in record class dev.eidentification.bankid.configuration.Pkcs12
Returns the value of the inputStream record component.
Internal - Annotation Interface in dev.eidentification.bankid.internal.annotations
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.
INTERNAL_SERVER_ERROR - Enum constant in enum class dev.eidentification.bankid.client.model.enums.ErrorCode
Internal technical error in the BankID system.
INVALID_PARAMETERS - Enum constant in enum class dev.eidentification.bankid.client.model.enums.ErrorCode
hint for a request with invalid parameters.
ipAddress() - Method in record class dev.eidentification.bankid.client.model.Device
Returns the value of the ipAddress record component.

J

JsonBodyHandler<R,E> - Class in dev.eidentification.bankid.internal.http
 
justification() - Element in annotation interface dev.eidentification.bankid.SuppressFBWarnings
Reason why the warning is suppressed.

M

MAINTENANCE - Enum constant in enum class dev.eidentification.bankid.client.model.enums.ErrorCode
The service is temporarily unavailable.
METHOD_NOT_ALLOWED - Enum constant in enum class dev.eidentification.bankid.client.model.enums.ErrorCode
Only http method POST is allowed.

N

name() - Method in record class dev.eidentification.bankid.client.model.User
Returns the value of the name record component.
NO_CLIENT - Enum constant in enum class dev.eidentification.bankid.client.model.enums.HintCode
Order is pending.
nonNull(T, Supplier<String>) - Static method in class dev.eidentification.bankid.internal.Precondition
Checks if the provided subject is not null.
NOT_FOUND - Enum constant in enum class dev.eidentification.bankid.client.model.enums.ErrorCode
An erroneous URL inputStream was used.

O

ocspResponse() - Method in record class dev.eidentification.bankid.client.model.CompletionData
Returns the value of the ocspResponse record component.
of(ErrorResponse) - Static method in exception class dev.eidentification.bankid.exceptions.BankIdApiErrorException
 
of(Configuration) - Static method in class dev.eidentification.bankid.BankId
Returns a BankId with the given configuration.
of(Configuration) - Static method in class dev.eidentification.bankid.internal.http.Client
Returns a Client with the given configuration.
of(InputStream, String) - Static method in record class dev.eidentification.bankid.configuration.Pkcs12
 
of(String) - Static method in enum class dev.eidentification.bankid.client.model.enums.ErrorCode
 
of(String) - Static method in enum class dev.eidentification.bankid.client.model.enums.HintCode
 
of(String) - Static method in enum class dev.eidentification.bankid.client.model.enums.Status
 
of(String) - Static method in class dev.eidentification.bankid.client.model.UserNonVisibleData
Creates an instance of UserNonVisibleData with the given content.
of(String) - Static method in class dev.eidentification.bankid.client.model.UserVisibleData
Creates an instance of UserVisibleData with the given content.
of(String, ErrorCode) - Static method in record class dev.eidentification.bankid.client.model.ErrorType
 
of(String, HintCode) - Static method in record class dev.eidentification.bankid.client.model.HintType
 
of(String, Pkcs12, InputStream) - Static method in record class dev.eidentification.bankid.configuration.Configuration
Creates a new Configuration object with the provided base URL, PKCS12 information, and certificate.
of(HttpResponse.ResponseInfo, String, Throwable) - Static method in exception class dev.eidentification.bankid.exceptions.BankIdApiUnexpectedResponseException
Creates a new instance of BankIdApiUnexpectedResponseException.
optionalUriFrom(String) - Static method in class dev.eidentification.bankid.client.utils.ResourceUtils
Retrieves an optional input stream from the given resource name.
orderRef - Variable in class dev.eidentification.bankid.client.response.OrderResponse
Used to collect the status of the order.
orderRef - Variable in class dev.eidentification.bankid.client.response.PhoneOrderResponse
Used to collect the status of the order.
orderRef() - Method in record class dev.eidentification.bankid.client.request.CancelRequest
Returns the value of the orderRef record component.
orderRef() - Method in record class dev.eidentification.bankid.client.request.CollectRequest
Returns the value of the orderRef record component.
OrderResponse - Class in dev.eidentification.bankid.client.response
The abstract class representing the response from an order request.
OUTSTANDING_TRANSACTION - Enum constant in enum class dev.eidentification.bankid.client.model.enums.HintCode
Order is pending.

P

password() - Method in record class dev.eidentification.bankid.configuration.Pkcs12
Returns the value of the password record component.
PENDING - Enum constant in enum class dev.eidentification.bankid.client.model.enums.Status
The order is being processed.
personalNumber() - Method in record class dev.eidentification.bankid.client.model.Requirement
Returns the value of the personalNumber record component.
personalNumber() - Method in record class dev.eidentification.bankid.client.model.User
Returns the value of the personalNumber record component.
personalNumber() - Method in record class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest
Returns the value of the personalNumber record component.
personalNumber() - Method in record class dev.eidentification.bankid.client.request.PhoneSignRequest
Returns the value of the personalNumber record component.
personalNumber(String) - Method in class dev.eidentification.bankid.client.model.Requirement.RequirementBuilder
Sets the personal number requirement for the signature.
personalNumber(String) - Method in class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest.PhoneAuthenticationRequestBuilder
Sets the personal number for the PhoneAuthenticationRequestBuilder.
personalNumber(String) - Method in class dev.eidentification.bankid.client.request.PhoneSignRequest.PhoneSignRequestBuilder
Sets the personal number for the PhoneSignRequestBuilder.
phoneAuthenticate(PhoneAuthenticationRequest) - Method in class dev.eidentification.bankid.BankId
Initiates an authentication order when the user is talking to the RP over the phone.
phoneAuthenticateAsync(PhoneAuthenticationRequest) - Method in class dev.eidentification.bankid.BankId
Initiates an authentication order asynchronous when the user is talking to the RP over the phone.
PhoneAuthenticateResponse - Class in dev.eidentification.bankid.client.response
Represents the response from a phone authentication order.
PhoneAuthenticationRequest - Record Class in dev.eidentification.bankid.client.request
Request to initiates an authentication order when the user is talking to the RP over the phone.
PhoneAuthenticationRequest(String, CallInitiator, PhoneRequirement, UserVisibleData, UserNonVisibleData, VisibleDataFormat) - Constructor for record class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest
PhoneAuthenticationRequest constructor.
PhoneAuthenticationRequest.PhoneAuthenticationRequestBuilder - Class in dev.eidentification.bankid.client.request
PhoneAuthenticationRequestBuilder is a builder class for creating instances of PhoneAuthenticationRequest.
PhoneOrderResponse - Class in dev.eidentification.bankid.client.response
The PhoneOrderResponse class represents the response from a phone order.
PhoneRequirement - Record Class in dev.eidentification.bankid.client.model
RP may use the requirement parameter to describe how a signature must be created and verified.
PhoneRequirement(Boolean, CardReader, String) - Constructor for record class dev.eidentification.bankid.client.model.PhoneRequirement
Creates an instance of a PhoneRequirement record class.
PhoneRequirement.PhoneRequirementBuilder - Class in dev.eidentification.bankid.client.model
This class represents a builder for creating PhoneRequirement objects.
phoneSign(PhoneSignRequest) - Method in class dev.eidentification.bankid.BankId
Initiates a sign order over the phone.
phoneSignAsync(PhoneSignRequest) - Method in class dev.eidentification.bankid.BankId
Initiates a sign order over the phone.
PhoneSignRequest - Record Class in dev.eidentification.bankid.client.request
Request to initiate a sign order when the user is talking to the RP over the phone.
PhoneSignRequest(String, CallInitiator, PhoneRequirement, UserVisibleData, UserNonVisibleData, VisibleDataFormat) - Constructor for record class dev.eidentification.bankid.client.request.PhoneSignRequest
PhoneSignRequest constructor.
PhoneSignRequest.PhoneSignRequestBuilder - Class in dev.eidentification.bankid.client.request
 
PhoneSignResponse - Class in dev.eidentification.bankid.client.response
The PhoneSignResponse class represents the response from a phone sign order.
pinCode() - Method in record class dev.eidentification.bankid.client.model.PhoneRequirement
Returns the value of the pinCode record component.
pinCode() - Method in record class dev.eidentification.bankid.client.model.Requirement
Returns the value of the pinCode record component.
pinCode(Boolean) - Method in class dev.eidentification.bankid.client.model.PhoneRequirement.PhoneRequirementBuilder
Set the pinCode parameter for the PhoneRequirement record.
pinCode(Boolean) - Method in class dev.eidentification.bankid.client.model.Requirement.RequirementBuilder
Sets the pinCode requirement for the signature.
pkcs12() - Method in record class dev.eidentification.bankid.configuration.Configuration
Returns the value of the pkcs12 record component.
pkcs12(Pkcs12) - Method in class dev.eidentification.bankid.configuration.Configuration.ConfigurationBuilder
Sets the personal number for the ConfigurationBuilder.
Pkcs12 - Record Class in dev.eidentification.bankid.configuration
The Pkcs12 class represents a PKCS12 information required for authentication.
Pkcs12(InputStream, String) - Constructor for record class dev.eidentification.bankid.configuration.Pkcs12
Creates an instance of a Pkcs12 record class.
Precondition - Class in dev.eidentification.bankid.internal
 

Q

qrCode(String, String, LocalDateTime) - Static method in class dev.eidentification.bankid.client.utils.QRCodeUtils
Generates a QR code.
QRCodeUtils - Class in dev.eidentification.bankid.client.utils
This class contains utility functions for working with QR codes.
qrStartSecret - Variable in class dev.eidentification.bankid.client.response.OrderResponse
Used to compute the animated QR code.
qrStartToken - Variable in class dev.eidentification.bankid.client.response.OrderResponse
Used to compute the animated QR code.

R

Request - Interface in dev.eidentification.bankid.client.request
 
REQUEST_TIMEOUT - Enum constant in enum class dev.eidentification.bankid.client.model.enums.ErrorCode
It took too long time to transmit the request.
requirement() - Method in record class dev.eidentification.bankid.client.request.AuthenticationRequest
Returns the value of the requirement record component.
requirement() - Method in record class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest
Returns the value of the requirement record component.
requirement() - Method in record class dev.eidentification.bankid.client.request.PhoneSignRequest
Returns the value of the requirement record component.
requirement() - Method in record class dev.eidentification.bankid.client.request.SignRequest
Returns the value of the requirement record component.
requirement(PhoneRequirement) - Method in class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest.PhoneAuthenticationRequestBuilder
Sets the requirement for phone authentication.
requirement(PhoneRequirement) - Method in class dev.eidentification.bankid.client.request.PhoneSignRequest.PhoneSignRequestBuilder
Sets the requirement for the PhoneSignRequestBuilder.
requirement(Requirement) - Method in class dev.eidentification.bankid.client.request.AuthenticationRequest.AuthenticationRequestBuilder
Sets the requirement for the authentication request.
requirement(Requirement) - Method in class dev.eidentification.bankid.client.request.SignRequest.SignRequestBuilder
Sets the requirement for the SignRequest.
Requirement - Record Class in dev.eidentification.bankid.client.model
RP may use the requirement parameter to describe how a signature must be created and verified.
Requirement(Boolean, CardReader, String, String) - Constructor for record class dev.eidentification.bankid.client.model.Requirement
Creates an instance of a Requirement record class.
Requirement.RequirementBuilder - Class in dev.eidentification.bankid.client.model
A builder class for creating Requirement objects.
ResourceUtils - Class in dev.eidentification.bankid.client.utils
 
Response - Interface in dev.eidentification.bankid.client.response
 
ResponseWrapper<R> - Interface in dev.eidentification.bankid.internal.http
 
RP - Enum constant in enum class dev.eidentification.bankid.client.model.enums.CallInitiator
 

S

sendRequest(Request, Class<R>) - Method in class dev.eidentification.bankid.internal.http.Client
Sends the given request synchronously using the HTTP client and returns the response of the specified class.
sendRequestAsync(Request, Class<R>) - Method in class dev.eidentification.bankid.internal.http.Client
Sends the given request asynchronously using this client with the given response class.
serialize(CallInitiator, JsonGenerator, SerializerProvider) - Method in class dev.eidentification.bankid.client.model.serializer.CallInitiatorSerializer
 
serialize(CardReader, JsonGenerator, SerializerProvider) - Method in class dev.eidentification.bankid.client.model.serializer.CardReaderSerializer
 
serialize(VisibleDataFormat, JsonGenerator, SerializerProvider) - Method in class dev.eidentification.bankid.client.model.serializer.VisibleDataFormatSerializer
 
serialize(VisibleData, JsonGenerator, SerializerProvider) - Method in class dev.eidentification.bankid.client.model.serializer.VisibleDataSerializer
 
sign(SignRequest) - Method in class dev.eidentification.bankid.BankId
Initiates a sign order.
signAsync(SignRequest) - Method in class dev.eidentification.bankid.BankId
Initiates a sign order asynchronous.
signature() - Method in record class dev.eidentification.bankid.client.model.CompletionData
Returns the value of the signature record component.
SignRequest - Record Class in dev.eidentification.bankid.client.request
Request to initiates a signing order.
SignRequest(String, Requirement, UserVisibleData, UserNonVisibleData, VisibleDataFormat) - Constructor for record class dev.eidentification.bankid.client.request.SignRequest
SignRequest constructor.
SignRequest.SignRequestBuilder - Class in dev.eidentification.bankid.client.request
 
SignResponse - Class in dev.eidentification.bankid.client.response
Represents a sign response.
SignResponse(String, String, String, String) - Constructor for class dev.eidentification.bankid.client.response.SignResponse
 
SIMPLE_MARKDOWN_V1 - Enum constant in enum class dev.eidentification.bankid.client.model.enums.VisibleDataFormat
 
SslUtils - Class in dev.eidentification.bankid.internal.ssl
 
START_FAILED - Enum constant in enum class dev.eidentification.bankid.client.model.enums.HintCode
The user did not provide their ID or the client did not launch within a certain time limit.
STARTED - Enum constant in enum class dev.eidentification.bankid.client.model.enums.HintCode
Order is pending.
Status - Enum Class in dev.eidentification.bankid.client.model.enums
Represents the status of an order.
STATUS_COMPLETE - Enum constant in enum class dev.eidentification.bankid.client.model.enums.ErrorCode
status of a complete order.
STATUS_FAILED - Enum constant in enum class dev.eidentification.bankid.client.model.enums.ErrorCode
status of a failed order.
STATUS_PENDING - Enum constant in enum class dev.eidentification.bankid.client.model.enums.ErrorCode
status of a pending order.
StatusSerializer - Class in dev.eidentification.bankid.client.model.serializer
 
stepUp() - Method in record class dev.eidentification.bankid.client.model.CompletionData
Returns the value of the stepUp record component.
SuppressFBWarnings - Annotation Interface in dev.eidentification.bankid
The SuppressFBWarnings annotation located at com.github.spotbugs.annotations isn't compatible with JPMS and Gradle
surname() - Method in record class dev.eidentification.bankid.client.model.User
Returns the value of the surname record component.

T

toString() - Method in record class dev.eidentification.bankid.client.model.CompletionData
Returns a string representation of this record class.
toString() - Method in record class dev.eidentification.bankid.client.model.Device
Returns a string representation of this record class.
toString() - Method in record class dev.eidentification.bankid.client.model.ErrorType
Returns a string representation of this record class.
toString() - Method in record class dev.eidentification.bankid.client.model.HintType
Returns a string representation of this record class.
toString() - Method in class dev.eidentification.bankid.client.model.PhoneRequirement.PhoneRequirementBuilder
 
toString() - Method in record class dev.eidentification.bankid.client.model.PhoneRequirement
Returns a string representation of this record class.
toString() - Method in class dev.eidentification.bankid.client.model.Requirement.RequirementBuilder
 
toString() - Method in record class dev.eidentification.bankid.client.model.Requirement
Returns a string representation of this record class.
toString() - Method in record class dev.eidentification.bankid.client.model.User
Returns a string representation of this record class.
toString() - Method in class dev.eidentification.bankid.client.model.UserNonVisibleData
 
toString() - Method in class dev.eidentification.bankid.client.model.UserVisibleData
 
toString() - Method in class dev.eidentification.bankid.client.model.VisibleData
 
toString() - Method in class dev.eidentification.bankid.client.request.AuthenticationRequest.AuthenticationRequestBuilder
 
toString() - Method in record class dev.eidentification.bankid.client.request.AuthenticationRequest
Returns a string representation of this record class.
toString() - Method in record class dev.eidentification.bankid.client.request.CancelRequest
Returns a string representation of this record class.
toString() - Method in record class dev.eidentification.bankid.client.request.CollectRequest
Returns a string representation of this record class.
toString() - Method in class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest.PhoneAuthenticationRequestBuilder
 
toString() - Method in record class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest
Returns a string representation of this record class.
toString() - Method in class dev.eidentification.bankid.client.request.PhoneSignRequest.PhoneSignRequestBuilder
 
toString() - Method in record class dev.eidentification.bankid.client.request.PhoneSignRequest
Returns a string representation of this record class.
toString() - Method in class dev.eidentification.bankid.client.request.SignRequest.SignRequestBuilder
 
toString() - Method in record class dev.eidentification.bankid.client.request.SignRequest
Returns a string representation of this record class.
toString() - Method in class dev.eidentification.bankid.client.response.AuthenticateResponse
 
toString() - Method in class dev.eidentification.bankid.client.response.CancelResponse
 
toString() - Method in class dev.eidentification.bankid.client.response.CollectResponse
 
toString() - Method in record class dev.eidentification.bankid.client.response.ErrorResponse
Returns a string representation of this record class.
toString() - Method in class dev.eidentification.bankid.client.response.OrderResponse
 
toString() - Method in class dev.eidentification.bankid.client.response.PhoneAuthenticateResponse
 
toString() - Method in class dev.eidentification.bankid.client.response.PhoneOrderResponse
 
toString() - Method in class dev.eidentification.bankid.client.response.PhoneSignResponse
 
toString() - Method in class dev.eidentification.bankid.client.response.SignResponse
 
toString() - Method in record class dev.eidentification.bankid.configuration.Configuration
Returns a string representation of this record class.
toString() - Method in record class dev.eidentification.bankid.configuration.Pkcs12
Returns a string representation of this record class.
tryCreateKeyManager(InputStream, String) - Static method in class dev.eidentification.bankid.internal.ssl.SslUtils
 
tryCreateSSLContext(KeyManagerFactory, TrustManagerFactory) - Static method in class dev.eidentification.bankid.internal.ssl.SslUtils
 
tryCreateTrustManager(InputStream) - Static method in class dev.eidentification.bankid.internal.ssl.SslUtils
 
tryInputStreamFrom(String) - Static method in class dev.eidentification.bankid.client.utils.ResourceUtils
Tries to retrieve an input stream from the given resource name.

U

uhi() - Method in record class dev.eidentification.bankid.client.model.Device
Returns the value of the uhi record component.
UNAUTHORIZED - Enum constant in enum class dev.eidentification.bankid.client.model.enums.ErrorCode
RP does not have access to the service.
UNKNOWN - Enum constant in enum class dev.eidentification.bankid.client.model.enums.ErrorCode
New error codes may be introduced without prior notice.
UNKNOWN - Enum constant in enum class dev.eidentification.bankid.client.model.enums.HintCode
New hint code may be introduced without prior notice.
UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class dev.eidentification.bankid.client.model.enums.ErrorCode
Adding a "charset" parameter after 'application/json' is not allowed since the MIME type "application/json" has neither optional nor required parameters.
unwrap() - Method in interface dev.eidentification.bankid.internal.http.ResponseWrapper
 
URL_PRODUCTION - Static variable in record class dev.eidentification.bankid.configuration.Configuration
 
URL_TEST - Static variable in record class dev.eidentification.bankid.configuration.Configuration
 
user() - Method in record class dev.eidentification.bankid.client.model.CompletionData
Returns the value of the user record component.
User - Record Class in dev.eidentification.bankid.client.model
 
User(String, String, String, String) - Constructor for record class dev.eidentification.bankid.client.model.User
Creates an instance of a User record class.
USER - Enum constant in enum class dev.eidentification.bankid.client.model.enums.CallInitiator
 
USER_CALL_CONFIRM - Enum constant in enum class dev.eidentification.bankid.client.model.enums.HintCode
Order is waiting for the user to confirm that they have received this order while in a call with the RP.
USER_CANCEL - Enum constant in enum class dev.eidentification.bankid.client.model.enums.HintCode
The order was cancelled by the user.
USER_DECLINED_CALL - Enum constant in enum class dev.eidentification.bankid.client.model.enums.HintCode
The order was cancelled because the user indicated in the app that they are not in a call with the RP about the order.
USER_MRTD - Enum constant in enum class dev.eidentification.bankid.client.model.enums.HintCode
Order is pending.
USER_SIGN - Enum constant in enum class dev.eidentification.bankid.client.model.enums.HintCode
Order is pending.
userNonVisibleData() - Method in record class dev.eidentification.bankid.client.request.AuthenticationRequest
Returns the value of the userNonVisibleData record component.
userNonVisibleData() - Method in record class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest
Returns the value of the userNonVisibleData record component.
userNonVisibleData() - Method in record class dev.eidentification.bankid.client.request.PhoneSignRequest
Returns the value of the userNonVisibleData record component.
userNonVisibleData() - Method in record class dev.eidentification.bankid.client.request.SignRequest
Returns the value of the userNonVisibleData record component.
userNonVisibleData(UserNonVisibleData) - Method in class dev.eidentification.bankid.client.request.AuthenticationRequest.AuthenticationRequestBuilder
Sets the user non-visible data for the authentication request.
userNonVisibleData(UserNonVisibleData) - Method in class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest.PhoneAuthenticationRequestBuilder
Sets the non-visible data for the user in the PhoneAuthenticationRequestBuilder.
userNonVisibleData(UserNonVisibleData) - Method in class dev.eidentification.bankid.client.request.PhoneSignRequest.PhoneSignRequestBuilder
Sets the user's non-visible data for the PhoneSignRequestBuilder.
userNonVisibleData(UserNonVisibleData) - Method in class dev.eidentification.bankid.client.request.SignRequest.SignRequestBuilder
Sets the user non-visible data for the SignRequest.
UserNonVisibleData - Class in dev.eidentification.bankid.client.model
 
userVisibleData() - Method in record class dev.eidentification.bankid.client.request.AuthenticationRequest
Returns the value of the userVisibleData record component.
userVisibleData() - Method in record class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest
Returns the value of the userVisibleData record component.
userVisibleData() - Method in record class dev.eidentification.bankid.client.request.PhoneSignRequest
Returns the value of the userVisibleData record component.
userVisibleData() - Method in record class dev.eidentification.bankid.client.request.SignRequest
Returns the value of the userVisibleData record component.
userVisibleData(UserVisibleData) - Method in class dev.eidentification.bankid.client.request.AuthenticationRequest.AuthenticationRequestBuilder
Sets the user visible data for the authentication request.
userVisibleData(UserVisibleData) - Method in class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest.PhoneAuthenticationRequestBuilder
Sets the user visible data for the PhoneAuthenticationRequestBuilder.
userVisibleData(UserVisibleData) - Method in class dev.eidentification.bankid.client.request.PhoneSignRequest.PhoneSignRequestBuilder
Sets the user visible data for the PhoneSignRequestBuilder.
userVisibleData(UserVisibleData) - Method in class dev.eidentification.bankid.client.request.SignRequest.SignRequestBuilder
Sets the user visible data for the SignRequest.
UserVisibleData - Class in dev.eidentification.bankid.client.model
 
userVisibleDataFormat() - Method in record class dev.eidentification.bankid.client.request.AuthenticationRequest
Returns the value of the userVisibleDataFormat record component.
userVisibleDataFormat() - Method in record class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest
Returns the value of the userVisibleDataFormat record component.
userVisibleDataFormat() - Method in record class dev.eidentification.bankid.client.request.PhoneSignRequest
Returns the value of the userVisibleDataFormat record component.
userVisibleDataFormat() - Method in record class dev.eidentification.bankid.client.request.SignRequest
Returns the value of the userVisibleDataFormat record component.
userVisibleDataFormat(VisibleDataFormat) - Method in class dev.eidentification.bankid.client.request.AuthenticationRequest.AuthenticationRequestBuilder
Sets the user visible data format for the authentication request.
userVisibleDataFormat(VisibleDataFormat) - Method in class dev.eidentification.bankid.client.request.PhoneAuthenticationRequest.PhoneAuthenticationRequestBuilder
Sets the user visible data format for the PhoneAuthenticationRequestBuilder.
userVisibleDataFormat(VisibleDataFormat) - Method in class dev.eidentification.bankid.client.request.PhoneSignRequest.PhoneSignRequestBuilder
Sets the user visible data format for the PhoneSignRequestBuilder.
userVisibleDataFormat(VisibleDataFormat) - Method in class dev.eidentification.bankid.client.request.SignRequest.SignRequestBuilder
Sets the user visible data format for the SignRequest.

V

value() - Element in annotation interface dev.eidentification.bankid.SuppressFBWarnings
 
valueOf(String) - Static method in enum class dev.eidentification.bankid.client.model.enums.CallInitiator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.eidentification.bankid.client.model.enums.CardReader
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.eidentification.bankid.client.model.enums.ErrorCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.eidentification.bankid.client.model.enums.HintCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.eidentification.bankid.client.model.enums.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.eidentification.bankid.client.model.enums.VisibleDataFormat
Returns the enum constant of this class with the specified name.
values() - Static method in enum class dev.eidentification.bankid.client.model.enums.CallInitiator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.eidentification.bankid.client.model.enums.CardReader
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.eidentification.bankid.client.model.enums.ErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.eidentification.bankid.client.model.enums.HintCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.eidentification.bankid.client.model.enums.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.eidentification.bankid.client.model.enums.VisibleDataFormat
Returns an array containing the constants of this enum class, in the order they are declared.
VisibleData - Class in dev.eidentification.bankid.client.model
 
VisibleData(String) - Constructor for class dev.eidentification.bankid.client.model.VisibleData
 
VisibleDataFormat - Enum Class in dev.eidentification.bankid.client.model.enums
 
VisibleDataFormatSerializer - Class in dev.eidentification.bankid.client.model.serializer
 
VisibleDataSerializer - Class in dev.eidentification.bankid.client.model.serializer
 
A B C D E F G H I J M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form