Uses of Class
eu.europa.esig.dss.cades.signature.CMSBuilder
Packages that use CMSBuilder
-
Uses of CMSBuilder in eu.europa.esig.dss.cades.signature
Methods in eu.europa.esig.dss.cades.signature that return CMSBuilderModifier and TypeMethodDescriptionCMSBuilder.setCertificateChain
(Collection<CertificateToken> certificateChain) Sets a collection of certificates to be incorporated within SignedData.certificates fieldCMSBuilder.setEncapsulate
(boolean encapsulate) Sets whether a signer content shall be encapsulated to the CMSSignedData.CMSBuilder.setGenerateWithoutCertificates
(boolean generateWithoutCertificates) Sets whether CMSSignedData is to be generated without certificates inside.CMSBuilder.setOriginalCMS
(CMS originalCMS) Sets the original CMSSignedData, which internal field values will be copied to a new CMSSignedDataCMSBuilder.setSigningCertificate
(CertificateToken signingCertificate) Sets a signing-certificate to be used for CMSSignedData generationCMSBuilder.setTrustAnchorBPPolicy
(boolean trustAnchorBPPolicy) Sets whether a B-level trust anchor policy should be used.CMSBuilder.setTrustedCertificateSource
(CertificateSource trustedCertificateSource) Sets a trusted certificate source.