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 TypeMethodDescriptionvoidSignedDocumentProcessor.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 voidAbstractSignedDocumentProcessor.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 voidAbstractSignedDocumentProcessor.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 longDefaultSignerAssertionInfoProcessor.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.SignerAssertionInformationDefaultSignerAssertionInfoProcessor.processSignerAssertionInfo(SignResponseWrapper signResponse, SignatureSessionState state, se.idsec.signservice.integration.SignResponseProcessingParameters parameters) Processes and validates theSignerAssertionInforeceived in the suppliedSignResponseand creates aSignerAssertionInformationobject that is to be returned back to the caller.se.idsec.signservice.integration.authentication.SignerAssertionInformationSignerAssertionInfoProcessor.processSignerAssertionInfo(SignResponseWrapper signResponse, SignatureSessionState state, se.idsec.signservice.integration.SignResponseProcessingParameters parameters) Processes and validates theSignerAssertionInforeceived in the suppliedSignResponseand creates aSignerAssertionInformationobject that is to be returned back to the caller.