Interface PdfSignatureDictionary
- All Known Implementing Classes:
PdfSigDictWrapper
public interface PdfSignatureDictionary
Contains PDF signature dictionary information
-
Method Summary
Modifier and Type Method Description ByteRange
getByteRange()
Gets the signed/timestamped ByteRangeorg.bouncycastle.cms.CMSSignedData
getCMSSignedData()
Gets the CMSSignedData from /ContentsString
getContactInfo()
Gets the signer's contact infobyte[]
getContents()
Gets /Contents binaries (CMSSignedData)String
getFilter()
Gets the Filter valueString
getLocation()
Gets the signer's locationString
getReason()
Gets the signing reasonString
getSignerName()
Gets name of the signedDate
getSigningDate()
Gets the claimed signing timeString
getSubFilter()
Gets the SubFilter valueString
getType()
Gets type of the dictionary
-
Method Details
-
getByteRange
ByteRange getByteRange()Gets the signed/timestamped ByteRange- Returns:
ByteRange
-
getSignerName
String getSignerName()Gets name of the signed- Returns:
String
-
getLocation
String getLocation()Gets the signer's location- Returns:
String
-
getContactInfo
String getContactInfo()Gets the signer's contact info- Returns:
String
-
getReason
String getReason()Gets the signing reason- Returns:
String
-
getType
String getType()Gets type of the dictionary- Returns:
String
-
getFilter
String getFilter()Gets the Filter value- Returns:
String
-
getSubFilter
String getSubFilter()Gets the SubFilter value- Returns:
String
-
getCMSSignedData
org.bouncycastle.cms.CMSSignedData getCMSSignedData()Gets the CMSSignedData from /Contents- Returns:
CMSSignedData
-
getContents
byte[] getContents()Gets /Contents binaries (CMSSignedData)- Returns:
- /Contents binaries
-
getSigningDate
Date getSigningDate()Gets the claimed signing time- Returns:
Date
-