Uses of Class
se.idsec.signservice.integration.dss.SignResponseWrapper
Packages that use SignResponseWrapper
Package
Description
Implementations for document processing.
Implementations for processing of sign requests and responses.
-
Uses of SignResponseWrapper in se.idsec.signservice.integration.document
Methods in se.idsec.signservice.integration.document with parameters of type SignResponseWrapperModifier and TypeMethodDescriptionvoid
SignedDocumentProcessor.validateAdesObject
(X adesObject, X509Certificate signingCertificate, se.swedenconnect.schemas.csig.dssext_1_1.SignTaskData signTaskData, SignRequestWrapper signRequest, SignResponseWrapper signResponse, se.idsec.signservice.integration.SignResponseProcessingParameters parameters) Given a AdES object from the signature the method validates that it is valid. -
Uses of SignResponseWrapper in se.idsec.signservice.integration.document.impl
Methods in se.idsec.signservice.integration.document.impl with parameters of type SignResponseWrapperModifier and TypeMethodDescriptionprotected void
AbstractSignedDocumentProcessor.performAdditionalAdesValidation
(X adesObject, X509Certificate signingCertificate, se.swedenconnect.schemas.csig.dssext_1_1.SignTaskData signTaskData, SignRequestWrapper signRequest, SignResponseWrapper signResponse, se.idsec.signservice.integration.SignResponseProcessingParameters parameters) TheAbstractSignedDocumentProcessor.validateAdesObject(AdesObject, X509Certificate, SignTaskData, SignRequestWrapper, SignResponseWrapper, SignResponseProcessingParameters)
method validates that the signer certificate digest of the AdES object is valid.final void
AbstractSignedDocumentProcessor.validateAdesObject
(X adesObject, X509Certificate signingCertificate, se.swedenconnect.schemas.csig.dssext_1_1.SignTaskData signTaskData, SignRequestWrapper signRequest, SignResponseWrapper signResponse, se.idsec.signservice.integration.SignResponseProcessingParameters parameters) Given a AdES object from the signature the method validates that it is valid. -
Uses of SignResponseWrapper in se.idsec.signservice.integration.process.impl
Methods in se.idsec.signservice.integration.process.impl with parameters of type SignResponseWrapperModifier and TypeMethodDescriptionprotected long
DefaultSignerAssertionInfoProcessor.processAuthenticationInstant
(se.swedenconnect.schemas.csig.dssext_1_1.ContextInfo contextInfo, SignRequestWrapper signRequest, SignResponseWrapper signResponse) Validates that the received authentication instant is OK.protected <T,
X extends AdesObject>
se.idsec.signservice.integration.document.SignedDocumentDefaultSignResponseProcessor.processDocument
(SignedDocumentProcessor<T, X> processor, se.swedenconnect.schemas.csig.dssext_1_1.SignTaskData signTaskData, List<X509Certificate> signerCertificateChain, SignatureSessionState state, SignResponseWrapper signResponse, se.idsec.signservice.integration.SignResponseProcessingParameters parameters) Compiles a signed document and validates it.se.idsec.signservice.integration.authentication.SignerAssertionInformation
DefaultSignerAssertionInfoProcessor.processSignerAssertionInfo
(SignResponseWrapper signResponse, SignatureSessionState state, se.idsec.signservice.integration.SignResponseProcessingParameters parameters) Processes and validates theSignerAssertionInfo
received in the suppliedSignResponse
and creates aSignerAssertionInformation
object that is to be returned back to the caller.se.idsec.signservice.integration.authentication.SignerAssertionInformation
SignerAssertionInfoProcessor.processSignerAssertionInfo
(SignResponseWrapper signResponse, SignatureSessionState state, se.idsec.signservice.integration.SignResponseProcessingParameters parameters) Processes and validates theSignerAssertionInfo
received in the suppliedSignResponse
and creates aSignerAssertionInformation
object that is to be returned back to the caller.