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 ByteRange
getByteRange()
org.bouncycastle.cms.CMSSignedData
getCMSSignedData()
String
getContactInfo()
byte[]
getContents()
String
getFilter()
String
getLocation()
String
getReason()
String
getSignerName()
Date
getSigningDate()
String
getSubFilter()
String
getType()
-
Constructor Details
-
Method Details
-
getSignerName
- Specified by:
getSignerName
in interfacePdfSignatureDictionary
-
getContactInfo
- Specified by:
getContactInfo
in interfacePdfSignatureDictionary
-
getReason
- Specified by:
getReason
in interfacePdfSignatureDictionary
-
getLocation
- Specified by:
getLocation
in interfacePdfSignatureDictionary
-
getSigningDate
- Specified by:
getSigningDate
in interfacePdfSignatureDictionary
-
getType
- Specified by:
getType
in interfacePdfSignatureDictionary
-
getFilter
- Specified by:
getFilter
in interfacePdfSignatureDictionary
-
getSubFilter
- Specified by:
getSubFilter
in interfacePdfSignatureDictionary
-
getCMSSignedData
public org.bouncycastle.cms.CMSSignedData getCMSSignedData()- Specified by:
getCMSSignedData
in interfacePdfSignatureDictionary
-
getContents
public byte[] getContents()- Specified by:
getContents
in interfacePdfSignatureDictionary
-
getByteRange
- Specified by:
getByteRange
in interfacePdfSignatureDictionary
-