Interface PdfDssDict

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractPdfDssDict, PdfVriDict, SingleDssDict

public interface PdfDssDict extends Serializable
Represents the DSS dictionary
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<Long,eu.europa.esig.dss.model.x509.CertificateToken>
    Returns a map of unique identifiers and Certificate Tokens
    Map<Long,eu.europa.esig.dss.crl.CRLBinary>
    Returns a map of uniques identifiers and CRL binaries
    Map<Long,eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPResponseBinary>
    Returns a map of unique identifiers and OCSPResponseBinarys
    Returns a list of VRI dictionaries
  • Method Details

    • getCRLs

      Map<Long,eu.europa.esig.dss.crl.CRLBinary> getCRLs()
      Returns a map of uniques identifiers and CRL binaries
      Returns:
      a map of identifiers and CRL binaries
    • getOCSPs

      Map<Long,eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPResponseBinary> getOCSPs()
      Returns a map of unique identifiers and OCSPResponseBinarys
      Returns:
      a map of identifiers and OCSPResponseBinarys
    • getCERTs

      Map<Long,eu.europa.esig.dss.model.x509.CertificateToken> getCERTs()
      Returns a map of unique identifiers and Certificate Tokens
      Returns:
      a map of identifiers and CertificateTokens
    • getVRIs

      List<PdfVriDict> getVRIs()
      Returns a list of VRI dictionaries
      Returns:
      a list of PdfVriDicts