Uses of Class
se.swedenconnect.bankid.rpapi.service.SignatureRequest
Packages that use 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
Methods in se.swedenconnect.bankid.idp.authn.service that return SignatureRequestModifier and TypeMethodDescriptionBankIdRequestFactory.createSignRequest
(PollRequest request) Creates a BankID signature request. -
Uses of SignatureRequest in se.swedenconnect.bankid.rpapi.service
Methods in se.swedenconnect.bankid.rpapi.service with parameters of type SignatureRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono
<OrderResponse> BankIDClient.sign
(SignatureRequest request) Initiates a signature operation. -
Uses of SignatureRequest in se.swedenconnect.bankid.rpapi.service.impl
Methods in se.swedenconnect.bankid.rpapi.service.impl with parameters of type SignatureRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono
<OrderResponse> BankIDClientImpl.sign
(SignatureRequest request) Initiates a signature operation.