intarsys PDF library API

Uses of Class
de.intarsys.pdf.crypt.COSSecurityException

Packages that use COSSecurityException
de.intarsys.pdf.crypt This package implements the security relevant aspects of the PDF spec. 
 

Uses of COSSecurityException in de.intarsys.pdf.crypt
 

Methods in de.intarsys.pdf.crypt that throw COSSecurityException
 void SystemSecurityHandlerV2.authenticate(IPasswordProvider passwordProvider)
           
 void SystemSecurityHandlerV1.authenticate(IPasswordProvider passwordProvider)
           
 void SystemSecurityHandler.authenticate(IPasswordProvider passwordProvider)
           
 void StandardSecurityHandler.authenticate(IPasswordProvider passwordProvider)
           
 void ISystemSecurityHandler.authenticate(IPasswordProvider passwordProvider)
          Perform an authentication of the current "user" on behalf of the information in the encryption dictionary.
 void ISecurityHandler.authenticate(IPasswordProvider passwordProvider)
          Perform an authentication of the current "user" on behalf of the information in the encryption dictionary.
 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)
           
 ICryptHandler SystemSecurityHandlerV4.getCryptHandler(COSName name)
           
 ISecurityHandler StandardSecurityHandlerFactory.getSecurityHandler(COSEncryption encryption)
           
 ISecurityHandler ISecurityHandlerFactory.getSecurityHandler(COSEncryption encryption)
          Get a security handler instance compatible to the state defined in encryption.
 void StandardCryptHandler.init(byte[] pCryptKey)
           
 void ArcFourCryptHandler.init(byte[] pCryptKey)
           
 void AESCryptHandler.init(byte[] pCryptKey)
           
 void SystemSecurityHandler.init(STDocument document, COSEncryption encryption)
           
 void StandardSecurityHandler.init(STDocument document, COSEncryption encryption)
           
 void ISystemSecurityHandler.init(STDocument document, COSEncryption encryption)
           
 void ISecurityHandler.init(STDocument document, COSEncryption encryption)
           
 void AbstractSecurityHandler.init(STDocument document, COSEncryption pEncryption)
           
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.