Uses of Interface
eu.europa.esig.dss.pdf.PdfDict
Package | Description |
---|---|
eu.europa.esig.dss.pdf |
-
Uses of PdfDict in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf that return PdfDict Modifier and Type Method Description PdfDict
PdfDict. getAsDict(String name)
Methods in eu.europa.esig.dss.pdf with parameters of type PdfDict Modifier and Type Method Description static PdfDssDict
PdfDssDict. extract(PdfDict documentDict)
static Map<Long,CertificateToken>
DSSDictionaryExtractionUtils. getCertsFromArray(PdfDict dict, String dictionaryName, String arrayName)
static Map<Long,byte[]>
DSSDictionaryExtractionUtils. getCRLsFromArray(PdfDict dict, String dictionaryName, String arrayName)
static Map<Long,org.bouncycastle.cert.ocsp.BasicOCSPResp>
DSSDictionaryExtractionUtils. getOCSPsFromArray(PdfDict dict, String dictionaryName, String arrayName)
Constructors in eu.europa.esig.dss.pdf with parameters of type PdfDict Constructor Description PdfSigDictWrapper(PdfDict dictionary)
PdfVRIDict(String name, PdfDict vriDict)