Package eu.europa.esig.dss.pdf
Class PdfSigDictWrapper
java.lang.Object
eu.europa.esig.dss.pdf.PdfSigDictWrapper
- All Implemented Interfaces:
PdfSignatureDictionary
public class PdfSigDictWrapper extends Object implements PdfSignatureDictionary
-
Constructor Summary
Constructors Constructor Description PdfSigDictWrapper(PdfDict dictionary) -
Method Summary
Modifier and Type Method Description StringgetContactInfo()byte[]getContents()StringgetFilter()StringgetLocation()StringgetReason()int[]getSignatureByteRange()StringgetSignerName()DategetSigningDate()StringgetSubFilter()StringgetType()
-
Constructor Details
-
Method Details
-
getSignerName
- Specified by:
getSignerNamein interfacePdfSignatureDictionary
-
getContactInfo
- Specified by:
getContactInfoin interfacePdfSignatureDictionary
-
getReason
- Specified by:
getReasonin interfacePdfSignatureDictionary
-
getLocation
- Specified by:
getLocationin interfacePdfSignatureDictionary
-
getSigningDate
- Specified by:
getSigningDatein interfacePdfSignatureDictionary
-
getType
- Specified by:
getTypein interfacePdfSignatureDictionary
-
getFilter
- Specified by:
getFilterin interfacePdfSignatureDictionary
-
getSubFilter
- Specified by:
getSubFilterin interfacePdfSignatureDictionary
-
getContents
public byte[] getContents()- Specified by:
getContentsin interfacePdfSignatureDictionary
-
getSignatureByteRange
public int[] getSignatureByteRange()- Specified by:
getSignatureByteRangein interfacePdfSignatureDictionary
-