Class CAdESLevelBaselineLT
java.lang.Object
eu.europa.esig.dss.cades.signature.CAdESLevelBaselineT
eu.europa.esig.dss.cades.signature.CAdESLevelBaselineLT
- All Implemented Interfaces:
SignatureExtension<CAdESSignatureParameters>
- Direct Known Subclasses:
CAdESLevelBaselineLTA
This class holds the CAdES-LT signature profiles
-
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
ConstructorsConstructorDescriptionCAdESLevelBaselineLT(TSPSource tspSource, CertificateVerifier certificateVerifier) The default constructor. -
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 List<AdvancedSignature> getExtendToLTLevelSignatures(List<AdvancedSignature> signatures, List<String> signatureIdsToExtend) Returns a list of signatures to be extended according to th list ofsignatureIdsToExtendprotected org.bouncycastle.asn1.ASN1ObjectgetTimeStampAttributeValue(DSSMessageDigest timestampMessageDigest, DigestAlgorithm timestampDigestAlgorithm, org.bouncycastle.asn1.cms.Attribute... attributesForTimestampToken) Generates and returns a TimeStamp attribute valueprotected booleanincludesATSv2(CMS cms) Verifies if the CMS contains an ATSTv2protected 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.Methods inherited from class eu.europa.esig.dss.cades.signature.CAdESLevelBaselineT
getSignatureRequirementsChecker
-
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
-
CAdESLevelBaselineLT
The default constructor.- Parameters:
tspSource-TSPSourcefor a timestamp creationcertificateVerifier-CertificateVerifier
-
-
Method Details
-
extendCMSSignatures
protected CMS extendCMSSignatures(CMS cms, CAdESSignatureParameters parameters, List<String> signatureIdsToExtend) This method extends the signatures in thecmsSignedDatawith ids listed withinsignatureIdsToExtend- Overrides:
extendCMSSignaturesin classCAdESLevelBaselineT- Parameters:
cms-CMScontaining the signatures to be extendedparameters-CAdESSignatureParameterssignatureIdsToExtend- a list ofStringsignature Ids to be extended- Returns:
CMS
-
includesATSv2
Verifies if the CMS contains an ATSTv2- Parameters:
cms-CMSto check- Returns:
- TRUE if the
cmscontains an ATSTv2, FALSE otherwise
-
getExtendToLTLevelSignatures
protected List<AdvancedSignature> getExtendToLTLevelSignatures(List<AdvancedSignature> signatures, List<String> signatureIdsToExtend) Returns a list of signatures to be extended according to th list ofsignatureIdsToExtend- Parameters:
signatures- a list ofAdvancedSignaturessignatureIdsToExtend- a list ofStringsignature identifiers to be extended- Returns:
- a list of
AdvancedSignatures
-
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
-