Package eu.europa.esig.dss.validation
Interface PdfSignatureDictionary
- All Known Implementing Classes:
PdfSigDictWrapper
public interface PdfSignatureDictionary
Contains PDF signature dictionary information
-
Method Summary
Modifier and Type Method Description ByteRangegetByteRange()org.bouncycastle.cms.CMSSignedDatagetCMSSignedData()StringgetContactInfo()byte[]getContents()StringgetFilter()StringgetLocation()StringgetReason()StringgetSignerName()DategetSigningDate()StringgetSubFilter()StringgetType()
-
Method Details
-
getByteRange
ByteRange getByteRange() -
getSignerName
String getSignerName() -
getLocation
String getLocation() -
getContactInfo
String getContactInfo() -
getReason
String getReason() -
getType
String getType() -
getFilter
String getFilter() -
getSubFilter
String getSubFilter() -
getCMSSignedData
org.bouncycastle.cms.CMSSignedData getCMSSignedData() -
getContents
byte[] getContents() -
getSigningDate
Date getSigningDate()
-