Class PdfSigGenericPKCS
java.lang.Object
com.aowagie.text.pdf.PdfObject
com.aowagie.text.pdf.PdfDictionary
com.aowagie.text.pdf.PdfSignature
com.aowagie.text.pdf.PdfSigGenericPKCS
A signature dictionary representation for the standard filters.
-
Field Summary
Fields inherited from class PdfDictionary
hashMap -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the subject name in the signing certificate (the element "CN")Gets the class instance that does the actual signing.byte[]Gets the signature content.Methods inherited from class PdfSignature
setByteRange, setCert, setContact, setContents, setDate, setLocation, setName, setReasonMethods inherited from class PdfDictionary
get, getAsArray, getAsDict, getAsName, getAsNumber, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, put, remove, size, toPdf, toStringMethods inherited from class PdfObject
getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, setContent, setIndRef, type
-
Method Details
-
getName
Gets the subject name in the signing certificate (the element "CN")- Returns:
- the subject name in the signing certificate (the element "CN")
-
getSigner
Gets the class instance that does the actual signing.- Returns:
- the class instance that does the actual signing
-
getSignerContents
public byte[] getSignerContents()Gets the signature content. This can be a PKCS#1 or a PKCS#7. It corresponds to the /Contents key.- Returns:
- the signature content
-