Uses of Class
eu.europa.esig.dss.pades.PAdESSignatureParameters

Packages that use PAdESSignatureParameters
Package
Description
 
  • Uses of PAdESSignatureParameters in eu.europa.esig.dss.pades.signature

    Modifier and Type
    Method
    Description
    protected void
    ExternalCMSService.assertConfigurationValid(eu.europa.esig.dss.model.DSSMessageDigest messageDigest, PAdESSignatureParameters parameters)
    This method verifies whether the provided parameters are valid for the external CMS creation process
    protected org.bouncycastle.cms.CMSSignedData
    ExternalCMSService.buildCMSSignedData(eu.europa.esig.dss.model.DSSMessageDigest messageDigest, PAdESSignatureParameters parameters, eu.europa.esig.dss.model.SignatureValue signatureValue)
    This method builds a CMSSignedData without executing additional checks on provided configuration
    protected eu.europa.esig.dss.model.ToBeSigned
    ExternalCMSService.buildToBeSignedData(eu.europa.esig.dss.model.DSSMessageDigest messageDigest, PAdESSignatureParameters parameters)
    This method builds a CMSSignedData without executing additional checks on provided configuration
    protected eu.europa.esig.dss.model.DSSMessageDigest
    PAdESService.computeDocumentDigest(eu.europa.esig.dss.model.DSSDocument toSignDocument, PAdESSignatureParameters parameters)
    Computes digest of the document to be signed
    eu.europa.esig.dss.model.DSSDocument
    PAdESService.extendDocument(eu.europa.esig.dss.model.DSSDocument toExtendDocument, PAdESSignatureParameters parameters)
     
    protected byte[]
    PAdESService.generateCMSSignedData(eu.europa.esig.dss.model.DSSDocument toSignDocument, PAdESSignatureParameters parameters, eu.europa.esig.dss.model.SignatureValue signatureValue)
    Generates the CMSSignedData
    eu.europa.esig.dss.spi.x509.tsp.TimestampToken
    PAdESService.getContentTimestamp(eu.europa.esig.dss.model.DSSDocument toSignDocument, PAdESSignatureParameters parameters)
     
    eu.europa.esig.dss.model.ToBeSigned
    ExternalCMSService.getDataToSign(eu.europa.esig.dss.model.DSSMessageDigest messageDigest, PAdESSignatureParameters parameters)
    This method is used to compute signed-attributes of a CMSSignedData to be used for a private-key signing.
    eu.europa.esig.dss.model.ToBeSigned
    PAdESService.getDataToSign(eu.europa.esig.dss.model.DSSDocument toSignDocument, PAdESSignatureParameters parameters)
     
    eu.europa.esig.dss.model.DSSMessageDigest
    PAdESWithExternalCMSService.getMessageDigest(eu.europa.esig.dss.model.DSSDocument toSignDocument, PAdESSignatureParameters parameters)
    This method computes message-digest of the signature ByteRange to be used for CMS Signed Data creation
    eu.europa.esig.dss.model.DSSDocument
    PAdESService.previewPageWithVisualSignature(eu.europa.esig.dss.model.DSSDocument toSignDocument, PAdESSignatureParameters parameters)
    Returns a page preview with the visual signature
    eu.europa.esig.dss.model.DSSDocument
    PAdESService.previewSignatureField(eu.europa.esig.dss.model.DSSDocument toSignDocument, PAdESSignatureParameters parameters)
    Returns a preview of the signature field
    eu.europa.esig.dss.model.DSSDocument
    PAdESService.signDocument(eu.europa.esig.dss.model.DSSDocument toSignDocument, PAdESSignatureParameters parameters, eu.europa.esig.dss.model.SignatureValue signatureValue)
     
    eu.europa.esig.dss.model.DSSDocument
    PAdESWithExternalCMSService.signDocument(eu.europa.esig.dss.model.DSSDocument toSignDocument, PAdESSignatureParameters parameters, eu.europa.esig.dss.model.DSSDocument cmsDocument)
    This method embeds the provided external cmsDocument to a {code toSignDocument} within a new signature revision.
    eu.europa.esig.dss.cades.signature.CMSSignedDocument
    ExternalCMSService.signMessageDigest(eu.europa.esig.dss.model.DSSMessageDigest messageDigest, PAdESSignatureParameters parameters, eu.europa.esig.dss.model.SignatureValue signatureValue)
    This method is used to create a signed CMSSignedData to be used for incorporation within a PDF document for a PAdES signature creation