|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.interactive.digitalsignatures.PdfPKCS7Formatter
public class PdfPKCS7Formatter
Pdf pkcs7 signature implementation.
| Constructor Summary | |
|---|---|
PdfPKCS7Formatter(PdfCertificate certificate,
boolean encapsulate)
Construct a new instance. |
|
| Method Summary | |
|---|---|
PdfSignatureProperties |
getProperties()
Get the signature properties. |
void |
setOCSPService(IOCSPService value)
Set the service which generate OCSP response. |
void |
setTimestampService(ITSAService value)
Set the provider which generate timestamp token. |
| Methods inherited from interface com.spire.pdf.interactive.digitalsignatures.IPdfSignatureFormatter |
|---|
sign |
| Constructor Detail |
|---|
public PdfPKCS7Formatter(PdfCertificate certificate,
boolean encapsulate)
certificate - The signing certificate.encapsulate - if encapsulate is true a copy of the message will be included in the signature.| Method Detail |
|---|
public PdfSignatureProperties getProperties()
getProperties in interface IPdfSignatureFormatterpublic void setOCSPService(IOCSPService value)
value - The service which generate OCSP response.public void setTimestampService(ITSAService value)
value - The provider which generate timestamp token.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||