Class CAdESLevelBaselineT
java.lang.Object
eu.europa.esig.dss.cades.signature.CAdESLevelBaselineT
- All Implemented Interfaces:
SignatureExtension<CAdESSignatureParameters>
- Direct Known Subclasses:
CAdESLevelBaselineLT
This class holds the CAdES-T signature profile; it supports the inclusion of the mandatory unsigned
id-aa-signatureTimeStampToken attribute as specified in ETSI TS 101 733 V1.8.1, clause 6.1.1.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final CertificateVerifierThe CertificateVerifier to useprotected DSSResourcesHandlerBuilderThis object is used to create data container objects such as an OutputStream or a DSSDocumentprotected final TSPSourceThe TSPSource to request a timestamp (T- and LTA-levels) -
Constructor Summary
ConstructorsConstructorDescriptionCAdESLevelBaselineT(TSPSource tspSource, CertificateVerifier certificateVerifier) The default constructor with aCertificateVerifier -
Method Summary
Modifier and TypeMethodDescriptionextendCMSSignatures(CMS cms, CAdESSignatureParameters parameters) Extends aCMSprotected CMSextendCMSSignatures(CMS cms, CAdESSignatureParameters parameters, List<String> signatureIdsToExtend) This method extends the signatures in thecmsSignedDatawith ids listed withinsignatureIdsToExtendprotected CMSextendCMSSignatures(CMS cms, Collection<org.bouncycastle.cms.SignerInformation> signerInformationsToExtend, CAdESSignatureParameters parameters) Loops on each signerInformation of thecmsSignedDataand extends ones defined in the collectionsignerInformationsToExtendextendCMSSignatures(CMS cms, org.bouncycastle.cms.SignerInformation signerInformation, CAdESSignatureParameters parameters) Extends aCMSwith a specifiedSignerInformationNOTE: does not modify otherSignerInformationsextendSignatures(DSSDocument signatureToExtend, CAdESSignatureParameters parameters) Extends CMS signatures provided within thesignatureToExtenddocumentprotected CMSDocumentAnalyzergetDocumentValidator(CMS cms, CAdESSignatureParameters parameters) This method returns a document validator for aCMSprotected SignatureRequirementsCheckerInstantiates aSignatureRequirementsCheckerprotected org.bouncycastle.asn1.ASN1ObjectgetTimeStampAttributeValue(DSSMessageDigest timestampMessageDigest, DigestAlgorithm timestampDigestAlgorithm, org.bouncycastle.asn1.cms.Attribute... attributesForTimestampToken) Generates and returns a TimeStamp attribute valueprotected CMSreplaceSigners(CMS originalCMS, List<org.bouncycastle.cms.SignerInformation> newSignerInformationList) This method replaces the signers within the providedoriginalCMSvoidsetResourcesHandlerBuilder(DSSResourcesHandlerBuilder resourcesHandlerBuilder) This method sets aDSSResourcesHandlerBuilderto be used for operating with internal objects during the signature creation procedure.
-
Field Details
-
tspSource
The TSPSource to request a timestamp (T- and LTA-levels) -
certificateVerifier
The CertificateVerifier to use -
resourcesHandlerBuilder
This object is used to create data container objects such as an OutputStream or a DSSDocument
-
-
Constructor Details
-
CAdESLevelBaselineT
The default constructor with aCertificateVerifier- Parameters:
tspSource-TSPSourceto request a timestampcertificateVerifier-CertificateVerifier
-
-
Method Details
-
extendCMSSignatures
protected CMS extendCMSSignatures(CMS cms, CAdESSignatureParameters parameters, List<String> signatureIdsToExtend) This method extends the signatures in thecmsSignedDatawith ids listed withinsignatureIdsToExtend- Parameters:
cms-CMScontaining the signatures to be extendedparameters-CAdESSignatureParameterssignatureIdsToExtend- a list ofStringsignature Ids to be extended- Returns:
CMS
-
getSignatureRequirementsChecker
protected SignatureRequirementsChecker getSignatureRequirementsChecker(CAdESSignatureParameters parameters) Instantiates aSignatureRequirementsChecker- Parameters:
parameters-CAdESSignatureParameters- Returns:
SignatureRequirementsChecker
-
setResourcesHandlerBuilder
This method sets aDSSResourcesHandlerBuilderto be used for operating with internal objects during the signature creation procedure.- Parameters:
resourcesHandlerBuilder-DSSResourcesHandlerBuilder
-
extendSignatures
public DSSDocument extendSignatures(DSSDocument signatureToExtend, CAdESSignatureParameters parameters) Extends CMS signatures provided within thesignatureToExtenddocument- Specified by:
extendSignaturesin interfaceSignatureExtension<CAdESSignatureParameters>- Parameters:
signatureToExtend-DSSDocumentto be extendedparameters-CAdESSignatureParametersof the extension- Returns:
DSSDocumenta new extended document
-
extendCMSSignatures
Extends aCMS- Parameters:
cms-CMSto extendparameters-CAdESSignatureParameters- Returns:
CMS
-
extendCMSSignatures
public CMS extendCMSSignatures(CMS cms, org.bouncycastle.cms.SignerInformation signerInformation, CAdESSignatureParameters parameters) Extends aCMSwith a specifiedSignerInformationNOTE: does not modify otherSignerInformations- Parameters:
cms-CMSto extendsignerInformation-SignerInformationto extendparameters-CAdESSignatureParameters- Returns:
CMS
-
extendCMSSignatures
protected CMS extendCMSSignatures(CMS cms, Collection<org.bouncycastle.cms.SignerInformation> signerInformationsToExtend, CAdESSignatureParameters parameters) Loops on each signerInformation of thecmsSignedDataand extends ones defined in the collectionsignerInformationsToExtend- Parameters:
cms-CMSsignerInformationsToExtend- a collection ofSignerInformationto be extendedparameters-CAdESSignatureParametersfor the extension- Returns:
CMSwith extended signerInformations
-
replaceSigners
protected CMS replaceSigners(CMS originalCMS, List<org.bouncycastle.cms.SignerInformation> newSignerInformationList) This method replaces the signers within the providedoriginalCMS -
getTimeStampAttributeValue
protected org.bouncycastle.asn1.ASN1Object getTimeStampAttributeValue(DSSMessageDigest timestampMessageDigest, DigestAlgorithm timestampDigestAlgorithm, org.bouncycastle.asn1.cms.Attribute... attributesForTimestampToken) Generates and returns a TimeStamp attribute value- Parameters:
timestampMessageDigest-DSSMessageDigestmessage-digest to be timestampedtimestampDigestAlgorithm-DigestAlgorithmto useattributesForTimestampToken-Attributes to add- Returns:
ASN1Objectrepresenting a TimeStamp token attribute value
-
getDocumentValidator
This method returns a document validator for aCMS- Parameters:
cms-CMSto get validation forparameters-CAdESSignatureParameters- Returns:
CMSDocumentAnalyzer
-