public class SystemSecurityHandlerV0 extends SystemSecurityHandler
ISystemSecurityHandler implementing /V 0 of the PDF spec.DEFAULT_LENGTH| Modifier and Type | Method and Description |
|---|---|
byte[] |
decryptFile(COSObjectKey key,
COSDictionary dict,
byte[] bytes) |
byte[] |
decryptStream(COSObjectKey key,
COSDictionary dict,
byte[] bytes) |
byte[] |
decryptString(COSObjectKey key,
byte[] bytes) |
byte[] |
encryptFile(COSObjectKey key,
COSDictionary dict,
byte[] bytes) |
byte[] |
encryptStream(COSObjectKey key,
COSDictionary dict,
byte[] bytes) |
byte[] |
encryptString(COSObjectKey key,
byte[] bytes) |
int |
getVersion() |
attach, authenticate, cosGetEncryption, createFromSt, createNewV1, createNewV2, createNewV4, detach, getContextObject, getEncryption, getLength, getSecurityHandler, initialize, popContextObject, pushContextObject, setLength, setSecurityHandler, stGetDoc, updateTrailerpublic byte[] decryptFile(COSObjectKey key, COSDictionary dict, byte[] bytes) throws COSSecurityException
COSSecurityExceptionpublic byte[] decryptStream(COSObjectKey key, COSDictionary dict, byte[] bytes) throws COSSecurityException
COSSecurityExceptionpublic byte[] decryptString(COSObjectKey key, byte[] bytes) throws COSSecurityException
COSSecurityExceptionpublic byte[] encryptFile(COSObjectKey key, COSDictionary dict, byte[] bytes) throws COSSecurityException
COSSecurityExceptionpublic byte[] encryptStream(COSObjectKey key, COSDictionary dict, byte[] bytes) throws COSSecurityException
COSSecurityExceptionpublic byte[] encryptString(COSObjectKey key, byte[] bytes) throws COSSecurityException
COSSecurityExceptionpublic int getVersion()
getVersion in class SystemSecurityHandlerCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.