Uses of Interface
eu.europa.esig.dss.model.DSSDocument
-
-
-
Uses of DSSDocument in eu.europa.esig.dss
Methods in eu.europa.esig.dss that return DSSDocument Modifier and Type Method Description static DSSDocumentDomUtils. createDssDocumentFromDomDocument(Document document, String name)This method creates a new InMemoryDocument with theDocumentcontent and the given nameMethods in eu.europa.esig.dss that return types with arguments of type DSSDocument Modifier and Type Method Description List<DSSDocument>AbstractSignatureParameters. getDetachedContents()This method returns the documents to sign.Methods in eu.europa.esig.dss with parameters of type DSSDocument Modifier and Type Method Description static DocumentDomUtils. buildDOM(DSSDocument dssDocument)This method returns theDocumentcreated based on theDSSDocument.Method parameters in eu.europa.esig.dss with type arguments of type DSSDocument Modifier and Type Method Description voidAbstractSignatureParameters. setDetachedContents(List<DSSDocument> detachedContents)When signing this method is internally invoked by theAbstractSignatureServiceand the related variabledetachedContentis overwritten by the service parameter. -
Uses of DSSDocument in eu.europa.esig.dss.asic.cades
Constructors in eu.europa.esig.dss.asic.cades with parameters of type DSSDocument Constructor Description ASiCWithCAdESContainerExtractor(DSSDocument archive) -
Uses of DSSDocument in eu.europa.esig.dss.asic.cades.signature
Methods in eu.europa.esig.dss.asic.cades.signature that return DSSDocument Modifier and Type Method Description DSSDocumentASiCWithCAdESService. extendDocument(DSSDocument toExtendDocument, ASiCWithCAdESSignatureParameters parameters)DSSDocumentGetDataToSignASiCWithCAdESHelper. getToBeSigned()DSSDocumentASiCWithCAdESService. signDocument(List<DSSDocument> toSignDocuments, ASiCWithCAdESSignatureParameters parameters, SignatureValue signatureValue)Methods in eu.europa.esig.dss.asic.cades.signature that return types with arguments of type DSSDocument Modifier and Type Method Description List<DSSDocument>GetDataToSignASiCWithCAdESHelper. getDetachedContents()Methods in eu.europa.esig.dss.asic.cades.signature with parameters of type DSSDocument Modifier and Type Method Description DSSDocumentASiCWithCAdESService. extendDocument(DSSDocument toExtendDocument, ASiCWithCAdESSignatureParameters parameters)protected AbstractASiCContainerExtractorASiCWithCAdESService. getArchiveExtractor(DSSDocument archive)Method parameters in eu.europa.esig.dss.asic.cades.signature with type arguments of type DSSDocument Modifier and Type Method Description TimestampTokenASiCWithCAdESService. getContentTimestamp(List<DSSDocument> toSignDocuments, ASiCWithCAdESSignatureParameters parameters)ToBeSignedASiCWithCAdESService. getDataToSign(List<DSSDocument> toSignDocuments, ASiCWithCAdESSignatureParameters parameters)static GetDataToSignASiCWithCAdESHelperASiCWithCAdESDataToSignHelperBuilder. getGetDataToSignHelper(List<DSSDocument> documents, ASiCWithCAdESSignatureParameters parameters)DSSDocumentASiCWithCAdESService. signDocument(List<DSSDocument> toSignDocuments, ASiCWithCAdESSignatureParameters parameters, SignatureValue signatureValue) -
Uses of DSSDocument in eu.europa.esig.dss.asic.cades.signature.asice
Methods in eu.europa.esig.dss.asic.cades.signature.asice that return DSSDocument Modifier and Type Method Description protected DSSDocumentAbstractDataToSignASiCEWithCAdES. getASiCManifest(List<DSSDocument> documents, List<DSSDocument> signatures, List<DSSDocument> manifests, ASiCWithCAdESSignatureParameters parameters)DSSDocumentDataToSignASiCEWithCAdESFromArchive. getToBeSigned()DSSDocumentDataToSignASiCEWithCAdESFromFiles. getToBeSigned()Methods in eu.europa.esig.dss.asic.cades.signature.asice that return types with arguments of type DSSDocument Modifier and Type Method Description List<DSSDocument>DataToSignASiCEWithCAdESFromArchive. getDetachedContents()List<DSSDocument>DataToSignASiCEWithCAdESFromFiles. getDetachedContents()List<DSSDocument>DataToSignASiCEWithCAdESFromArchive. getManifestFiles()List<DSSDocument>DataToSignASiCEWithCAdESFromFiles. getManifestFiles()List<DSSDocument>DataToSignASiCEWithCAdESFromArchive. getSignatures()List<DSSDocument>DataToSignASiCEWithCAdESFromFiles. getSignatures()List<DSSDocument>DataToSignASiCEWithCAdESFromArchive. getSignedDocuments()List<DSSDocument>DataToSignASiCEWithCAdESFromFiles. getSignedDocuments()Methods in eu.europa.esig.dss.asic.cades.signature.asice with parameters of type DSSDocument Modifier and Type Method Description protected ElementAbstractManifestBuilder. addDataObjectReference(Document documentDom, Element asicManifestDom, DSSDocument document, DigestAlgorithm digestAlgorithm)Method parameters in eu.europa.esig.dss.asic.cades.signature.asice with type arguments of type DSSDocument Modifier and Type Method Description protected DSSDocumentAbstractDataToSignASiCEWithCAdES. getASiCManifest(List<DSSDocument> documents, List<DSSDocument> signatures, List<DSSDocument> manifests, ASiCWithCAdESSignatureParameters parameters)protected StringAbstractDataToSignASiCEWithCAdES. getSignatureFileName(ASiCParameters asicParameters, List<DSSDocument> existingSignatures)Constructors in eu.europa.esig.dss.asic.cades.signature.asice with parameters of type DSSDocument Constructor Description ASiCEWithCAdESArchiveManifestBuilder(List<DSSDocument> signatures, List<DSSDocument> timestamps, List<DSSDocument> documents, List<DSSDocument> manifests, DSSDocument lastArchiveManifets, DigestAlgorithm digestAlgorithm, String timestampUri)Constructor parameters in eu.europa.esig.dss.asic.cades.signature.asice with type arguments of type DSSDocument Constructor Description ASiCEWithCAdESArchiveManifestBuilder(List<DSSDocument> signatures, List<DSSDocument> timestamps, List<DSSDocument> documents, List<DSSDocument> manifests, DSSDocument lastArchiveManifets, DigestAlgorithm digestAlgorithm, String timestampUri)ASiCEWithCAdESManifestBuilder(List<DSSDocument> documents, DigestAlgorithm digestAlgorithm, String signatureUri)DataToSignASiCEWithCAdESFromArchive(List<DSSDocument> signedDocuments, List<DSSDocument> existingSignatures, List<DSSDocument> existingManifests, ASiCWithCAdESSignatureParameters parameters)DataToSignASiCEWithCAdESFromFiles(List<DSSDocument> filesToBeSigned, ASiCWithCAdESSignatureParameters parameters) -
Uses of DSSDocument in eu.europa.esig.dss.asic.cades.signature.asics
Methods in eu.europa.esig.dss.asic.cades.signature.asics that return DSSDocument Modifier and Type Method Description DSSDocumentDataToSignASiCSWithCAdESFromArchive. getToBeSigned()DSSDocumentDataToSignASiCSWithCAdESFromFiles. getToBeSigned()Methods in eu.europa.esig.dss.asic.cades.signature.asics that return types with arguments of type DSSDocument Modifier and Type Method Description List<DSSDocument>DataToSignASiCSWithCAdESFromArchive. getDetachedContents()List<DSSDocument>DataToSignASiCSWithCAdESFromFiles. getDetachedContents()List<DSSDocument>DataToSignASiCSWithCAdESFromArchive. getManifestFiles()List<DSSDocument>DataToSignASiCSWithCAdESFromFiles. getManifestFiles()List<DSSDocument>DataToSignASiCSWithCAdESFromArchive. getSignatures()List<DSSDocument>DataToSignASiCSWithCAdESFromFiles. getSignatures()List<DSSDocument>DataToSignASiCSWithCAdESFromArchive. getSignedDocuments()List<DSSDocument>DataToSignASiCSWithCAdESFromFiles. getSignedDocuments()Constructor parameters in eu.europa.esig.dss.asic.cades.signature.asics with type arguments of type DSSDocument Constructor Description DataToSignASiCSWithCAdESFromArchive(List<DSSDocument> embeddedSignatures, List<DSSDocument> embeddedSignedFiles, ASiCParameters asicParameters)DataToSignASiCSWithCAdESFromFiles(List<DSSDocument> filesToBeSigned, Date signingDate, ASiCParameters asicParameters) -
Uses of DSSDocument in eu.europa.esig.dss.asic.cades.validation
Methods in eu.europa.esig.dss.asic.cades.validation that return DSSDocument Modifier and Type Method Description static DSSDocumentASiCEWithCAdESManifestParser. getLinkedManifest(List<DSSDocument> manifestDocuments, String signatureName)Returns the relative manifests for the given signature nameMethods in eu.europa.esig.dss.asic.cades.validation that return types with arguments of type DSSDocument Modifier and Type Method Description protected List<DSSDocument>ASiCContainerWithCAdESValidator. getArchiveDocuments()List<DSSDocument>ASiCContainerWithCAdESValidator. getOriginalDocuments(AdvancedSignature advancedSignature)List<DSSDocument>ASiCContainerWithCAdESValidator. getOriginalDocuments(String signatureId)Methods in eu.europa.esig.dss.asic.cades.validation with parameters of type DSSDocument Modifier and Type Method Description SignedDocumentValidatorASiCContainerWithCAdESValidatorFactory. create(DSSDocument document)static ManifestFileASiCEWithCAdESManifestParser. getManifestFile(DSSDocument manifestDocument)Parses and convertsDSSDocumenttoManifestFilebooleanASiCContainerWithCAdESValidator. isSupported(DSSDocument dssDocument)booleanASiCContainerWithCAdESValidatorFactory. isSupported(DSSDocument document)Method parameters in eu.europa.esig.dss.asic.cades.validation with type arguments of type DSSDocument Modifier and Type Method Description static DSSDocumentASiCEWithCAdESManifestParser. getLinkedManifest(List<DSSDocument> manifestDocuments, String signatureName)Returns the relative manifests for the given signature nameConstructors in eu.europa.esig.dss.asic.cades.validation with parameters of type DSSDocument Constructor Description ASiCContainerWithCAdESValidator(DSSDocument asicContainer)ASiCEWithCAdESTimestampValidator(DSSDocument timestamp, TimestampType type, List<ManifestEntry> coveredFiles, CertificatePool certificatePool)CMSDocumentForASiCValidator(DSSDocument signatureDocument)Constructor parameters in eu.europa.esig.dss.asic.cades.validation with type arguments of type DSSDocument Constructor Description ASiCEWithCAdESManifestValidator(ManifestFile manifest, List<DSSDocument> signedDocuments) -
Uses of DSSDocument in eu.europa.esig.dss.asic.common
Methods in eu.europa.esig.dss.asic.common that return DSSDocument Modifier and Type Method Description static DSSDocumentASiCUtils. getCurrentDocument(String filepath, ZipInputStream zis, long containerSize)Returns file from the given ZipInputStreamDSSDocumentASiCExtractResult. getMimeTypeDocument()Methods in eu.europa.esig.dss.asic.common that return types with arguments of type DSSDocument Modifier and Type Method Description List<DSSDocument>ASiCExtractResult. getArchiveManifestDocuments()List<DSSDocument>ASiCExtractResult. getContainerDocuments()List<DSSDocument>ASiCExtractResult. getManifestDocuments()List<DSSDocument>ASiCExtractResult. getSignatureDocuments()List<DSSDocument>ASiCExtractResult. getSignedDocuments()List<DSSDocument>ASiCExtractResult. getTimestampDocuments()List<DSSDocument>ASiCExtractResult. getTimestampedDocuments(DSSDocument timestamp)Returns list of documents covered by thetimestampList<DSSDocument>ASiCExtractResult. getUnsupportedDocuments()Methods in eu.europa.esig.dss.asic.common with parameters of type DSSDocument Modifier and Type Method Description static ASiCContainerTypeASiCUtils. getContainerType(DSSDocument archive, DSSDocument mimetype, String zipComment, List<DSSDocument> signedDocuments)static List<String>ASiCUtils. getFileNames(DSSDocument archive)Returns the file names for the given archivestatic MimeTypeASiCUtils. getMimeType(DSSDocument mimeTypeDocument)List<DSSDocument>ASiCExtractResult. getTimestampedDocuments(DSSDocument timestamp)Returns list of documents covered by thetimestampstatic booleanASiCUtils. isArchiveContainsCorrectSignatureFileWithExtension(DSSDocument toSignDocument, String extension)static booleanASiCUtils. isASiCContainer(DSSDocument dssDocument)static booleanASiCUtils. isOpenDocument(DSSDocument mimeTypeDocument)voidASiCExtractResult. setMimeTypeDocument(DSSDocument mimeTypeDocument)Method parameters in eu.europa.esig.dss.asic.common with type arguments of type DSSDocument Modifier and Type Method Description static ASiCContainerTypeASiCUtils. getContainerType(DSSDocument archive, DSSDocument mimetype, String zipComment, List<DSSDocument> signedDocuments)static booleanASiCUtils. isArchive(List<DSSDocument> docs)static booleanASiCUtils. isAsic(List<DSSDocument> documents)voidASiCExtractResult. setArchiveManifestDocuments(List<DSSDocument> archiveManifestDocuments)voidASiCExtractResult. setContainerDocuments(List<DSSDocument> containerDocuments)voidASiCExtractResult. setManifestDocuments(List<DSSDocument> manifestDocuments)voidASiCExtractResult. setSignatureDocuments(List<DSSDocument> signatureDocuments)voidASiCExtractResult. setSignedDocuments(List<DSSDocument> signedDocuments)voidASiCExtractResult. setTimestampDocuments(List<DSSDocument> timestampDocuments)voidASiCExtractResult. setUnsupportedDocuments(List<DSSDocument> unsupportedDocuments)Constructors in eu.europa.esig.dss.asic.common with parameters of type DSSDocument Constructor Description AbstractASiCContainerExtractor(DSSDocument asicContainer) -
Uses of DSSDocument in eu.europa.esig.dss.asic.common.signature
Methods in eu.europa.esig.dss.asic.common.signature that return DSSDocument Modifier and Type Method Description protected DSSDocumentAbstractASiCSignatureService. buildASiCContainer(List<DSSDocument> documentsToBeSigned, List<DSSDocument> signatures, List<DSSDocument> manifestDocuments, ASiCParameters asicParameters)protected DSSDocumentAbstractASiCSignatureService. getEmbeddedMimetype()protected DSSDocumentAbstractASiCSignatureService. mergeArchiveAndExtendedSignatures(DSSDocument archiveDocument, List<DSSDocument> signaturesToAdd)DSSDocumentAbstractASiCSignatureService. signDocument(DSSDocument toSignDocument, SP parameters, SignatureValue signatureValue)Methods in eu.europa.esig.dss.asic.common.signature that return types with arguments of type DSSDocument Modifier and Type Method Description protected List<DSSDocument>AbstractASiCSignatureService. getEmbeddedArchiveManifests()protected List<DSSDocument>AbstractASiCSignatureService. getEmbeddedManifests()protected List<DSSDocument>AbstractASiCSignatureService. getEmbeddedSignatures()protected List<DSSDocument>AbstractASiCSignatureService. getEmbeddedSignedDocuments()protected List<DSSDocument>AbstractASiCSignatureService. getEmbeddedTimestamps()List<DSSDocument>GetDataToSignHelper. getManifestFiles()List<DSSDocument>GetDataToSignHelper. getSignatures()List<DSSDocument>GetDataToSignHelper. getSignedDocuments()Methods in eu.europa.esig.dss.asic.common.signature with parameters of type DSSDocument Modifier and Type Method Description protected voidAbstractASiCSignatureService. extractCurrentArchive(DSSDocument archive)protected abstract AbstractASiCContainerExtractorAbstractASiCSignatureService. getArchiveExtractor(DSSDocument archive)TimestampTokenAbstractASiCSignatureService. getContentTimestamp(DSSDocument toSignDocument, SP parameters)ToBeSignedAbstractASiCSignatureService. getDataToSign(DSSDocument toSignDocument, SP parameters)protected DSSDocumentAbstractASiCSignatureService. mergeArchiveAndExtendedSignatures(DSSDocument archiveDocument, List<DSSDocument> signaturesToAdd)DSSDocumentAbstractASiCSignatureService. signDocument(DSSDocument toSignDocument, SP parameters, SignatureValue signatureValue)Method parameters in eu.europa.esig.dss.asic.common.signature with type arguments of type DSSDocument Modifier and Type Method Description protected DSSDocumentAbstractASiCSignatureService. buildASiCContainer(List<DSSDocument> documentsToBeSigned, List<DSSDocument> signatures, List<DSSDocument> manifestDocuments, ASiCParameters asicParameters)protected DSSDocumentAbstractASiCSignatureService. mergeArchiveAndExtendedSignatures(DSSDocument archiveDocument, List<DSSDocument> signaturesToAdd) -
Uses of DSSDocument in eu.europa.esig.dss.asic.common.signature.asics
Methods in eu.europa.esig.dss.asic.common.signature.asics that return DSSDocument Modifier and Type Method Description protected DSSDocumentAbstractGetDataToSignASiCS. createPackageZip(List<DSSDocument> documents, Date signingDate)Method parameters in eu.europa.esig.dss.asic.common.signature.asics with type arguments of type DSSDocument Modifier and Type Method Description protected DSSDocumentAbstractGetDataToSignASiCS. createPackageZip(List<DSSDocument> documents, Date signingDate) -
Uses of DSSDocument in eu.europa.esig.dss.asic.common.validation
Methods in eu.europa.esig.dss.asic.common.validation that return DSSDocument Modifier and Type Method Description protected DSSDocumentAbstractASiCContainerValidator. getMimeTypeDocument()Methods in eu.europa.esig.dss.asic.common.validation that return types with arguments of type DSSDocument Modifier and Type Method Description protected List<DSSDocument>AbstractASiCContainerValidator. getArchiveDocuments()protected List<DSSDocument>AbstractASiCContainerValidator. getArchiveManifestDocuments()protected List<DSSDocument>AbstractASiCContainerValidator. getManifestDocuments()protected List<DSSDocument>AbstractASiCContainerValidator. getSignatureDocuments()protected List<DSSDocument>AbstractASiCContainerValidator. getSignedDocuments()protected List<DSSDocument>AbstractASiCContainerValidator. getSignedDocumentsASiCS(List<DSSDocument> retrievedDocs)protected List<DSSDocument>AbstractASiCContainerValidator. getTimestampDocuments()protected List<DSSDocument>AbstractASiCContainerValidator. getTimestampedDocuments(DSSDocument timestamp)Methods in eu.europa.esig.dss.asic.common.validation with parameters of type DSSDocument Modifier and Type Method Description protected List<DSSDocument>AbstractASiCContainerValidator. getTimestampedDocuments(DSSDocument timestamp)Method parameters in eu.europa.esig.dss.asic.common.validation with type arguments of type DSSDocument Modifier and Type Method Description protected List<DSSDocument>AbstractASiCContainerValidator. getSignedDocumentsASiCS(List<DSSDocument> retrievedDocs)Constructors in eu.europa.esig.dss.asic.common.validation with parameters of type DSSDocument Constructor Description AbstractASiCContainerValidator(DSSDocument document) -
Uses of DSSDocument in eu.europa.esig.dss.asic.xades
Methods in eu.europa.esig.dss.asic.xades that return types with arguments of type DSSDocument Modifier and Type Method Description static List<DSSDocument>OpenDocumentSupportUtils. getOpenDocumentCoverage(ASiCExtractResult extractResult)ODF 1.2 ch 3.16 An OpenDocument document that is stored in a package may have one or more digital signatures applied to the package.Constructors in eu.europa.esig.dss.asic.xades with parameters of type DSSDocument Constructor Description ASiCWithXAdESContainerExtractor(DSSDocument archive) -
Uses of DSSDocument in eu.europa.esig.dss.asic.xades.signature
Methods in eu.europa.esig.dss.asic.xades.signature that return DSSDocument Modifier and Type Method Description DSSDocumentASiCWithXAdESService. extendDocument(DSSDocument toExtendDocument, ASiCWithXAdESSignatureParameters parameters)DSSDocumentGetDataToSignASiCWithXAdESHelper. getExistingSignature()DSSDocumentASiCWithXAdESService. signDocument(List<DSSDocument> toSignDocuments, ASiCWithXAdESSignatureParameters parameters, SignatureValue signatureValue)Methods in eu.europa.esig.dss.asic.xades.signature that return types with arguments of type DSSDocument Modifier and Type Method Description List<DSSDocument>GetDataToSignASiCWithXAdESHelper. getToBeSigned()Methods in eu.europa.esig.dss.asic.xades.signature with parameters of type DSSDocument Modifier and Type Method Description DSSDocumentASiCWithXAdESService. extendDocument(DSSDocument toExtendDocument, ASiCWithXAdESSignatureParameters parameters)protected AbstractASiCContainerExtractorASiCWithXAdESService. getArchiveExtractor(DSSDocument archive)Method parameters in eu.europa.esig.dss.asic.xades.signature with type arguments of type DSSDocument Modifier and Type Method Description TimestampTokenASiCWithXAdESService. getContentTimestamp(List<DSSDocument> toSignDocuments, ASiCWithXAdESSignatureParameters parameters)ToBeSignedASiCWithXAdESService. getDataToSign(List<DSSDocument> toSignDocuments, ASiCWithXAdESSignatureParameters parameters)static GetDataToSignASiCWithXAdESHelperASiCWithXAdESDataToSignHelperBuilder. getGetDataToSignHelper(List<DSSDocument> documents, ASiCWithXAdESSignatureParameters parameters)DSSDocumentASiCWithXAdESService. signDocument(List<DSSDocument> toSignDocuments, ASiCWithXAdESSignatureParameters parameters, SignatureValue signatureValue) -
Uses of DSSDocument in eu.europa.esig.dss.asic.xades.signature.asice
Methods in eu.europa.esig.dss.asic.xades.signature.asice that return DSSDocument Modifier and Type Method Description protected DSSDocumentAbstractDataToSignASiCEWithXAdES. getASiCManifest(List<DSSDocument> documents)DSSDocumentDataToSignASiCEWithXAdESFromArchive. getExistingSignature()DSSDocumentDataToSignASiCEWithXAdESFromFiles. getExistingSignature()Methods in eu.europa.esig.dss.asic.xades.signature.asice that return types with arguments of type DSSDocument Modifier and Type Method Description List<DSSDocument>DataToSignASiCEWithXAdESFromArchive. getManifestFiles()List<DSSDocument>DataToSignASiCEWithXAdESFromFiles. getManifestFiles()List<DSSDocument>DataToSignASiCEWithXAdESFromArchive. getSignatures()List<DSSDocument>DataToSignASiCEWithXAdESFromFiles. getSignatures()List<DSSDocument>DataToSignASiCEWithXAdESFromArchive. getSignedDocuments()List<DSSDocument>DataToSignASiCEWithXAdESFromFiles. getSignedDocuments()List<DSSDocument>DataToSignASiCEWithXAdESFromArchive. getToBeSigned()List<DSSDocument>DataToSignASiCEWithXAdESFromFiles. getToBeSigned()Method parameters in eu.europa.esig.dss.asic.xades.signature.asice with type arguments of type DSSDocument Modifier and Type Method Description protected DSSDocumentAbstractDataToSignASiCEWithXAdES. getASiCManifest(List<DSSDocument> documents)protected StringAbstractDataToSignASiCEWithXAdES. getSignatureFileName(ASiCParameters asicParameters, List<DSSDocument> existingSignatures)Constructor parameters in eu.europa.esig.dss.asic.xades.signature.asice with type arguments of type DSSDocument Constructor Description ASiCEWithXAdESManifestBuilder(List<DSSDocument> documents)DataToSignASiCEWithXAdESFromArchive(List<DSSDocument> signedDocuments, List<DSSDocument> existingSignatures, List<DSSDocument> existingManifests, ASiCParameters asicParameters)DataToSignASiCEWithXAdESFromFiles(List<DSSDocument> filesToBeSigned, ASiCParameters asicParameters) -
Uses of DSSDocument in eu.europa.esig.dss.asic.xades.signature.asics
Methods in eu.europa.esig.dss.asic.xades.signature.asics that return DSSDocument Modifier and Type Method Description DSSDocumentDataToSignASiCSWithXAdESFromArchive. getExistingSignature()DSSDocumentDataToSignASiCSWithXAdESFromFiles. getExistingSignature()Methods in eu.europa.esig.dss.asic.xades.signature.asics that return types with arguments of type DSSDocument Modifier and Type Method Description List<DSSDocument>DataToSignASiCSWithXAdESFromArchive. getManifestFiles()List<DSSDocument>DataToSignASiCSWithXAdESFromFiles. getManifestFiles()List<DSSDocument>DataToSignASiCSWithXAdESFromArchive. getSignatures()List<DSSDocument>DataToSignASiCSWithXAdESFromFiles. getSignatures()List<DSSDocument>DataToSignASiCSWithXAdESFromArchive. getSignedDocuments()List<DSSDocument>DataToSignASiCSWithXAdESFromFiles. getSignedDocuments()List<DSSDocument>DataToSignASiCSWithXAdESFromArchive. getToBeSigned()List<DSSDocument>DataToSignASiCSWithXAdESFromFiles. getToBeSigned()Constructor parameters in eu.europa.esig.dss.asic.xades.signature.asics with type arguments of type DSSDocument Constructor Description DataToSignASiCSWithXAdESFromArchive(List<DSSDocument> embeddedSignatures, List<DSSDocument> embeddedSignedFiles, ASiCParameters asicParameters)DataToSignASiCSWithXAdESFromFiles(List<DSSDocument> filesToBeSigned, Date signingDate, ASiCParameters asicParameters) -
Uses of DSSDocument in eu.europa.esig.dss.asic.xades.validation
Methods in eu.europa.esig.dss.asic.xades.validation that return types with arguments of type DSSDocument Modifier and Type Method Description List<DSSDocument>ASiCContainerWithXAdESValidator. getOriginalDocuments(AdvancedSignature advancedSignature)List<DSSDocument>ASiCContainerWithXAdESValidator. getOriginalDocuments(String signatureId)Methods in eu.europa.esig.dss.asic.xades.validation with parameters of type DSSDocument Modifier and Type Method Description SignedDocumentValidatorASiCContainerWithXAdESValidatorFactory. create(DSSDocument document)booleanASiCContainerWithXAdESValidator. isSupported(DSSDocument dssDocument)booleanASiCContainerWithXAdESValidatorFactory. isSupported(DSSDocument document)Constructors in eu.europa.esig.dss.asic.xades.validation with parameters of type DSSDocument Constructor Description ASiCContainerWithXAdESValidator(DSSDocument asicContainer)ASiCEWithXAdESManifestParser(DSSDocument signatureDocument, DSSDocument manifestDocument)XMLDocumentForASiCValidator(DSSDocument signature) -
Uses of DSSDocument in eu.europa.esig.dss.cades
Methods in eu.europa.esig.dss.cades that return DSSDocument Modifier and Type Method Description static DSSDocumentCMSUtils. getOriginalDocument(org.bouncycastle.cms.CMSSignedData cmsSignedData, List<DSSDocument> detachedDocuments)Returns the original document from the providedcmsSignedDataMethods in eu.europa.esig.dss.cades with parameters of type DSSDocument Modifier and Type Method Description static org.bouncycastle.cms.CMSTypedDataCMSUtils. getContentToBeSign(DSSDocument toSignData)Method parameters in eu.europa.esig.dss.cades with type arguments of type DSSDocument Modifier and Type Method Description static DSSDocumentCMSUtils. getOriginalDocument(org.bouncycastle.cms.CMSSignedData cmsSignedData, List<DSSDocument> detachedDocuments)Returns the original document from the providedcmsSignedData -
Uses of DSSDocument in eu.europa.esig.dss.cades.signature
Classes in eu.europa.esig.dss.cades.signature that implement DSSDocument Modifier and Type Class Description classCMSSignedDocumentA document composed by a CMSSignedDataMethods in eu.europa.esig.dss.cades.signature that return DSSDocument Modifier and Type Method Description DSSDocumentCAdESService. extendDocument(DSSDocument toExtendDocument, CAdESSignatureParameters parameters)DSSDocumentCAdESService. signDocument(DSSDocument toSignDocument, CAdESSignatureParameters parameters, SignatureValue signatureValue)Methods in eu.europa.esig.dss.cades.signature with parameters of type DSSDocument Modifier and Type Method Description DSSDocumentCAdESService. extendDocument(DSSDocument toExtendDocument, CAdESSignatureParameters parameters)TimestampTokenCAdESService. getContentTimestamp(DSSDocument toSignDocument, CAdESSignatureParameters parameters)ToBeSignedCAdESService. getDataToSign(DSSDocument toSignDocument, CAdESSignatureParameters parameters)DSSDocumentCAdESService. signDocument(DSSDocument toSignDocument, CAdESSignatureParameters parameters, SignatureValue signatureValue)Method parameters in eu.europa.esig.dss.cades.signature with type arguments of type DSSDocument Modifier and Type Method Description org.bouncycastle.cms.CMSSignedDataCMSSignedDataBuilder. extendCMSSignedData(org.bouncycastle.cms.CMSSignedData cmsSignedData, org.bouncycastle.cms.SignerInformation signerInformation, List<DSSDocument> detachedContents)Extends the providedcmsSignedDatawith the required validation dataorg.bouncycastle.cms.CMSSignedDataCAdESLevelBaselineLT. postExtendCMSSignedData(org.bouncycastle.cms.CMSSignedData cmsSignedData, org.bouncycastle.cms.SignerInformation signerInformation, List<DSSDocument> detachedContents)protected org.bouncycastle.cms.CMSSignedDataCMSSignedDataBuilder. regenerateCMSSignedData(org.bouncycastle.cms.CMSSignedData cmsSignedData, List<DSSDocument> detachedContents, org.bouncycastle.util.Store certificatesStore, org.bouncycastle.util.Store attributeCertificatesStore, org.bouncycastle.util.Store crlsStore, org.bouncycastle.util.Store otherRevocationInfoFormatStoreBasic, org.bouncycastle.util.Store otherRevocationInfoFormatStoreOcsp) -
Uses of DSSDocument in eu.europa.esig.dss.cades.validation
Fields in eu.europa.esig.dss.cades.validation with type parameters of type DSSDocument Modifier and Type Field Description protected List<DSSDocument>CAdESTimestampSource. detachedDocumentsMethods in eu.europa.esig.dss.cades.validation that return DSSDocument Modifier and Type Method Description DSSDocumentCAdESSignature. getOriginalDocument()Methods in eu.europa.esig.dss.cades.validation that return types with arguments of type DSSDocument Modifier and Type Method Description List<DSSDocument>CMSDocumentValidator. getOriginalDocuments(AdvancedSignature advancedSignature)List<DSSDocument>CMSDocumentValidator. getOriginalDocuments(String signatureId)Methods in eu.europa.esig.dss.cades.validation with parameters of type DSSDocument Modifier and Type Method Description SignedDocumentValidatorCMSDocumentValidatorFactory. create(DSSDocument document)booleanCMSDocumentValidator. isSupported(DSSDocument dssDocument)booleanCMSDocumentValidatorFactory. isSupported(DSSDocument document)voidCMSTimestampValidator. setTimestampedData(DSSDocument timestampedData)Constructors in eu.europa.esig.dss.cades.validation with parameters of type DSSDocument Constructor Description CMSDocumentValidator(DSSDocument document)The default constructor forCMSDocumentValidator.CMSDocumentValidator(DSSDocument document, SignatureScopeFinder<CAdESSignature> signatureScopeFinder)CMSTimestampValidator(DSSDocument timestamp)CMSTimestampValidator(DSSDocument timestamp, TimestampType type)Constructor parameters in eu.europa.esig.dss.cades.validation with type arguments of type DSSDocument Constructor Description CAdESSignature(org.bouncycastle.cms.CMSSignedData cms, CertificatePool certPool, List<DSSDocument> detachedContents)CAdESTimestampDataBuilder(org.bouncycastle.cms.CMSSignedData cmsSignedData, org.bouncycastle.cms.SignerInformation signerInformation, List<DSSDocument> detachedDocuments, CadesLevelBaselineLTATimestampExtractor timestampExtractor)CAdESTimestampDataBuilder(org.bouncycastle.cms.SignerInformation signerInformation, List<DSSDocument> detachedDocuments) -
Uses of DSSDocument in eu.europa.esig.dss.cades.validation.scope
Methods in eu.europa.esig.dss.cades.validation.scope that return DSSDocument Modifier and Type Method Description protected DSSDocumentCAdESSignatureScopeFinder. getOriginalDocument(CAdESSignature cadesSignature)Returns original document for the given CAdES signatureMethods in eu.europa.esig.dss.cades.validation.scope with parameters of type DSSDocument Modifier and Type Method Description protected List<SignatureScope>CAdESSignatureScopeFinder. getSignatureScopeFromOriginalDocument(DSSDocument originalDocument) -
Uses of DSSDocument in eu.europa.esig.dss.model
Classes in eu.europa.esig.dss.model that implement DSSDocument Modifier and Type Class Description classCommonDocumentThis class implements the default methods.classDigestDocumentDigest representation of aDSSDocument.classFileDocumentDocument implementation stored on file-system.classInMemoryDocumentIn memory representation of a document -
Uses of DSSDocument in eu.europa.esig.dss.pades
Methods in eu.europa.esig.dss.pades that return DSSDocument Modifier and Type Method Description DSSDocumentSignatureImageParameters. getImage()Returns aDSSDocumentimage defined for displaying on the signature fieldMethods in eu.europa.esig.dss.pades with parameters of type DSSDocument Modifier and Type Method Description voidSignatureImageParameters. setImage(DSSDocument image)Allows to set a custom image to display on a signature fieldConstructors in eu.europa.esig.dss.pades with parameters of type DSSDocument Constructor Description DSSFileFont(DSSDocument dssDocument)DSSFileFont(DSSDocument dssDocument, float size) -
Uses of DSSDocument in eu.europa.esig.dss.pades.signature
Methods in eu.europa.esig.dss.pades.signature that return DSSDocument Modifier and Type Method Description DSSDocumentPAdESService. addNewSignatureField(DSSDocument document, SignatureFieldParameters parameters)This method allows to add a new signature field to an existing pdf documentDSSDocumentPAdESService. extendDocument(DSSDocument original, PAdESSignatureParameters parameters)DSSDocumentPAdESService. signDocument(DSSDocument toSignDocument, PAdESSignatureParameters parameters, SignatureValue signatureValue)Methods in eu.europa.esig.dss.pades.signature with parameters of type DSSDocument Modifier and Type Method Description DSSDocumentPAdESService. addNewSignatureField(DSSDocument document, SignatureFieldParameters parameters)This method allows to add a new signature field to an existing pdf documentprotected byte[]PAdESService. computeDocumentDigest(DSSDocument toSignDocument, PAdESSignatureParameters parameters)DSSDocumentPAdESService. extendDocument(DSSDocument original, PAdESSignatureParameters parameters)protected byte[]PAdESService. generateCMSSignedData(DSSDocument toSignDocument, PAdESSignatureParameters parameters, SignatureValue signatureValue)List<String>PAdESService. getAvailableSignatureFields(DSSDocument document)This method returns not signed signature-fieldsTimestampTokenPAdESService. getContentTimestamp(DSSDocument toSignDocument, PAdESSignatureParameters parameters)ToBeSignedPAdESService. getDataToSign(DSSDocument toSignDocument, PAdESSignatureParameters parameters)DSSDocumentPAdESService. signDocument(DSSDocument toSignDocument, PAdESSignatureParameters parameters, SignatureValue signatureValue) -
Uses of DSSDocument in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation that return types with arguments of type DSSDocument Modifier and Type Method Description List<DSSDocument>PDFDocumentValidator. getOriginalDocuments(AdvancedSignature advancedSignature)List<DSSDocument>PDFDocumentValidator. getOriginalDocuments(String signatureId)Methods in eu.europa.esig.dss.pades.validation with parameters of type DSSDocument Modifier and Type Method Description SignedDocumentValidatorPDFDocumentValidatorFactory. create(DSSDocument document)booleanPDFDocumentValidator. isSupported(DSSDocument dssDocument)booleanPDFDocumentValidatorFactory. isSupported(DSSDocument document)Constructors in eu.europa.esig.dss.pades.validation with parameters of type DSSDocument Constructor Description PAdESSignature(DSSDocument document, PdfSignatureInfo pdfSignatureInfo, CertificatePool certPool)The default constructor for PAdESSignature.PDFDocumentValidator(DSSDocument document)The default constructor for PDFDocumentValidator.Constructor parameters in eu.europa.esig.dss.pades.validation with type arguments of type DSSDocument Constructor Description PAdESTimestampDataBuilder(PdfSignatureInfo pdfSignatureInfo, org.bouncycastle.cms.SignerInformation signerInformation, List<DSSDocument> detacheDocuments) -
Uses of DSSDocument in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf that return DSSDocument Modifier and Type Method Description DSSDocumentPDFSignatureService. addDssDictionary(DSSDocument document, List<DSSDictionaryCallback> callbacks)This method adds the DSS dictionary (Baseline-LT)DSSDocumentPDFSignatureService. addNewSignatureField(DSSDocument document, SignatureFieldParameters parameters)This method allows to add a new signature field to an existing pdf documentDSSDocumentPDFSignatureService. sign(DSSDocument pdfData, byte[] signatureValue, PAdESSignatureParameters parameters, DigestAlgorithm digestAlgorithm)Signs a PDF documentDSSDocumentAbstractPDFSignatureService. timestamp(DSSDocument document, PAdESSignatureParameters parameters, TSPSource tspSource)DSSDocumentPDFTimestampService. timestamp(DSSDocument document, PAdESSignatureParameters parameters, TSPSource tspSource)Methods in eu.europa.esig.dss.pdf with parameters of type DSSDocument Modifier and Type Method Description DSSDocumentPDFSignatureService. addDssDictionary(DSSDocument document, List<DSSDictionaryCallback> callbacks)This method adds the DSS dictionary (Baseline-LT)DSSDocumentPDFSignatureService. addNewSignatureField(DSSDocument document, SignatureFieldParameters parameters)This method allows to add a new signature field to an existing pdf documentbyte[]PDFSignatureService. digest(DSSDocument toSignDocument, PAdESSignatureParameters parameters, DigestAlgorithm digestAlgorithm)Returns the digest value of a PDF documentList<String>PDFSignatureService. getAvailableSignatureFields(DSSDocument document)This method returns not signed signature-fieldsprotected abstract List<PdfSignatureOrDocTimestampInfo>AbstractPDFSignatureService. getSignatures(CertificatePool validationCertPool, DSSDocument document)protected byte[]AbstractPDFSignatureService. getSignatureValue(DSSDocument dssDocument, int[] byteRange)protected byte[]AbstractPDFSignatureService. getSignedContent(DSSDocument dssDocument, int[] byteRange)protected booleanAbstractPDFSignatureService. isContentValueEqualsByteRangeExtraction(DSSDocument document, int[] byteRange, byte[] cms, String signatureName)DSSDocumentPDFSignatureService. sign(DSSDocument pdfData, byte[] signatureValue, PAdESSignatureParameters parameters, DigestAlgorithm digestAlgorithm)Signs a PDF documentDSSDocumentAbstractPDFSignatureService. timestamp(DSSDocument document, PAdESSignatureParameters parameters, TSPSource tspSource)DSSDocumentPDFTimestampService. timestamp(DSSDocument document, PAdESSignatureParameters parameters, TSPSource tspSource)voidAbstractPDFSignatureService. validateSignatures(CertificatePool validationCertPool, DSSDocument document, SignatureValidationCallback callback)voidPDFSignatureService. validateSignatures(CertificatePool validationCertPool, DSSDocument document, SignatureValidationCallback callback)Retrieves and triggers validation of the signatures from a PDF document -
Uses of DSSDocument in eu.europa.esig.dss.pdf.openpdf
Methods in eu.europa.esig.dss.pdf.openpdf that return DSSDocument Modifier and Type Method Description DSSDocumentITextPDFSignatureService. addDssDictionary(DSSDocument document, List<DSSDictionaryCallback> callbacks)DSSDocumentITextPDFSignatureService. addNewSignatureField(DSSDocument document, SignatureFieldParameters parameters)DSSDocumentITextPDFSignatureService. sign(DSSDocument toSignDocument, byte[] signatureValue, PAdESSignatureParameters parameters, DigestAlgorithm digestAlgorithm)Methods in eu.europa.esig.dss.pdf.openpdf with parameters of type DSSDocument Modifier and Type Method Description DSSDocumentITextPDFSignatureService. addDssDictionary(DSSDocument document, List<DSSDictionaryCallback> callbacks)DSSDocumentITextPDFSignatureService. addNewSignatureField(DSSDocument document, SignatureFieldParameters parameters)byte[]ITextPDFSignatureService. digest(DSSDocument toSignDocument, PAdESSignatureParameters parameters, DigestAlgorithm digestAlgorithm)List<String>ITextPDFSignatureService. getAvailableSignatureFields(DSSDocument document)protected List<PdfSignatureOrDocTimestampInfo>ITextPDFSignatureService. getSignatures(CertificatePool validationCertPool, DSSDocument document)DSSDocumentITextPDFSignatureService. sign(DSSDocument toSignDocument, byte[] signatureValue, PAdESSignatureParameters parameters, DigestAlgorithm digestAlgorithm) -
Uses of DSSDocument in eu.europa.esig.dss.pdf.pdfbox
Methods in eu.europa.esig.dss.pdf.pdfbox that return DSSDocument Modifier and Type Method Description DSSDocumentPdfBoxSignatureService. addDssDictionary(DSSDocument document, List<DSSDictionaryCallback> callbacks)DSSDocumentPdfBoxSignatureService. addNewSignatureField(DSSDocument document, SignatureFieldParameters parameters)DSSDocumentPdfBoxSignatureService. sign(DSSDocument toSignDocument, byte[] signatureValue, PAdESSignatureParameters parameters, DigestAlgorithm digestAlgorithm)Methods in eu.europa.esig.dss.pdf.pdfbox with parameters of type DSSDocument Modifier and Type Method Description DSSDocumentPdfBoxSignatureService. addDssDictionary(DSSDocument document, List<DSSDictionaryCallback> callbacks)DSSDocumentPdfBoxSignatureService. addNewSignatureField(DSSDocument document, SignatureFieldParameters parameters)byte[]PdfBoxSignatureService. digest(DSSDocument toSignDocument, PAdESSignatureParameters parameters, DigestAlgorithm digestAlgorithm)List<String>PdfBoxSignatureService. getAvailableSignatureFields(DSSDocument document)protected List<PdfSignatureOrDocTimestampInfo>PdfBoxSignatureService. getSignatures(CertificatePool validationCertPool, DSSDocument document)DSSDocumentPdfBoxSignatureService. sign(DSSDocument toSignDocument, byte[] signatureValue, PAdESSignatureParameters parameters, DigestAlgorithm digestAlgorithm) -
Uses of DSSDocument in eu.europa.esig.dss.pdf.pdfbox.visible
Methods in eu.europa.esig.dss.pdf.pdfbox.visible with parameters of type DSSDocument Modifier and Type Method Description protected voidAbstractPdfBoxSignatureDrawer. checkColorSpace(org.apache.pdfbox.pdmodel.PDDocument pdDocument, DSSDocument image)Method to check if the target image's colro space is present in the document's catalogprotected abstract StringAbstractPdfBoxSignatureDrawer. getColorSpaceName(DSSDocument image)Returns color space name for the provided image -
Uses of DSSDocument in eu.europa.esig.dss.pdf.pdfbox.visible.defaultdrawer
Methods in eu.europa.esig.dss.pdf.pdfbox.visible.defaultdrawer with parameters of type DSSDocument Modifier and Type Method Description protected StringDefaultPdfBoxVisibleSignatureDrawer. getColorSpaceName(DSSDocument image) -
Uses of DSSDocument in eu.europa.esig.dss.pdf.pdfbox.visible.nativedrawer
Methods in eu.europa.esig.dss.pdf.pdfbox.visible.nativedrawer with parameters of type DSSDocument Modifier and Type Method Description protected StringNativePdfBoxVisibleSignatureDrawer. getColorSpaceName(DSSDocument image) -
Uses of DSSDocument in eu.europa.esig.dss.pdf.visible
Methods in eu.europa.esig.dss.pdf.visible with parameters of type DSSDocument Modifier and Type Method Description static ImageAndResolutionImageUtils. readDisplayMetadata(DSSDocument image)Reads image's metadatastatic ImageAndResolutionImageUtils. secureReadMetadata(DSSDocument image, SignatureImageParameters imageParameters)Reads image's metadata in a secure way.Constructors in eu.europa.esig.dss.pdf.visible with parameters of type DSSDocument Constructor Description ImageAndResolution(DSSDocument image, int xDpi, int yDpi) -
Uses of DSSDocument in eu.europa.esig.dss.signature
Methods in eu.europa.esig.dss.signature that return DSSDocument Modifier and Type Method Description DSSDocumentDocumentSignatureService. extendDocument(DSSDocument toExtendDocument, SP parameters)Extends the level of the signatures in thetoExtendDocumentDSSDocumentMultipleDocumentsSignatureService. extendDocument(DSSDocument toExtendDocument, SP parameters)Extends the level of the signatures in thetoExtendDocumentDSSDocumentSignatureExtension. extendSignatures(DSSDocument document, SP params)Extends the level of the signatures contained in a document.DSSDocumentDocumentSignatureService. signDocument(DSSDocument toSignDocument, SP parameters, SignatureValue signatureValue)Signs the toSignDocument with the provided signatureValue.DSSDocumentMultipleDocumentsSignatureService. signDocument(List<DSSDocument> toSignDocuments, SP parameters, SignatureValue signatureValue)Signs the toSignDocuments with the provided signatureValue.Methods in eu.europa.esig.dss.signature with parameters of type DSSDocument Modifier and Type Method Description DSSDocumentDocumentSignatureService. extendDocument(DSSDocument toExtendDocument, SP parameters)Extends the level of the signatures in thetoExtendDocumentDSSDocumentMultipleDocumentsSignatureService. extendDocument(DSSDocument toExtendDocument, SP parameters)Extends the level of the signatures in thetoExtendDocumentDSSDocumentSignatureExtension. extendSignatures(DSSDocument document, SP params)Extends the level of the signatures contained in a document.TimestampTokenDocumentSignatureService. getContentTimestamp(DSSDocument toSignDocument, SP parameters)This method allows to compute a content-timestamp (which is added in the signed properties)ToBeSignedDocumentSignatureService. getDataToSign(DSSDocument toSignDocument, SP parameters)Retrieves the bytes of the data that need to be signed based on thetoSignDocumentandparameters.protected StringAbstractSignatureService. getFinalFileName(DSSDocument originalFile, SigningOperation operation, SignatureLevel level)protected StringAbstractSignatureService. getFinalFileName(DSSDocument originalFile, SigningOperation operation, SignatureLevel level, ASiCContainerType containerType)DSSDocumentDocumentSignatureService. signDocument(DSSDocument toSignDocument, SP parameters, SignatureValue signatureValue)Signs the toSignDocument with the provided signatureValue.Method parameters in eu.europa.esig.dss.signature with type arguments of type DSSDocument Modifier and Type Method Description TimestampTokenMultipleDocumentsSignatureService. getContentTimestamp(List<DSSDocument> toSignDocuments, SP parameters)ToBeSignedMultipleDocumentsSignatureService. getDataToSign(List<DSSDocument> toSignDocuments, SP parameters)Retrieves the bytes of the data that need to be signed based on thetoSignDocumentsandparameters.DSSDocumentMultipleDocumentsSignatureService. signDocument(List<DSSDocument> toSignDocuments, SP parameters, SignatureValue signatureValue)Signs the toSignDocuments with the provided signatureValue. -
Uses of DSSDocument in eu.europa.esig.dss.spi
Methods in eu.europa.esig.dss.spi that return DSSDocument Modifier and Type Method Description static DSSDocumentDSSUtils. splitDocument(DSSDocument origin, int start, int end)This method create a new document from a sub-part of another documentMethods in eu.europa.esig.dss.spi with parameters of type DSSDocument Modifier and Type Method Description static booleanDSSUtils. compareFirstBytes(DSSDocument dssDocument, byte[] byteArray)Reads firstbyteArray.lengthbytes of thedssDocumentand compares them withbyteArraystatic byte[]DSSUtils. digest(DigestAlgorithm digestAlgorithm, DSSDocument document)static longDSSUtils. getFileByteSize(DSSDocument dssDocument)Returns byte size of the given documentstatic longDSSUtils. readAvailableBytes(DSSDocument dssDocument, byte[] b)Read the requested number of bytes fromDSSDocumentaccording to the size of the providedbyte[] buffer and validates success of the operationstatic byteDSSUtils. readFirstByte(DSSDocument dssDocument)Reads the first byte from the DSSDocumentstatic DSSDocumentDSSUtils. splitDocument(DSSDocument origin, int start, int end)This method create a new document from a sub-part of another documentstatic byte[]DSSUtils. toByteArray(DSSDocument document)Get the contents of anDSSDocumentas abyte[].static org.bouncycastle.cms.CMSSignedDataDSSUtils. toCMSSignedData(DSSDocument document)Gets CMSSignedData from thedocumentbytes -
Uses of DSSDocument in eu.europa.esig.dss.test.extension
Methods in eu.europa.esig.dss.test.extension that return DSSDocument Modifier and Type Method Description protected abstract DSSDocumentAbstractTestExtension. getOriginalDocument()protected abstract DSSDocumentAbstractTestExtension. getSignedDocument(DSSDocument originalDoc)Methods in eu.europa.esig.dss.test.extension with parameters of type DSSDocument Modifier and Type Method Description protected voidAbstractTestExtension. compare(DSSDocument signedDocument, DSSDocument extendedDocument)protected abstract DSSDocumentAbstractTestExtension. getSignedDocument(DSSDocument originalDoc) -
Uses of DSSDocument in eu.europa.esig.dss.test.signature
Methods in eu.europa.esig.dss.test.signature that return DSSDocument Modifier and Type Method Description protected abstract DSSDocumentAbstractPkiFactoryTestDocumentSignatureService. getDocumentToSign()protected DSSDocumentAbstractPkiFactoryTestDocumentSignatureService. sign()protected DSSDocumentAbstractPkiFactoryTestMultipleDocumentsSignatureService. sign()protected abstract DSSDocumentAbstractPkiFactoryTestSignature. sign()Methods in eu.europa.esig.dss.test.signature that return types with arguments of type DSSDocument Modifier and Type Method Description protected abstract List<DSSDocument>AbstractPkiFactoryTestMultipleDocumentsSignatureService. getDocumentsToSign()protected List<DSSDocument>AbstractPkiFactoryTestMultipleDocumentsSignatureService. getOriginalDocuments()protected abstract List<DSSDocument>AbstractPkiFactoryTestSignature. getOriginalDocuments()Methods in eu.europa.esig.dss.test.signature with parameters of type DSSDocument Modifier and Type Method Description protected voidAbstractPkiFactoryTestSignature. checkMimeType(DSSDocument signedDocument)protected voidAbstractPkiFactoryTestSignature. getOriginalDocument(DSSDocument signedDocument, DiagnosticData diagnosticData)protected SignedDocumentValidatorAbstractPkiFactoryTestSignature. getValidator(DSSDocument signedDocument) -
Uses of DSSDocument in eu.europa.esig.dss.test.validation
Methods in eu.europa.esig.dss.test.validation that return DSSDocument Modifier and Type Method Description protected DSSDocumentAbstractTestValidator. getBinaryDocument()protected abstract DSSDocumentAbstractTestValidator. getMalformedDocument()protected abstract DSSDocumentAbstractTestValidator. getNoSignatureDocument()protected abstract DSSDocumentAbstractTestValidator. getOtherTypeDocument()Methods in eu.europa.esig.dss.test.validation that return types with arguments of type DSSDocument Modifier and Type Method Description protected abstract List<DSSDocument>AbstractTestValidator. getValidDocuments()Methods in eu.europa.esig.dss.test.validation with parameters of type DSSDocument Modifier and Type Method Description protected abstract SignedDocumentValidatorAbstractTestValidator. initValidator(DSSDocument document) -
Uses of DSSDocument in eu.europa.esig.dss.tsl.service
Constructors in eu.europa.esig.dss.tsl.service with parameters of type DSSDocument Constructor Description TSLParser(DSSDocument trustedList)TSLValidator(DSSDocument trustedList, String countryCode, List<CertificateToken> potentialSigners)Constructor used to instantiate a validator for a TSL -
Uses of DSSDocument in eu.europa.esig.dss.validation
Fields in eu.europa.esig.dss.validation declared as DSSDocument Modifier and Type Field Description protected DSSDocumentSignedDocumentValidator. documentThe document to be validated (with the signature(s))Fields in eu.europa.esig.dss.validation with type parameters of type DSSDocument Modifier and Type Field Description protected List<DSSDocument>SignedDocumentValidator. containerContentsIn case of an ASiC signature thisListof container documents.protected List<DSSDocument>DefaultAdvancedSignature. detachedContentsIn case of a detached signature this is the signed document.protected List<DSSDocument>SignedDocumentValidator. detachedContentsIn case of a detached signature thisListcontains the signed documents.Methods in eu.europa.esig.dss.validation that return DSSDocument Modifier and Type Method Description DSSDocumentSignaturePolicy. getPolicyContent()Returns a DSSDocument with the signature policy contentDSSDocumentSignaturePolicyProvider. getSignaturePolicy(String policyId, String url)DSSDocumentSignaturePolicyProvider. getSignaturePolicyById(String policyId)DSSDocumentSignaturePolicyProvider. getSignaturePolicyByUrl(String url)Methods in eu.europa.esig.dss.validation that return types with arguments of type DSSDocument Modifier and Type Method Description List<DSSDocument>AdvancedSignature. getContainerContents()List<DSSDocument>DefaultAdvancedSignature. getContainerContents()List<DSSDocument>AdvancedSignature. getDetachedContents()List<DSSDocument>DefaultAdvancedSignature. getDetachedContents()List<DSSDocument>AdvancedSignature. getManifestedDocuments()List<DSSDocument>DefaultAdvancedSignature. getManifestedDocuments()List<DSSDocument>DocumentValidator. getOriginalDocuments(AdvancedSignature advancedSignature)This method returns the signed document(s) without their signature(s)List<DSSDocument>DocumentValidator. getOriginalDocuments(String signatureId)This method returns the signed document(s) without their signature(s)Map<String,DSSDocument>SignaturePolicyProvider. getSignaturePoliciesById()Map<String,DSSDocument>SignaturePolicyProvider. getSignaturePoliciesByUrl()Methods in eu.europa.esig.dss.validation with parameters of type DSSDocument Modifier and Type Method Description SignedDocumentValidatorDocumentValidatorFactory. create(DSSDocument document)This methods instantiates aDocumentValidatorwith the given documentDiagnosticDataBuilderDiagnosticDataBuilder. document(DSSDocument signedDocument)This method allows to set the document which is analysedstatic SignedDocumentValidatorSignedDocumentValidator. fromDocument(DSSDocument dssDocument)This method guesses the document format and returns an appropriate document validator.booleanDocumentValidatorFactory. isSupported(DSSDocument document)This method tests if the current implementation ofDocumentValidatorsupports the given documentabstract booleanSignedDocumentValidator. isSupported(DSSDocument dssDocument)voidManifestFile. setDocument(DSSDocument document)voidSignaturePolicy. setPolicyContent(DSSDocument policyContent)Method parameters in eu.europa.esig.dss.validation with type arguments of type DSSDocument Modifier and Type Method Description voidAdvancedSignature. setContainerContents(List<DSSDocument> containerContents)This method allows to set the container contents in the case of ASiC signature.voidDefaultAdvancedSignature. setContainerContents(List<DSSDocument> containerContents)voidDocumentValidator. setContainerContents(List<DSSDocument> archiveContents)Sets theListofDSSDocumentcontaining the original container content for ASiC signatures.voidSignedDocumentValidator. setContainerContents(List<DSSDocument> containerContents)voidAdvancedSignature. setDetachedContents(List<DSSDocument> detachedContents)This method allows to set the signed contents in the case of the detached signature.voidDefaultAdvancedSignature. setDetachedContents(List<DSSDocument> detachedContents)voidDocumentValidator. setDetachedContents(List<DSSDocument> detachedContent)Sets theListofDSSDocumentcontaining the original contents to sign, for detached signature scenarios.voidSignedDocumentValidator. setDetachedContents(List<DSSDocument> detachedContents)voidSignaturePolicyProvider. setSignaturePoliciesById(Map<String,DSSDocument> signaturePoliciesById)voidSignaturePolicyProvider. setSignaturePoliciesByUrl(Map<String,DSSDocument> signaturePoliciesByUrl) -
Uses of DSSDocument in eu.europa.esig.dss.validation.scope
Methods in eu.europa.esig.dss.validation.scope with parameters of type DSSDocument Modifier and Type Method Description protected booleanAbstractSignatureScopeFinder. isASiCSArchive(AdvancedSignature advancedSignature, DSSDocument dssDocument) -
Uses of DSSDocument in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp with parameters of type DSSDocument Modifier and Type Method Description voidTimestampValidator. setTimestampedData(DSSDocument timestampedData)Sets theDSSDocumentcontaining the time-stamped content. -
Uses of DSSDocument in eu.europa.esig.dss.ws.converter
Methods in eu.europa.esig.dss.ws.converter that return DSSDocument Modifier and Type Method Description static DSSDocumentRemoteDocumentConverter. toDSSDocument(RemoteDocument remoteDocument)Methods in eu.europa.esig.dss.ws.converter that return types with arguments of type DSSDocument Modifier and Type Method Description static List<DSSDocument>RemoteDocumentConverter. toDSSDocuments(List<RemoteDocument> remoteDocuments)Methods in eu.europa.esig.dss.ws.converter with parameters of type DSSDocument Modifier and Type Method Description static RemoteDocumentRemoteDocumentConverter. toRemoteDocument(DSSDocument originalDocument)Method parameters in eu.europa.esig.dss.ws.converter with type arguments of type DSSDocument Modifier and Type Method Description static List<RemoteDocument>RemoteDocumentConverter. toRemoteDocuments(List<DSSDocument> originalDocuments) -
Uses of DSSDocument in eu.europa.esig.dss.xades
Methods in eu.europa.esig.dss.xades that return DSSDocument Modifier and Type Method Description DSSDocumentSignatureBuilder. signDocument(byte[] signatureValue)DSSDocumentSignatureProfile. signDocument(DSSDocument toSignDocument, XAdESSignatureParameters parameters, byte[] signatureValue)Methods in eu.europa.esig.dss.xades that return types with arguments of type DSSDocument Modifier and Type Method Description static List<DSSDocument>XAdESSignatureUtils. getSignerDocuments(XAdESSignature signature)Returns list of original signed documentsMethods in eu.europa.esig.dss.xades with parameters of type DSSDocument Modifier and Type Method Description static booleanDSSXMLUtils. isDuplicateIdsDetected(DSSDocument doc)This method is used to detect duplicate id valuesDSSDocumentSignatureProfile. signDocument(DSSDocument toSignDocument, XAdESSignatureParameters parameters, byte[] signatureValue)static voidDSSXMLUtils. validateAgainstXSD(DSSDocument document)This method allows to validate a DSSDocument XML against the XAdES XSD schema. -
Uses of DSSDocument in eu.europa.esig.dss.xades.reference
Methods in eu.europa.esig.dss.xades.reference that return DSSDocument Modifier and Type Method Description DSSDocumentDSSReference. getContents()Methods in eu.europa.esig.dss.xades.reference with parameters of type DSSDocument Modifier and Type Method Description voidDSSReference. setContents(DSSDocument contents) -
Uses of DSSDocument in eu.europa.esig.dss.xades.signature
Fields in eu.europa.esig.dss.xades.signature declared as DSSDocument Modifier and Type Field Description protected DSSDocumentXAdESSignatureBuilder. detachedDocumentThis is the reference to the original document to signMethods in eu.europa.esig.dss.xades.signature that return DSSDocument Modifier and Type Method Description DSSDocumentManifestBuilder. build()protected DSSDocumentXAdESBuilder. createXmlDocument()CreatesDSSDocumentfrom the current documentDomDSSDocumentXAdESService. extendDocument(DSSDocument toExtendDocument, XAdESSignatureParameters parameters)DSSDocumentXAdESLevelBaselineT. extendSignatures(DSSDocument dssDocument, XAdESSignatureParameters params)DSSDocumentXAdESLevelBaselineB. signDocument(DSSDocument document, XAdESSignatureParameters parameters, byte[] signatureValue)Adds the signature value to the signature.DSSDocumentXAdESService. signDocument(DSSDocument toSignDocument, XAdESSignatureParameters parameters, SignatureValue signatureValue)DSSDocumentXAdESService. signDocument(List<DSSDocument> toSignDocuments, XAdESSignatureParameters parameters, SignatureValue signatureValue)DSSDocumentXAdESSignatureBuilder. signDocument(byte[] signatureValue)Adds signature value to the signature and returns XML signature (InMemoryDocument)protected abstract DSSDocumentXAdESSignatureBuilder. transformReference(DSSReference reference)This method performs the reference transformation.Methods in eu.europa.esig.dss.xades.signature with parameters of type DSSDocument Modifier and Type Method Description protected byte[]XAdESSignatureBuilder. applyTransformations(DSSDocument dssDocument, List<DSSTransform> transforms, Node nodeToTransform)TimestampTokenAllDataObjectsTimeStampBuilder. build(DSSDocument document)protected abstract DSSReferenceXAdESSignatureBuilder. createReference(DSSDocument document, int referenceIndex)DSSDocumentXAdESService. extendDocument(DSSDocument toExtendDocument, XAdESSignatureParameters parameters)DSSDocumentXAdESLevelBaselineT. extendSignatures(DSSDocument dssDocument, XAdESSignatureParameters params)TimestampTokenXAdESService. getContentTimestamp(DSSDocument toSignDocument, XAdESSignatureParameters parameters)byte[]XAdESLevelBaselineB. getDataToSign(DSSDocument dssDocument, XAdESSignatureParameters parameters)Returns the canonicalized ds:SignedInfo XML segment under the form of InputStreamToBeSignedXAdESService. getDataToSign(DSSDocument toSignDocument, XAdESSignatureParameters parameters)static XAdESSignatureBuilderXAdESSignatureBuilder. getSignatureBuilder(XAdESSignatureParameters params, DSSDocument document, CertificateVerifier certificateVerifier)Creates the signature according to the packagingprotected voidXAdESBuilder. incorporateDigestValue(Element parentDom, DSSReference dssReference, DigestAlgorithm digestAlgorithm, DSSDocument originalDocument)This method creates the ds:DigestValue DOM object.DSSDocumentXAdESLevelBaselineB. signDocument(DSSDocument document, XAdESSignatureParameters parameters, byte[] signatureValue)Adds the signature value to the signature.DSSDocumentXAdESService. signDocument(DSSDocument toSignDocument, XAdESSignatureParameters parameters, SignatureValue signatureValue)Method parameters in eu.europa.esig.dss.xades.signature with type arguments of type DSSDocument Modifier and Type Method Description TimestampTokenAllDataObjectsTimeStampBuilder. build(List<DSSDocument> documents)TimestampTokenXAdESService. getContentTimestamp(List<DSSDocument> toSignDocuments, XAdESSignatureParameters parameters)ToBeSignedXAdESService. getDataToSign(List<DSSDocument> toSignDocuments, XAdESSignatureParameters parameters)DSSDocumentXAdESService. signDocument(List<DSSDocument> toSignDocuments, XAdESSignatureParameters parameters, SignatureValue signatureValue)Constructors in eu.europa.esig.dss.xades.signature with parameters of type DSSDocument Constructor Description XAdESSignatureBuilder(XAdESSignatureParameters params, DSSDocument detachedDocument, CertificateVerifier certificateVerifier)The default constructor for SignatureBuilder.Constructor parameters in eu.europa.esig.dss.xades.signature with type arguments of type DSSDocument Constructor Description ManifestBuilder(DigestAlgorithm digestAlgorithm, List<DSSDocument> documents)Constructor for the builder (the Id of the Manifest tag will be equals to "manifest")ManifestBuilder(String manifestId, DigestAlgorithm digestAlgorithm, List<DSSDocument> documents)Constructor for the builder -
Uses of DSSDocument in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return types with arguments of type DSSDocument Modifier and Type Method Description List<DSSDocument>XMLDocumentValidator. getOriginalDocuments(AdvancedSignature advancedSignature)List<DSSDocument>XMLDocumentValidator. getOriginalDocuments(String signatureId)Methods in eu.europa.esig.dss.xades.validation with parameters of type DSSDocument Modifier and Type Method Description SignedDocumentValidatorXMLDocumentValidatorFactory. create(DSSDocument document)booleanXMLDocumentValidator. isSupported(DSSDocument dssDocument)booleanXMLDocumentValidatorFactory. isSupported(DSSDocument document)Constructors in eu.europa.esig.dss.xades.validation with parameters of type DSSDocument Constructor Description XMLDocumentValidator(DSSDocument dssDocument)The default constructor for XMLDocumentValidator.Constructor parameters in eu.europa.esig.dss.xades.validation with type arguments of type DSSDocument Constructor Description DetachedSignatureResolver(List<DSSDocument> documents, DigestAlgorithm digestAlgorithm)
-