|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.interactive.digitalsignatures.PdfSignatureProperties
public class PdfSignatureProperties
Signature properties.
| Constructor Summary | |
|---|---|
PdfSignatureProperties()
|
|
| Method Summary | |
|---|---|
void |
setCert(java.util.List<PdfCertificate> certs)
Set the X.509 certificate chain used when signing and verifying signatures that use public-key cryptography. |
void |
setCert(PdfCertificate cert)
Set the X.509 certificate used when signing and verifying signatures that use public-key cryptography. |
void |
setFilter(java.lang.String filter)
Set the name of the preferred signature handler to use when validating this signature.(Required) |
void |
setSignatureLength(long signatureLength)
Set signature length. |
void |
setSoftwareModuleName(java.lang.String softwareModuleName)
Set the name of the software module used to create the signature. |
void |
setSubFilter(java.lang.String subFilter)
Set a name that describes the encoding of the signature value.(Required) |
| Constructor Detail |
|---|
public PdfSignatureProperties()
| Method Detail |
|---|
public void setFilter(java.lang.String filter)
filter - The name of the preferred signature handler.public void setSubFilter(java.lang.String subFilter)
subFilter - The name that describes the encoding of the signature value.public void setCert(PdfCertificate cert)
cert - The X.509 certificate.public void setCert(java.util.List<PdfCertificate> certs)
certs - The X.509 certificate chain.public void setSignatureLength(long signatureLength)
signatureLength - The signature length.public void setSoftwareModuleName(java.lang.String softwareModuleName)
softwareModuleName - The name of the software module.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||