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 PdfArraygetAsArray(String name)PdfDictgetAsDict(String name)byte[]getBinariesValue(String name)DategetDateValue(String name)StringgetNameValue(String name)StringgetStringValue(String name)String[]list()
-
Method Details
-
getAsDict
-
getAsArray
-
getBinariesValue
- Throws:
IOException
-
list
String[] list() -
getStringValue
-
getNameValue
-
getDateValue
-