Uses of Class
se.idsec.signservice.integration.authentication.SignerAssertionInformation
Packages that use SignerAssertionInformation
Package
Description
API and domain classed for the SignService Integration Service.
-
Uses of SignerAssertionInformation in se.idsec.signservice.integration
Methods in se.idsec.signservice.integration that return SignerAssertionInformationModifier and TypeMethodDescriptionSignatureResult.getSignerAssertionInformation()Gets information about the signer's "authentication for signature" that was part of the signature operation.Methods in se.idsec.signservice.integration with parameters of type SignerAssertionInformationModifier and TypeMethodDescriptionvoidSignatureResult.setSignerAssertionInformation(SignerAssertionInformation signerAssertionInformation) Assigns information about the signer's "authentication for signature" that was part of the signature operation.Constructors in se.idsec.signservice.integration with parameters of type SignerAssertionInformationModifierConstructorDescriptionSignatureResult(String id, String correlationId, List<SignedDocument> signedDocuments, SignerAssertionInformation signerAssertionInformation, Extension extension) Constructor.