Package eu.europa.esig.dss.pdf
Interface PdfDssDict
- All Known Implementing Classes:
AbstractPdfDssDict,PdfVRIDict,SingleDssDict
public interface PdfDssDict
-
Method Summary
Modifier and Type Method Description Map<Long,CertificateToken>getCERTs()Returns a map of unique identifiers and Certificate TokensMap<Long,CRLBinary>getCRLs()Returns a map of uniques identifiers and CRL binariesMap<Long,org.bouncycastle.cert.ocsp.BasicOCSPResp>getOCSPs()Returns a map of unique identifiers and BasicOCSPResponsesList<PdfVRIDict>getVRIs()Returns a list of VRI dictionaries
-
Method Details
-
getCRLs
Returns a map of uniques identifiers and CRL binaries- Returns:
- a map of identifiers and CRL binaries
-
getOCSPs
Returns a map of unique identifiers and BasicOCSPResponses- Returns:
- a map of identifiers and
BasicOCSPResps
-
getCERTs
Map<Long,CertificateToken> getCERTs()Returns a map of unique identifiers and Certificate Tokens- Returns:
- a map of indetifiers and
CertificateTokens
-
getVRIs
List<PdfVRIDict> getVRIs()Returns a list of VRI dictionaries- Returns:
- a list of
PdfVRIDicts
-