Package eu.europa.esig.dss.pdf
Interface PdfDict
public interface PdfDict
The usage of this interface permit the user to choose the underlying PDF
library use to created PDF signatures.
-
Method Summary
Modifier and Type Method Description PdfArray
getAsArray(String name)
PdfDict
getAsDict(String name)
byte[]
getBinariesValue(String name)
Date
getDateValue(String name)
String
getNameValue(String name)
String
getStringValue(String name)
String[]
list()
-
Method Details
-
getAsDict
-
getAsArray
-
getBinariesValue
- Throws:
IOException
-
list
String[] list() -
getStringValue
-
getNameValue
-
getDateValue
-