Uses of Interface
eu.europa.esig.dss.cms.CMS
Packages that use CMS
Package
Description
-
Uses of CMS in eu.europa.esig.dss.cades
Methods in eu.europa.esig.dss.cades with parameters of type CMSModifier and TypeMethodDescriptionstatic DSSDocumentCAdESUtils.getOriginalDocument(CMS cms, List<DSSDocument> detachedDocuments) Returns the original document from the providedCMS -
Uses of CMS in eu.europa.esig.dss.cades.evidencerecord
Methods in eu.europa.esig.dss.cades.evidencerecord that return CMSModifier and TypeMethodDescriptionprotected CMSCAdESEvidenceRecordDigestBuilder.getCMS()Gets a CMSprotected CMSCAdESEvidenceRecordDigestBuilder.getCMSSignedDataBeforeLastEvidenceRecord(CMS cms) Creates a CMS that have been protected by the latest evidence-recordMethods in eu.europa.esig.dss.cades.evidencerecord with parameters of type CMSModifier and TypeMethodDescriptionprotected byte[]CAdESEvidenceRecordDigestBuilder.getCMSContentInfoMessageImprint(CMS cms) Returns a CMSSignedData's message-imprint to be protected by an evidence recordprotected CMSCAdESEvidenceRecordDigestBuilder.getCMSSignedDataBeforeLastEvidenceRecord(CMS cms) Creates a CMS that have been protected by the latest evidence-recordprotected DigestGets digest ofcmsto be protected by an evidence recordprotected byte[]CAdESEvidenceRecordDigestBuilder.getEncoded(CMS cms) Gets encoded CMS binaries -
Uses of CMS in eu.europa.esig.dss.cades.signature
Methods in eu.europa.esig.dss.cades.signature that return CMSModifier and TypeMethodDescriptionCMSBuilder.createCMS(org.bouncycastle.cms.SignerInfoGenerator signerInfoGenerator, DSSDocument toSignDocument) Builds aCMSSignedDataCAdESSignaturePolicyStoreBuilder.extendCMS(CMS cms, SignaturePolicyStore signaturePolicyStore) Creates a new CMS with a SignaturePolicyStore for matching signaturesCAdESSignaturePolicyStoreBuilder.extendCMS(CMS cms, SignaturePolicyStore signaturePolicyStore, String signatureId) Creates a new CMS with a SignaturePolicyStore for a signature withsignatureIdprotected CMSCAdESLevelBaselineLT.extendCMSSignatures(CMS cms, CAdESSignatureParameters parameters, List<String> signatureIdsToExtend) protected CMSCAdESLevelBaselineLTA.extendCMSSignatures(CMS cms, CAdESSignatureParameters parameters, List<String> signatureIdsToExtend) protected CMSCAdESLevelBaselineT.extendCMSSignatures(CMS cms, CAdESSignatureParameters parameters, List<String> signatureIdsToExtend) CMSBuilder.extendCMSSignedData(Collection<CertificateToken> certificateTokens, Collection<CRLToken> crlTokens, Collection<OCSPToken> ocspTokens) Extends the providedoriginalCMSwith the required validation dataMethods in eu.europa.esig.dss.cades.signature with parameters of type CMSModifier and TypeMethodDescriptionCAdESCounterSignatureBuilder.addCounterSignature(CMS originalCMS, CAdESCounterSignatureParameters parameters, SignatureValue signatureValue) Adds a counter signature the provided CMSCAdESSignaturePolicyStoreBuilder.extendCMS(CMS cms, SignaturePolicyStore signaturePolicyStore) Creates a new CMS with a SignaturePolicyStore for matching signaturesCAdESSignaturePolicyStoreBuilder.extendCMS(CMS cms, SignaturePolicyStore signaturePolicyStore, String signatureId) Creates a new CMS with a SignaturePolicyStore for a signature withsignatureIdprotected CMSCAdESLevelBaselineLT.extendCMSSignatures(CMS cms, CAdESSignatureParameters parameters, List<String> signatureIdsToExtend) protected CMSCAdESLevelBaselineLTA.extendCMSSignatures(CMS cms, CAdESSignatureParameters parameters, List<String> signatureIdsToExtend) protected CMSCAdESLevelBaselineT.extendCMSSignatures(CMS cms, CAdESSignatureParameters parameters, List<String> signatureIdsToExtend) protected booleanCAdESLevelBaselineLT.includesATSv2(CMS cms) Verifies if the CMS contains an ATSTv2CMSBuilder.setOriginalCMS(CMS originalCMS) Sets the original CMSSignedData, which internal field values will be copied to a new CMSSignedData -
Uses of CMS in eu.europa.esig.dss.cades.validation
Fields in eu.europa.esig.dss.cades.validation declared as CMSMethods in eu.europa.esig.dss.cades.validation that return CMSModifier and TypeMethodDescriptionCAdESSignature.getCMS()Gets CMSCMSDocumentAnalyzer.getCMS()This method returns a CMSCMSDocumentValidator.getCmsSignedData()This method returns a CMSConstructors in eu.europa.esig.dss.cades.validation with parameters of type CMSModifierConstructorDescriptionCAdESCertificateSource(CMS cms, org.bouncycastle.cms.SignerInformation signerInformation) The constructor to create a CAdES certificate source from aCMSwith an additional signer id parameter.CAdESCRLSource(CMS cms, org.bouncycastle.asn1.cms.AttributeTable unsignedAttributes) Creates a CAdES CRL source from aCMSand the relatedunsignedAttributesof the signerCAdESOCSPSource(CMS cms, org.bouncycastle.asn1.cms.AttributeTable unsignedAttributes) Creates a CAdES OCSP source from aCMSand the relatedunsignedAttributesof the signerCAdESSignature(CMS cms, org.bouncycastle.cms.SignerInformation signerInformation) The default constructor for CAdESSignature.CMSDocumentAnalyzer(CMS cms) The constructor forCMSDocumentAnalyzercreation from aCMS.CMSDocumentValidator(CMS cms) The default constructor forCMSDocumentValidator. -
Uses of CMS in eu.europa.esig.dss.cms
Methods in eu.europa.esig.dss.cms that return CMSModifier and TypeMethodDescriptionCMSGenerator.generate()Generates theCMSstatic CMSCMSUtils.parseToCMS(byte[] binaries) Parses the given byte array to aCMSobjectstatic CMSCMSUtils.parseToCMS(DSSDocument document) Parses the givenDSSDocumentto aCMSobjectICMSUtils.parseToCMS(byte[] binaries) Parses the given byte array to aCMSobjectICMSUtils.parseToCMS(DSSDocument document) Parses the givenDSSDocumentto aCMSobjectstatic CMSCMSUtils.populateDigestAlgorithmSet(CMS cms, Collection<org.bouncycastle.asn1.x509.AlgorithmIdentifier> digestAlgorithmsToAdd) Adds digest algorithms toCMSSignedDataICMSUtils.populateDigestAlgorithmSet(CMS cms, Collection<org.bouncycastle.asn1.x509.AlgorithmIdentifier> digestAlgorithmsToAdd) Adds digest algorithms toCMSSignedDatastatic CMSCMSUtils.replaceCertificatesAndCRLs(CMS cms, org.bouncycastle.util.Store<org.bouncycastle.cert.X509CertificateHolder> certificates, org.bouncycastle.util.Store<org.bouncycastle.cert.X509AttributeCertificateHolder> attributeCertificates, org.bouncycastle.util.Store<org.bouncycastle.cert.X509CRLHolder> crls, org.bouncycastle.util.Store<?> ocspResponsesStore, org.bouncycastle.util.Store<?> ocspBasicStore) Replaces SignedData content within theCMSwith the provided valuesICMSUtils.replaceCertificatesAndCRLs(CMS cms, org.bouncycastle.util.Store<org.bouncycastle.cert.X509CertificateHolder> certificates, org.bouncycastle.util.Store<org.bouncycastle.cert.X509AttributeCertificateHolder> attributeCertificates, org.bouncycastle.util.Store<org.bouncycastle.cert.X509CRLHolder> crls, org.bouncycastle.util.Store<?> ocspResponsesStore, org.bouncycastle.util.Store<?> ocspBasicStore) Replaces SignedData content within theCMSwith the provided valuesstatic CMSCMSUtils.replaceSigners(CMS cms, org.bouncycastle.cms.SignerInformationStore newSignerStore) Replaces the signers withincmswith thenewSignerStoreICMSUtils.replaceSigners(CMS cms, org.bouncycastle.cms.SignerInformationStore newSignerStore) Replaces the signers withincmswith thenewSignerStorestatic CMSCMSUtils.toCMS(org.bouncycastle.tsp.TimeStampToken timeStampToken) Converts aTimeStampTokento aCMSICMSUtils.toCMS(org.bouncycastle.tsp.TimeStampToken timeStampToken) Converts aTimeStampTokento aCMSMethods in eu.europa.esig.dss.cms with parameters of type CMSModifier and TypeMethodDescriptionstatic StringCMSUtils.getContentInfoEncoding(CMS cms) Gets encoding of the ContentInfo of CMSICMSUtils.getContentInfoEncoding(CMS cms) Gets encoding of the ContentInfo of CMSstatic CMSCMSUtils.populateDigestAlgorithmSet(CMS cms, Collection<org.bouncycastle.asn1.x509.AlgorithmIdentifier> digestAlgorithmsToAdd) Adds digest algorithms toCMSSignedDataICMSUtils.populateDigestAlgorithmSet(CMS cms, Collection<org.bouncycastle.asn1.x509.AlgorithmIdentifier> digestAlgorithmsToAdd) Adds digest algorithms toCMSSignedDatastatic org.bouncycastle.cms.SignerInformationCMSUtils.recomputeSignerInformation(CMS cms, org.bouncycastle.cms.SignerId signerId, org.bouncycastle.operator.DigestCalculatorProvider digestCalculatorProvider, DSSResourcesHandlerBuilder resourcesHandlerBuilder) This method re-created theSignerInformationwith a givensignerIdfromCMSby providing thedigestCalculatorProviderto the validation.org.bouncycastle.cms.SignerInformationICMSUtils.recomputeSignerInformation(CMS cms, org.bouncycastle.cms.SignerId signerId, org.bouncycastle.operator.DigestCalculatorProvider digestCalculatorProvider, DSSResourcesHandlerBuilder resourcesHandlerBuilder) This method re-created theSignerInformationwith a givensignerIdfromCMSby providing thedigestCalculatorProviderto the validation.static CMSCMSUtils.replaceCertificatesAndCRLs(CMS cms, org.bouncycastle.util.Store<org.bouncycastle.cert.X509CertificateHolder> certificates, org.bouncycastle.util.Store<org.bouncycastle.cert.X509AttributeCertificateHolder> attributeCertificates, org.bouncycastle.util.Store<org.bouncycastle.cert.X509CRLHolder> crls, org.bouncycastle.util.Store<?> ocspResponsesStore, org.bouncycastle.util.Store<?> ocspBasicStore) Replaces SignedData content within theCMSwith the provided valuesICMSUtils.replaceCertificatesAndCRLs(CMS cms, org.bouncycastle.util.Store<org.bouncycastle.cert.X509CertificateHolder> certificates, org.bouncycastle.util.Store<org.bouncycastle.cert.X509AttributeCertificateHolder> attributeCertificates, org.bouncycastle.util.Store<org.bouncycastle.cert.X509CRLHolder> crls, org.bouncycastle.util.Store<?> ocspResponsesStore, org.bouncycastle.util.Store<?> ocspBasicStore) Replaces SignedData content within theCMSwith the provided valuesstatic CMSCMSUtils.replaceSigners(CMS cms, org.bouncycastle.cms.SignerInformationStore newSignerStore) Replaces the signers withincmswith thenewSignerStoreICMSUtils.replaceSigners(CMS cms, org.bouncycastle.cms.SignerInformationStore newSignerStore) Replaces the signers withincmswith thenewSignerStorestatic voidCMSUtils.writeContentInfoEncoded(CMS cms, OutputStream os) Writes the encoded binaries of the ContentInfo element to the givenOutputStreamNOTE: This method is used for archive-time-stamp-v2 message-imprint computation.voidICMSUtils.writeContentInfoEncoded(CMS cms, OutputStream os) Writes the encoded binaries of the ContentInfo element to the givenOutputStreamNOTE: This method is used for archive-time-stamp-v2 message-imprint computation.static voidCMSUtils.writeSignedDataCertificatesEncoded(CMS cms, OutputStream os) Writes the encoded binaries of the SignedData.certificates field to the givenOutputStreamNOTE: This method is used for archive-time-stamp-v2 message-imprint computation.voidICMSUtils.writeSignedDataCertificatesEncoded(CMS cms, OutputStream os) Writes the encoded binaries of the SignedData.certificates field to the givenOutputStreamNOTE: This method is used for archive-time-stamp-v2 message-imprint computation.static voidCMSUtils.writeSignedDataCRLsEncoded(CMS cms, OutputStream os) Writes the encoded binaries of the SignedData.crls field to the givenOutputStreamNOTE: This method is used for archive-time-stamp-v2 message-imprint computation.voidICMSUtils.writeSignedDataCRLsEncoded(CMS cms, OutputStream os) Writes the encoded binaries of the SignedData.crls field to the givenOutputStreamNOTE: This method is used for archive-time-stamp-v2 message-imprint computation.static voidCMSUtils.writeSignedDataDigestAlgorithmsEncoded(CMS cms, OutputStream os) Writes the encoded binaries of the SignedData.digestAlgorithms field to the givenOutputStreamNOTE: This method is used for evidence record hash computationvoidICMSUtils.writeSignedDataDigestAlgorithmsEncoded(CMS cms, OutputStream os) Writes the encoded binaries of the SignedData.digestAlgorithms field to the givenOutputStreamNOTE: This method is used for evidence record hash computationstatic voidCMSUtils.writeSignedDataSignerInfosEncoded(CMS cms, OutputStream os) Writes the encoded binaries of the SignedData.signerInfos field to the givenOutputStreamNOTE: This method is used for evidence record hash computationvoidICMSUtils.writeSignedDataSignerInfosEncoded(CMS cms, OutputStream os) Writes the encoded binaries of the SignedData.signerInfos field to the givenOutputStreamNOTE: This method is used for evidence record hash computationstatic DSSDocumentCMSUtils.writeToDSSDocument(CMS cms, DSSResourcesHandlerBuilder resourcesHandlerBuilder) Creates aDSSDocumentfrom the givenCMS.ICMSUtils.writeToDSSDocument(CMS cms, DSSResourcesHandlerBuilder resourcesHandlerBuilder) Creates aDSSDocumentfrom the givenCMSusing the implementation based coding. -
Uses of CMS in eu.europa.esig.dss.cms.object
Classes in eu.europa.esig.dss.cms.object that implement CMSModifier and TypeClassDescriptionclassImplementation of aCMSbased on a BouncyCastleorg.bouncycastle.cms.CMSSignedDataMethods in eu.europa.esig.dss.cms.object that return CMSModifier and TypeMethodDescriptionCMSObjectGenerator.generate()CMSObjectUtils.parseToCMS(byte[] binaries) CMSObjectUtils.parseToCMS(DSSDocument document) CMSObjectUtils.populateDigestAlgorithmSet(CMS cms, Collection<org.bouncycastle.asn1.x509.AlgorithmIdentifier> digestAlgorithmsToAdd) CMSObjectUtils.replaceCertificatesAndCRLs(CMS cms, org.bouncycastle.util.Store<org.bouncycastle.cert.X509CertificateHolder> certificates, org.bouncycastle.util.Store<org.bouncycastle.cert.X509AttributeCertificateHolder> attributeCertificates, org.bouncycastle.util.Store<org.bouncycastle.cert.X509CRLHolder> crls, org.bouncycastle.util.Store<?> ocspResponsesStore, org.bouncycastle.util.Store<?> ocspBasicStore) CMSObjectUtils.replaceSigners(CMS cms, org.bouncycastle.cms.SignerInformationStore newSignerStore) CMSObjectUtils.toCMS(org.bouncycastle.tsp.TimeStampToken timeStampToken) Methods in eu.europa.esig.dss.cms.object with parameters of type CMSModifier and TypeMethodDescriptionCMSObjectUtils.getContentInfoEncoding(CMS cms) static org.bouncycastle.asn1.cms.SignedDataCMSObjectUtils.getSignedData(CMS cms) Gets SignedData element of the CMSCMSObjectUtils.populateDigestAlgorithmSet(CMS cms, Collection<org.bouncycastle.asn1.x509.AlgorithmIdentifier> digestAlgorithmsToAdd) org.bouncycastle.cms.SignerInformationCMSObjectUtils.recomputeSignerInformation(CMS cms, org.bouncycastle.cms.SignerId signerId, org.bouncycastle.operator.DigestCalculatorProvider digestCalculatorProvider, DSSResourcesHandlerBuilder resourcesHandlerBuilder) CMSObjectUtils.replaceCertificatesAndCRLs(CMS cms, org.bouncycastle.util.Store<org.bouncycastle.cert.X509CertificateHolder> certificates, org.bouncycastle.util.Store<org.bouncycastle.cert.X509AttributeCertificateHolder> attributeCertificates, org.bouncycastle.util.Store<org.bouncycastle.cert.X509CRLHolder> crls, org.bouncycastle.util.Store<?> ocspResponsesStore, org.bouncycastle.util.Store<?> ocspBasicStore) CMSObjectUtils.replaceSigners(CMS cms, org.bouncycastle.cms.SignerInformationStore newSignerStore) voidCMSObjectUtils.writeContentInfoEncoded(CMS cms, OutputStream os) voidCMSObjectUtils.writeSignedDataCertificatesEncoded(CMS cms, OutputStream os) voidCMSObjectUtils.writeSignedDataCRLsEncoded(CMS cms, OutputStream os) voidCMSObjectUtils.writeSignedDataDigestAlgorithmsEncoded(CMS cms, OutputStream os) voidCMSObjectUtils.writeSignedDataSignerInfosEncoded(CMS cms, OutputStream os) CMSObjectUtils.writeToDSSDocument(CMS cms, DSSResourcesHandlerBuilder resourcesHandlerBuilder) -
Uses of CMS in eu.europa.esig.dss.cms.stream
Classes in eu.europa.esig.dss.cms.stream that implement CMSModifier and TypeClassDescriptionclassImplementation of aCMSbased on a parsed content.Methods in eu.europa.esig.dss.cms.stream that return CMSModifier and TypeMethodDescriptionCMSStreamGenerator.generate()CMSStreamUtils.parseToCMS(byte[] binaries) CMSStreamUtils.parseToCMS(DSSDocument document) CMSStreamUtils.populateDigestAlgorithmSet(CMS cms, Collection<org.bouncycastle.asn1.x509.AlgorithmIdentifier> digestAlgorithmsToAdd) CMSStreamUtils.replaceCertificatesAndCRLs(CMS cms, org.bouncycastle.util.Store<org.bouncycastle.cert.X509CertificateHolder> certificates, org.bouncycastle.util.Store<org.bouncycastle.cert.X509AttributeCertificateHolder> attributeCertificates, org.bouncycastle.util.Store<org.bouncycastle.cert.X509CRLHolder> crls, org.bouncycastle.util.Store<?> ocspResponsesStore, org.bouncycastle.util.Store<?> ocspBasicStore) CMSStreamUtils.replaceSigners(CMS cms, org.bouncycastle.cms.SignerInformationStore newSignerStore) CMSStreamUtils.toCMS(org.bouncycastle.tsp.TimeStampToken timeStampToken) Methods in eu.europa.esig.dss.cms.stream with parameters of type CMSModifier and TypeMethodDescriptionprotected voidCMSStreamDocumentBuilder.addAttributeCertificates(DSSCMSSignedDataStreamGenerator generator, CMS cms) Adds attribute certificates fromCMSto aDSSCMSSignedDataStreamGeneratorprotected voidCMSStreamDocumentBuilder.addCertificates(DSSCMSSignedDataStreamGenerator generator, CMS cms) Adds SignedData.certificates fromCMSto aDSSCMSSignedDataStreamGeneratorprotected voidCMSStreamDocumentBuilder.addCRLs(DSSCMSSignedDataStreamGenerator generator, CMS cms) Adds CRLs fromCMSto aDSSCMSSignedDataStreamGeneratorprotected voidCMSStreamDocumentBuilder.addDigestAlgorithmIDs(DSSCMSSignedDataStreamGenerator generator, CMS cms) Adds digest algorithms IDs fromCMSto aDSSCMSSignedDataStreamGeneratorprotected voidCMSStreamDocumentBuilder.addOCSPBasicStore(DSSCMSSignedDataStreamGenerator generator, CMS cms) Adds OCSP basic store fromCMSto aDSSCMSSignedDataStreamGeneratorprotected voidCMSStreamDocumentBuilder.addOCSPResponses(DSSCMSSignedDataStreamGenerator generator, CMS cms) Adds OCSP responses fromCMSto aDSSCMSSignedDataStreamGeneratorprotected voidCMSStreamDocumentBuilder.addSigners(DSSCMSSignedDataStreamGenerator generator, CMS cms) Adds signers fromCMSto aDSSCMSSignedDataStreamGeneratorprotected org.bouncycastle.cms.CMSSignedDataStreamGeneratorCMSStreamDocumentBuilder.createCMSSignedDataStreamGenerator(CMS cms) Creates aCMSSignedDataStreamGeneratorto generate a complete CMSSignedData object from a givenCMS.protected org.bouncycastle.cms.CMSSignedDataStreamGeneratorCMSStreamDocumentBuilder.createCMSSignedDataStreamGenerator(CMS cms, boolean skipUnsignedAttributes) Creates aCMSSignedDataStreamGeneratorto generate a CMSSignedData object from a givenCMS.CMSStreamDocumentBuilder.createCMSSignedDocument(CMS cms) Builds aCMSSignedDataCMSStreamUtils.createCopy(CMS cms) Creates a copy of theCMSobjectCMSStreamUtils.getContentInfoEncoding(CMS cms) protected org.bouncycastle.cms.CMSTypedDataCMSStreamDocumentBuilder.getContentToBeSigned(CMS cms) Returns the content to be signedCMSStreamUtils.populateDigestAlgorithmSet(CMS cms, Collection<org.bouncycastle.asn1.x509.AlgorithmIdentifier> digestAlgorithmsToAdd) org.bouncycastle.cms.SignerInformationCMSStreamUtils.recomputeSignerInformation(CMS cms, org.bouncycastle.cms.SignerId signerId, org.bouncycastle.operator.DigestCalculatorProvider digestCalculatorProvider, DSSResourcesHandlerBuilder resourcesHandlerBuilder) org.bouncycastle.cms.SignerInformationStoreCMSStreamDocumentBuilder.recreateSignerInformationStore(CMS cms, org.bouncycastle.operator.DigestCalculatorProvider digestCalculatorProvider) Creates a new SignerInformationStore using thedigestCalculatorProvider.CMSStreamUtils.replaceCertificatesAndCRLs(CMS cms, org.bouncycastle.util.Store<org.bouncycastle.cert.X509CertificateHolder> certificates, org.bouncycastle.util.Store<org.bouncycastle.cert.X509AttributeCertificateHolder> attributeCertificates, org.bouncycastle.util.Store<org.bouncycastle.cert.X509CRLHolder> crls, org.bouncycastle.util.Store<?> ocspResponsesStore, org.bouncycastle.util.Store<?> ocspBasicStore) CMSStreamUtils.replaceSigners(CMS cms, org.bouncycastle.cms.SignerInformationStore newSignerStore) voidCMSStreamUtils.writeContentInfoEncoded(CMS cms, OutputStream os) voidCMSStreamUtils.writeSignedDataCertificatesEncoded(CMS cms, OutputStream os) voidCMSStreamUtils.writeSignedDataCRLsEncoded(CMS cms, OutputStream os) voidCMSStreamUtils.writeSignedDataDigestAlgorithmsEncoded(CMS cms, OutputStream os) Writes the encoded binaries of the SignedData.digestAlgorithms field to the givenOutputStreamNOTE: This method is used for evidence record hash computationvoidCMSStreamUtils.writeSignedDataSignerInfosEncoded(CMS cms, OutputStream os) Writes the encoded binaries of the SignedData.signerInfos field to the givenOutputStreamNOTE: This method is used for evidence record hash computationCMSStreamUtils.writeToDSSDocument(CMS cms, DSSResourcesHandlerBuilder resourcesHandlerBuilder) -
Uses of CMS in eu.europa.esig.dss.pades.signature
Methods in eu.europa.esig.dss.pades.signature that return CMSModifier and TypeMethodDescriptionprotected CMSExternalCMSService.buildCMS(DSSMessageDigest messageDigest, PAdESSignatureParameters parameters, SignatureValue signatureValue) This method builds aCMSwithout executing additional checks on provided configuration -
Uses of CMS in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation that return CMS -
Uses of CMS in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf that return CMSModifier and TypeMethodDescriptionPdfCMSRevision.getCMS()Gets the CMSSignedDataPdfSigDictWrapper.getCMS()Methods in eu.europa.esig.dss.pdf with parameters of type CMS