Package eu.europa.esig.dss.pdf
Interface PdfDict
-
public interface PdfDictThe 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 Detail
-
getBinariesValue
byte[] getBinariesValue(String name) throws IOException
- Throws:
IOException
-
list
String[] list()
-
-