Uses of Interface
eu.europa.esig.dss.pades.validation.PdfObjectKey
Packages that use PdfObjectKey
Package
Description
-
Uses of PdfObjectKey in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation that return PdfObjectKeyModifier and TypeMethodDescriptionPdfValidationDataContainer.getTokenReference(Token token) Returns a reference corresponding to the given token from the PDF document, if presentMethods in eu.europa.esig.dss.pades.validation that return types with arguments of type PdfObjectKeyModifier and TypeMethodDescriptionPAdESCertificateSource.getCertificateMap()Gets the map of certificate PDF object ids and the certificateTokensPAdESCRLSource.getCrlMap()Returns a map of all CRL entries contained in DSS dictionary or into nested VRI dictionariesPdfValidationDataContainer.getKnownObjectsMap()This method builds a map of token identifiers and their unique references within a PDF document from a list of extracted PdfRevisionsPAdESOCSPSource.getOcspMap()Returns a map of all OCSP entries contained in DSS dictionary or into nested VRI dictionaries -
Uses of PdfObjectKey in eu.europa.esig.dss.pades.validation.dss
Methods in eu.europa.esig.dss.pades.validation.dss that return types with arguments of type PdfObjectKeyModifier and TypeMethodDescriptionPdfDssDictCertificateSource.getCertificateMap()Gets a map of PDF object ids and corresponding certificate tokensPdfDssDictCRLSource.getCrlMap()Returns a map of all CRL entries contained in DSS dictionary or into nested VRI dictionariesPdfDssDictOCSPSource.getOcspMap()Returns a map of all OCSP entries contained in DSS dictionary or into nested VRI dictionariesprotected Set<PdfObjectKey> PdfCompositeDssDictCRLSource.getRevocationTokenIds(RevocationToken<CRL> crlToken) Returns corresponding PDF object identifier for the extracted revocation tokenprotected Set<PdfObjectKey> PdfCompositeDssDictOCSPSource.getRevocationTokenIds(RevocationToken<OCSP> ocspToken) Returns corresponding PDF object identifier for the extracted revocation tokenprotected Set<PdfObjectKey> PdfCompositeDssDictCRLSource.getTokenBinaryObjectIds(EncapsulatedRevocationTokenIdentifier<CRL> binary) Returns PDF object identifier for the provided binaryprotected Set<PdfObjectKey> PdfCompositeDssDictOCSPSource.getTokenBinaryObjectIds(EncapsulatedRevocationTokenIdentifier<OCSP> binary) Returns PDF object identifier for the provided binaryMethods in eu.europa.esig.dss.pades.validation.dss with parameters of type PdfObjectKeyModifier and TypeMethodDescriptionprotected Set<CertificateToken> PdfCompositeDssDictCertificateSource.getCertificateTokensByObjectId(PdfObjectKey objectId) This method returns a set ofCertificateTokens with the given PDF object id -
Uses of PdfObjectKey in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf that return PdfObjectKeyModifier and TypeMethodDescriptionPdfArray.getObjectKey(int i) Retrieves the Object key for the position iPdfDict.getObjectKey(String name) Returns a Pdf object ket of indirect reference to an object, when applicableMethods in eu.europa.esig.dss.pdf that return types with arguments of type PdfObjectKeyModifier and TypeMethodDescriptionAbstractPdfDssDict.getCERTs()PdfDssDict.getCERTs()Returns a map of unique identifiers and Certificate Tokensstatic Map<PdfObjectKey, CertificateToken> DSSDictionaryExtractionUtils.getCertsFromArray(PdfDict dict, String dictionaryName, String arrayName) Extract certificate object mapAbstractPdfDssDict.getCRLs()PdfDssDict.getCRLs()Returns a map of uniques identifiers and CRL binariesstatic Map<PdfObjectKey, CRLBinary> DSSDictionaryExtractionUtils.getCRLsFromArray(PdfDict dict, String dictionaryName, String arrayName) Extract CRL object mapAbstractPdfDssDict.getOCSPs()PdfDssDict.getOCSPs()Returns a map of unique identifiers andOCSPResponseBinarysstatic Map<PdfObjectKey, OCSPResponseBinary> DSSDictionaryExtractionUtils.getOCSPsFromArray(PdfDict dict, String dictionaryName, String arrayName) Extract OCSP object map -
Uses of PdfObjectKey in eu.europa.esig.dss.pdf.modifications
Methods in eu.europa.esig.dss.pdf.modifications with parameters of type PdfObjectKeyModifier and TypeMethodDescriptionvoidPdfObjectTree.addReference(PdfObjectKey objectKey) Adds a pdf object keybooleanPdfObjectTree.isProcessedReference(PdfObjectKey objectKey) Checks whether a reference to the given object by number has been already processed in this tree -
Uses of PdfObjectKey in eu.europa.esig.dss.pdf.openpdf
Classes in eu.europa.esig.dss.pdf.openpdf that implement PdfObjectKeyModifier and TypeClassDescriptionclassOpenPdf (iText) implementation of a PDF object identifierMethods in eu.europa.esig.dss.pdf.openpdf with parameters of type PdfObjectKeyModifier and TypeMethodDescriptioncom.lowagie.text.pdf.PdfObjectITextDocumentReader.getObjectByKey(PdfObjectKey objectKey) GetsPdfObjectfrom the PDF by the givenobjectKey -
Uses of PdfObjectKey in eu.europa.esig.dss.pdf.pdfbox
Classes in eu.europa.esig.dss.pdf.pdfbox that implement PdfObjectKeyModifier and TypeClassDescriptionclassPdfBox implementation of the PDF object keyMethods in eu.europa.esig.dss.pdf.pdfbox with parameters of type PdfObjectKeyModifier and TypeMethodDescriptionorg.apache.pdfbox.cos.COSObjectPdfBoxDocumentReader.getObjectByKey(PdfObjectKey objectKey) GetsCOSObjectfrom the PDF by the givenobjectKey