Uses of Class
org.verapdf.cos.COSKey
Packages that use COSKey
Package
Description
-
Uses of COSKey in org.verapdf.cos
Methods in org.verapdf.cos that return COSKeyModifier and TypeMethodDescriptionabstract COSKeyCOSBase.getKey()COSDirect.getKey()COSIndirect.getKey()COSObject.getKey()COSBody.getKeyForObject(COSObject obj) COSBase.getObjectKey()COSIndirect.getObjectKey()COSObject.getObjectKey()Methods in org.verapdf.cos that return types with arguments of type COSKeyMethods in org.verapdf.cos with parameters of type COSKeyModifier and TypeMethodDescriptionstatic COSObjectstatic COSObjectCOSIndirect.construct(COSKey value, COSDocument doc) voidabstract booleanCOSBase.setKey(COSKey key, COSDocument document) booleanCOSDirect.setKey(COSKey key, COSDocument document) booleanCOSIndirect.setKey(COSKey key, COSDocument document) voidCOSObject.setKey(COSKey key, COSDocument document) voidvoidCOSBase.setObjectKey(COSKey indirectKey) voidCOSObject.setObjectKey(COSKey key) Constructors in org.verapdf.cos with parameters of type COSKey -
Uses of COSKey in org.verapdf.cos.filters
Methods in org.verapdf.cos.filters with parameters of type COSKeyModifier and TypeMethodDescriptionstatic 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 COSKeyModifierConstructorDescriptionCOSFilterAESDecryptionDefault(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 COSKeyMethods in org.verapdf.cos.visitor that return COSKeyModifier and TypeMethodDescriptionprotected COSKeyIndirectWriter.getKeyToWrite(COSKey key) protected COSKeyWriter.getKeyToWrite(COSKey key) Methods in org.verapdf.cos.visitor with parameters of type COSKeyModifier and TypeMethodDescriptionvoidWriter.addToWrite(COSKey key) voidprotected voidprotected COSKeyIndirectWriter.getKeyToWrite(COSKey key) protected COSKeyWriter.getKeyToWrite(COSKey key) protected voidprotected voidMethod parameters in org.verapdf.cos.visitor with type arguments of type COSKeyModifier and TypeMethodDescriptionvoidWriter.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 COSKeyMethods in org.verapdf.cos.xref that return types with arguments of type COSKeyMethods in org.verapdf.cos.xref with parameters of type COSKeyModifier and TypeMethodDescriptionvoidvoidvoidMethod parameters in org.verapdf.cos.xref with type arguments of type COSKeyModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid -
Uses of COSKey in org.verapdf.io
Methods in org.verapdf.io that return types with arguments of type COSKeyMethods in org.verapdf.io with parameters of type COSKey -
Uses of COSKey in org.verapdf.parser
Fields in org.verapdf.parser declared as COSKeyMethods in org.verapdf.parser that return types with arguments of type COSKeyModifier and TypeMethodDescriptionDecodedObjectStreamParser.getInternalObjectsKeys()XRefReader.getKeys()Methods in org.verapdf.parser with parameters of type COSKeyModifier and TypeMethodDescriptionprotected booleanXRefReader.containsKey(COSKey key) Parses object from object stream.Constructors in org.verapdf.parser with parameters of type COSKeyModifierConstructorDescriptionDecodedObjectStreamParser(ASInputStream inputStream, COSStream objectStream, COSKey streamKey, COSDocument doc) Constructor from decoded object stream data and COSStream.FunctionParser(InputStream functionStream, COSKey key) -
Uses of COSKey in org.verapdf.pd.encryption
Methods in org.verapdf.pd.encryption with parameters of type COSKeyModifier and TypeMethodDescriptionvoidStandardSecurityHandler.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.font.type1
Constructors in org.verapdf.pd.font.type1 with parameters of type COSKey -
Uses of COSKey in org.verapdf.pd.form
Constructor parameters in org.verapdf.pd.form with type arguments of type COSKeyModifierConstructorDescriptionprotectedPDFormField(COSObject obj, Set<COSKey> parents) protectedPDSignatureField(COSObject obj, Set<COSKey> parents) -
Uses of COSKey in org.verapdf.pd.structure
Methods in org.verapdf.pd.structure that return COSKeyModifier and TypeMethodDescriptionPDMCRDictionary.getPageObjectKey()PDOBJRDictionary.getPageObjectKey()PDStructElem.getPageObjectNumber()PDMCRDictionary.getStreamObjectKey() -
Uses of COSKey in org.verapdf.tools
Methods in org.verapdf.tools that return types with arguments of type COSKeyModifier and TypeMethodDescriptionstatic Map<COSKey,PDStructureNameSpace> StaticResources.getStructureNameSpaceCache()Methods in org.verapdf.tools with parameters of type COSKeyModifier and TypeMethodDescriptionstatic 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 COSKeyModifier and TypeMethodDescriptionstatic voidStaticResources.setStructureNameSpaceCache(Map<COSKey, PDStructureNameSpace> structureNameSpaceCache)