jPod PDF library

Uses of Class
de.intarsys.pdf.cos.COSObjectKey

Packages that use COSObjectKey
de.intarsys.pdf.cos This package implements the low level document and its datatypes according to the pdf specification. 
de.intarsys.pdf.crypt This package implements the security relevant aspects of the PDF spec. 
de.intarsys.pdf.st The storage level semantics of a PDF document. 
 

Uses of COSObjectKey in de.intarsys.pdf.cos
 

Methods in de.intarsys.pdf.cos that return COSObjectKey
 COSObjectKey COSObjectKey.createNextKey()
          The next key after this.
 COSObjectKey COSIndirectObject.getKey()
          The key for this.
 

Methods in de.intarsys.pdf.cos with parameters of type COSObjectKey
static COSIndirectObject COSIndirectObject.create(STDocument stDoc, COSObjectKey key)
           
 void COSIndirectObject.setKey(COSObjectKey key)
          Assign a COSObjectKey to this.
 

Uses of COSObjectKey in de.intarsys.pdf.crypt
 

Methods in de.intarsys.pdf.crypt with parameters of type COSObjectKey
 byte[] StandardSecurityHandler.decrypt(COSObjectKey key, byte[] bytes)
           
 byte[] StandardCryptHandler.decrypt(COSObjectKey objectKey, byte[] bytes)
           
 byte[] IdentityCryptHandler.decrypt(COSObjectKey key, byte[] bytes)
           
 byte[] ICryptHandler.decrypt(COSObjectKey key, byte[] bytes)
          Decrypt any bytes in the context of COSObject referenced by the provided key.
 byte[] SystemSecurityHandlerV4.decryptFile(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV3.decryptFile(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV2.decryptFile(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV1.decryptFile(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV0.decryptFile(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] ISystemSecurityHandler.decryptFile(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV4.decryptStream(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV3.decryptStream(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV2.decryptStream(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV1.decryptStream(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV0.decryptStream(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] ISystemSecurityHandler.decryptStream(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV4.decryptString(COSObjectKey key, byte[] bytes)
           
 byte[] SystemSecurityHandlerV3.decryptString(COSObjectKey key, byte[] bytes)
           
 byte[] SystemSecurityHandlerV2.decryptString(COSObjectKey key, byte[] bytes)
           
 byte[] SystemSecurityHandlerV1.decryptString(COSObjectKey key, byte[] bytes)
           
 byte[] SystemSecurityHandlerV0.decryptString(COSObjectKey key, byte[] bytes)
           
 byte[] ISystemSecurityHandler.decryptString(COSObjectKey key, byte[] bytes)
           
 byte[] StandardSecurityHandler.encrypt(COSObjectKey key, byte[] bytes)
           
 byte[] StandardCryptHandler.encrypt(COSObjectKey objectKey, byte[] bytes)
           
 byte[] IdentityCryptHandler.encrypt(COSObjectKey key, byte[] bytes)
           
 byte[] ICryptHandler.encrypt(COSObjectKey key, byte[] bytes)
          Encrypt any bytes in the context of COSObject referenced by the provided key.
 byte[] SystemSecurityHandlerV4.encryptFile(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV3.encryptFile(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV2.encryptFile(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV1.encryptFile(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV0.encryptFile(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] ISystemSecurityHandler.encryptFile(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV4.encryptStream(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV3.encryptStream(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV2.encryptStream(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV1.encryptStream(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV0.encryptStream(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] ISystemSecurityHandler.encryptStream(COSObjectKey key, COSDictionary dict, byte[] bytes)
           
 byte[] SystemSecurityHandlerV4.encryptString(COSObjectKey key, byte[] bytes)
           
 byte[] SystemSecurityHandlerV3.encryptString(COSObjectKey key, byte[] bytes)
           
 byte[] SystemSecurityHandlerV2.encryptString(COSObjectKey key, byte[] bytes)
           
 byte[] SystemSecurityHandlerV1.encryptString(COSObjectKey key, byte[] bytes)
           
 byte[] SystemSecurityHandlerV0.encryptString(COSObjectKey key, byte[] bytes)
           
 byte[] ISystemSecurityHandler.encryptString(COSObjectKey key, byte[] bytes)
           
 

Uses of COSObjectKey in de.intarsys.pdf.st
 

Methods in de.intarsys.pdf.st that return COSObjectKey
 COSObjectKey STDocument.createObjectKey()
          Create a new valid key for use in the document.
 

Methods in de.intarsys.pdf.st with parameters of type COSObjectKey
 COSIndirectObject STDocument.getObjectReference(COSObjectKey key)
          The indirect object with object number objNum and generation number genNum is looked up in the document.
 


jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.