| java.lang.Object de.intarsys.pdf.cos.COSBasedObject de.intarsys.pdf.pd.PDObject de.intarsys.pdf.pd.PDSignature
PDSignature | public class PDSignature extends PDObject (Code) | | This class represents the signature object referenced for example in an
AcroForm signature field.
|
DK_Prop_AuthTime | final public static COSName DK_Prop_AuthTime(Code) | | |
DK_Prop_AuthType | final public static COSName DK_Prop_AuthType(Code) | | |
META | final public static MetaClass META(Code) | | The meta class instance
|
cosGetByteRange | public COSArray cosGetByteRange()(Code) | | the byte range for the signature or null |
getCert | public List getCert()(Code) | |
Get a List of certificates, the first one is the certificate of the
signer himself. Followed by certificates of certificate authoritys.
A certificate is stored as DER encoded byte[]
a List of certificates or null |
getContactInfo | public String getContactInfo()(Code) | | how to contact the signer or null |
getContentBytes | public byte[] getContentBytes()(Code) | | |
getDate | public CDSDate getDate()(Code) | | the date the signature took place |
getFilter | public COSName getFilter()(Code) | | Filter is a name for the original signature creator, for example:
Adobe.PPKLite
name of the signature creator |
getLocation | public String getLocation()(Code) | | where the document was signed or null |
getName | public String getName()(Code) | | name of the signer or null |
getReason | public String getReason()(Code) | | reason for signing this document or null |
getSubFilter | public COSName getSubFilter()(Code) | | SubFilter is the name of a encoding and storage algorithm.
the name of the encoding algorithm |
setCert | public void setCert(byte[] certificate)(Code) | | Sets certificates in the /Cert field.
Parameters: certificate - a DER encoded byte[] |
setCert | public void setCert(List certificates)(Code) | | Sets certificates in the /Cert field.
Parameters: certificates - a list of DER encoded byte[] |
setContactInfo | public void setContactInfo(String contactInfo)(Code) | | Parameters: contactInfo - how to contact the signer, may be null |
setFilter | public void setFilter(COSName filter)(Code) | | Set the name of the signature creator, for example: Adobe.PPKLite
Parameters: filter - name of the signature creator |
setLocation | public void setLocation(String location)(Code) | | Parameters: location - location the signer signed the document, may be null |
setName | public void setName(String name)(Code) | | Parameters: name - name of the signer, may be null |
setReason | public void setReason(String reason)(Code) | | Parameters: reason - reason why is document was signed, may be null |
setSubFilter | public void setSubFilter(COSName subfilter)(Code) | | Set the name of the encoding algorithm
Parameters: subfilter - name of the encoding algorithm |
Methods inherited from de.intarsys.pdf.cos.COSBasedObject | public void changed(COSObject pObject, Object slot, Object oldValue, Object newValue)(Code)(Java Doc) public COSArray cosGetArray()(Code)(Java Doc) public COSDictionary cosGetDict()(Code)(Java Doc) public COSDocument cosGetDoc()(Code)(Java Doc) public COSObject cosGetField(COSName name)(Code)(Java Doc) public COSObject cosGetObject()(Code)(Java Doc) public COSStream cosGetStream()(Code)(Java Doc) public boolean cosHasField(COSName name)(Code)(Java Doc) public COSObject cosRemoveField(COSName name)(Code)(Java Doc) public COSObject cosSetField(COSName name, COSObject cosObj)(Code)(Java Doc) public Object getAttribute(Object key)(Code)(Java Doc) public boolean getFieldBoolean(COSName name, boolean defaultValue)(Code)(Java Doc) public CDSDate getFieldDate(COSName name, CDSDate defaultValue)(Code)(Java Doc) public float getFieldFixed(COSName name, float defaultValue)(Code)(Java Doc) public float[] getFieldFixedArray(COSName name, float[] defaultValue)(Code)(Java Doc) public int getFieldInt(COSName name, int defaultValue)(Code)(Java Doc) public String getFieldMLString(COSName name, String defaultValue)(Code)(Java Doc) public String getFieldString(COSName name, String defaultValue)(Code)(Java Doc) protected void initializeFromCos()(Code)(Java Doc) protected void initializeFromScratch()(Code)(Java Doc) public void invalidateCaches()(Code)(Java Doc) public Object removeAttribute(Object key)(Code)(Java Doc) public Object setAttribute(Object key, Object value)(Code)(Java Doc) public void setFieldBoolean(COSName name, boolean value)(Code)(Java Doc) public void setFieldFixed(COSName name, float value)(Code)(Java Doc) protected void setFieldFixedArray(COSName key, float[] array)(Code)(Java Doc) public void setFieldInt(COSName name, int value)(Code)(Java Doc) public void setFieldMLString(COSName name, String value)(Code)(Java Doc) public void setFieldName(COSName name, String value)(Code)(Java Doc) public void setFieldObject(COSName name, COSBasedObject value)(Code)(Java Doc) public void setFieldString(COSName name, String value)(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|