Uses of Class
eu.europa.esig.dss.pades.PAdESSignatureParameters
Package | Description |
---|---|
eu.europa.esig.dss.pades.signature |
-
Uses of PAdESSignatureParameters in eu.europa.esig.dss.pades.signature
Methods in eu.europa.esig.dss.pades.signature with parameters of type PAdESSignatureParameters Modifier and Type Method Description protected byte[]
PAdESService. computeDocumentDigest(DSSDocument toSignDocument, PAdESSignatureParameters parameters)
Computes digest of the document to be signedDSSDocument
PAdESService. extendDocument(DSSDocument toExtendDocument, PAdESSignatureParameters parameters)
protected byte[]
PAdESService. generateCMSSignedData(DSSDocument toSignDocument, PAdESSignatureParameters parameters, SignatureValue signatureValue)
Generates the CMSSignedDataTimestampToken
PAdESService. getContentTimestamp(DSSDocument toSignDocument, PAdESSignatureParameters parameters)
ToBeSigned
PAdESService. getDataToSign(DSSDocument toSignDocument, PAdESSignatureParameters parameters)
DSSDocument
PAdESService. signDocument(DSSDocument toSignDocument, PAdESSignatureParameters parameters, SignatureValue signatureValue)