Uses of Interface
se.idsec.signservice.integration.document.ades.AdesObject
Packages that use AdesObject
Package
Description
Implementations for document processing.
Implementations for processing of sign requests and responses.
-
Uses of AdesObject in se.idsec.signservice.integration.document
Classes in se.idsec.signservice.integration.document with type parameters of type AdesObjectModifier and TypeInterfaceDescriptioninterface
CompiledSignedDocument<T,
X extends AdesObject> An interface that is used to represent a signed document that is the compilation of the TBS document from the SignRequest and the signature from the SignResponse.interface
SignedDocumentProcessor<T,
X extends AdesObject> Interface for a processor of a signed document. -
Uses of AdesObject in se.idsec.signservice.integration.document.impl
Classes in se.idsec.signservice.integration.document.impl with type parameters of type AdesObjectModifier and TypeClassDescriptionclass
AbstractSignedDocumentProcessor<T,
X extends AdesObject> Abstract base class forSignedDocumentProcessor
implementations.class
DefaultCompiledSignedDocument<T,
X extends AdesObject> Base class implementing theCompiledSignedDocument
interface. -
Uses of AdesObject in se.idsec.signservice.integration.process.impl
Methods in se.idsec.signservice.integration.process.impl with type parameters of type AdesObjectModifier and TypeMethodDescriptionprotected <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.