Uses of Class
org.verapdf.cos.COSKey
-
-
Uses of COSKey in org.verapdf.cos
Methods in org.verapdf.cos that return COSKey Modifier and Type Method Description abstract COSKeyCOSBase. getKey()COSKeyCOSDirect. getKey()COSKeyCOSIndirect. getKey()COSKeyCOSObject. getKey()COSKeyCOSBody. getKeyForObject(COSObject obj)COSKeyCOSBase. getObjectKey()COSKeyCOSIndirect. getObjectKey()COSKeyCOSObject. getObjectKey()COSKeyCOSDocument. setObject(COSObject obj)Methods in org.verapdf.cos that return types with arguments of type COSKey Modifier and Type Method Description Map<COSKey,COSObject>COSDocument. getObjectsMap()Methods in org.verapdf.cos with parameters of type COSKey Modifier and Type Method Description static COSObjectCOSIndirect. construct(COSKey value)static COSObjectCOSIndirect. construct(COSKey value, COSDocument doc)COSObjectCOSBody. get(COSKey key)COSObjectCOSDocument. getObject(COSKey key)LongCOSDocument. getOffset(COSKey key)voidCOSBody. set(COSKey key, COSObject object)abstract booleanCOSBase. setKey(COSKey key, COSDocument document)booleanCOSDirect. setKey(COSKey key, COSDocument document)booleanCOSIndirect. setKey(COSKey key, COSDocument document)voidCOSObject. setKey(COSKey key, COSDocument document)voidCOSDocument. setObject(COSKey key, COSObject obj)voidCOSBase. setObjectKey(COSKey indirectKey)voidCOSObject. setObjectKey(COSKey key)Constructors in org.verapdf.cos with parameters of type COSKey Constructor Description COSIndirect(COSKey key, COSDocument document) -
Uses of COSKey in org.verapdf.cos.filters
Methods in org.verapdf.cos.filters with parameters of type COSKey Modifier and Type Method Description static byte[]COSFilterRC4DecryptionDefault. getObjectKeyDigest(COSKey objectKey)Gets a byte string consisting of object number and object generation concatenated.Constructors in org.verapdf.cos.filters with parameters of type COSKey Constructor Description COSFilterAESDecryptionDefault(ASInputStream stream, COSKey objectKey, byte[] encryptionKey, boolean decryptingCOSStream, ASAtom method)Constructor.COSFilterRC4DecryptionDefault(ASInputStream stream, COSKey objectKey, byte[] encryptionKey)Constructor. -
Uses of COSKey in org.verapdf.cos.visitor
Fields in org.verapdf.cos.visitor with type parameters of type COSKey Modifier and Type Field Description protected List<COSKey>Writer. toWriteprotected List<COSKey>Writer. writtenMethods in org.verapdf.cos.visitor that return COSKey Modifier and Type Method Description protected COSKeyIndirectWriter. getKeyToWrite(COSKey key)protected COSKeyWriter. getKeyToWrite(COSKey key)Methods in org.verapdf.cos.visitor with parameters of type COSKey Modifier and Type Method Description voidWriter. addToWrite(COSKey key)voidWriter. addXRef(COSKey key)protected voidWriter. addXRef(COSKey key, long offset, char free)protected COSKeyIndirectWriter. getKeyToWrite(COSKey key)protected COSKeyWriter. getKeyToWrite(COSKey key)protected voidWriter. write(COSKey value)protected voidWriter. write(COSKey key, COSObject object)Method parameters in org.verapdf.cos.visitor with type arguments of type COSKey Modifier and Type Method Description voidWriter. addToWrite(List<COSKey> keys)voidWriter. freeObjects(Map<COSKey,Long> keys) -
Uses of COSKey in org.verapdf.cos.xref
Methods in org.verapdf.cos.xref that return COSKey Modifier and Type Method Description COSKeyCOSXRefTable. next()Methods in org.verapdf.cos.xref that return types with arguments of type COSKey Modifier and Type Method Description List<COSKey>COSXRefTable. getAllKeys()Methods in org.verapdf.cos.xref with parameters of type COSKey Modifier and Type Method Description voidCOSXRefSection. add(COSKey key, long offset)voidCOSXRefSection. add(COSKey key, long offset, char free)voidCOSXRefTable. newKey(COSKey key)Method parameters in org.verapdf.cos.xref with type arguments of type COSKey Modifier and Type Method Description voidCOSXRefSection. add(Map<COSKey,Long> offsets)voidCOSXRefSection. add(Map<COSKey,Long> offsets, char free)voidCOSXRefSection. addTo(List<COSKey> keys)voidCOSXRefSection. addTo(Map<COSKey,Long> offsets)voidCOSXRefTable. newKey(List<COSKey> key)voidCOSXRefTable. set(List<COSKey> keys) -
Uses of COSKey in org.verapdf.gf.model.factory.chunks
Methods in org.verapdf.gf.model.factory.chunks with parameters of type COSKey Modifier and Type Method Description voidChunkContainer. add(COSKey pageObjectNumber, Long mcid, IChunk chunk)List<IChunk>ChunkFactory. chunksFromTokens(Integer pageNumber, COSKey pageObjectNumber, List<Object> rawTokens, ResourceHandler resourceHandler, double[] cropBox)booleanChunkContainer. containsKey(COSKey pageObjectNumber, Long mcid)List<IChunk>ChunkContainer. get(COSKey pageObjectNumber, Long mcid)List<IChunk>ChunkContainer. get(COSKey pageObjectNumber, BoundingBox boundingBox) -
Uses of COSKey in org.verapdf.gf.model.impl.sa
Methods in org.verapdf.gf.model.impl.sa that return COSKey Modifier and Type Method Description COSKeyGFSAStructElem. getPageObjectNumber()Constructors in org.verapdf.gf.model.impl.sa with parameters of type COSKey Constructor Description GFSAContentStream(PDContentStream contentStream, ResourceHandler resourceHandler, Integer pageNumber, COSKey pageObjectNumber, double[] cropBox) -
Uses of COSKey in org.verapdf.io
Methods in org.verapdf.io that return types with arguments of type COSKey Modifier and Type Method Description List<COSKey>COSXRefTableReader. getKeys()List<COSKey>IReader. getKeys()Methods in org.verapdf.io with parameters of type COSKey Modifier and Type Method Description booleanCOSXRefTableReader. containsKey(COSKey key)COSObjectIReader. getObject(COSKey key)COSObjectReader. getObject(COSKey key)longCOSXRefTableReader. getOffset(COSKey key)LongIReader. getOffset(COSKey key) -
Uses of COSKey in org.verapdf.parser
Fields in org.verapdf.parser declared as COSKey Modifier and Type Field Description protected COSKeyCOSParser. keyOfCurrentObjectprotected COSKeyNotSeekableCOSParser. keyOfCurrentObjectMethods in org.verapdf.parser that return types with arguments of type COSKey Modifier and Type Method Description List<COSKey>DecodedObjectStreamParser. getInternalObjectsKeys()List<COSKey>XRefReader. getKeys()Methods in org.verapdf.parser with parameters of type COSKey Modifier and Type Method Description protected booleanXRefReader. containsKey(COSKey key)COSObjectDecodedObjectStreamParser. getObject(COSKey key)Parses object from object stream.LongXRefReader. getOffset(COSKey key)Constructors in org.verapdf.parser with parameters of type COSKey Constructor Description DecodedObjectStreamParser(ASInputStream inputStream, COSStream objectStream, COSKey streamKey, COSDocument doc)Constructor from decoded object stream data and COSStream. -
Uses of COSKey in org.verapdf.pd.encryption
Methods in org.verapdf.pd.encryption with parameters of type COSKey Modifier and Type Method Description voidStandardSecurityHandler. decryptStream(COSStream stream, COSKey key)Applies decryption filter to the stream so it can be read as unencrypted.voidStandardSecurityHandler. decryptString(COSString string, COSKey stringKey)Decrypts string and writes result into string. -
Uses of COSKey in org.verapdf.pd.form
Constructor parameters in org.verapdf.pd.form with type arguments of type COSKey Constructor Description PDFormField(COSObject obj, Set<COSKey> parents)PDSignatureField(COSObject obj, Set<COSKey> parents) -
Uses of COSKey in org.verapdf.pd.structure
Methods in org.verapdf.pd.structure that return COSKey Modifier and Type Method Description COSKeyPDMCRDictionary. getPageObjectNumber()COSKeyPDStructElem. getPageObjectNumber()Method parameters in org.verapdf.pd.structure with type arguments of type COSKey Modifier and Type Method Description COSObjectPDNumberTreeNode. getObject(Long key, Set<COSKey> visitedKeys) -
Uses of COSKey in org.verapdf.tools
Methods in org.verapdf.tools that return types with arguments of type COSKey Modifier and Type Method Description static Map<COSKey,PDStructureNameSpace>StaticResources. getStructureNameSpaceCache()Methods in org.verapdf.tools with parameters of type COSKey Modifier and Type Method Description static StringFontProgramIDGenerator. getCFFFontProgramID(COSKey key, CMap cMap, boolean isSubset)static StringFontProgramIDGenerator. getCIDFontType2ProgramID(COSKey key, CMap cMap, COSObject cidToGIDMap)static StringFontProgramIDGenerator. getOpenTypeFontProgramID(COSKey key, boolean isCFF, boolean isSymbolic, COSObject encoding, CMap cMap, boolean isSubset)static PDStructureNameSpaceStaticResources. getStructureNameSpace(COSKey key)Gets cached pd structure name space.static StringFontProgramIDGenerator. getTrueTypeFontProgramID(COSKey key, boolean isSymbolic, COSObject encoding)static StringFontProgramIDGenerator. getType1FontProgramID(COSKey key)Method parameters in org.verapdf.tools with type arguments of type COSKey Modifier and Type Method Description static voidStaticResources. setStructureNameSpaceCache(Map<COSKey,PDStructureNameSpace> structureNameSpaceCache)
-