Uses of Class
se.swedenconnect.bankid.rpapi.service.SignatureRequest
Package
Description
BankID service support, i.e., communication with the BankID server.
Service interfaces for the BankID Relying Party API.
Implementations of the service interfaces for the BankID Relying Party API.
-
Uses of SignatureRequest in se.swedenconnect.bankid.idp.authn.service
Modifier and TypeMethodDescriptionBankIdRequestFactory.createSignRequest
(PollRequest request) Creates a BankID signature request. -
Uses of SignatureRequest in se.swedenconnect.bankid.rpapi.service
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono
<OrderResponse> BankIDClient.sign
(SignatureRequest request) Initiates a signature operation. -
Uses of SignatureRequest in se.swedenconnect.bankid.rpapi.service.impl
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono
<OrderResponse> BankIDClientImpl.sign
(SignatureRequest request) Initiates a signature operation.