| java.lang.Object de.intarsys.pdf.crypt.AbstractCryptHandler de.intarsys.pdf.crypt.StandardCryptHandler de.intarsys.pdf.crypt.AESCryptHandler
Method Summary | |
protected synchronized byte[] | basicDecrypt(byte[] data, byte[] encryptionKey, int objectNum, int genNum) | protected synchronized byte[] | basicEncrypt(byte[] data, byte[] encryptionKey, int objectNum, int genNum) | public void | init(byte[] pCryptKey) | protected void | updateHash(byte[] encryptionKey, int objectNum, int genNum) |
CIPHER_ALGORITHM | final public static String CIPHER_ALGORITHM(Code) | | |
DIGEST_ALGORITHM | final public static String DIGEST_ALGORITHM(Code) | | |
basicDecrypt | protected synchronized byte[] basicDecrypt(byte[] data, byte[] encryptionKey, int objectNum, int genNum) throws COSSecurityException(Code) | | |
basicEncrypt | protected synchronized byte[] basicEncrypt(byte[] data, byte[] encryptionKey, int objectNum, int genNum) throws COSSecurityException(Code) | | |
updateHash | protected void updateHash(byte[] encryptionKey, int objectNum, int genNum)(Code) | | |
Methods inherited from de.intarsys.pdf.crypt.StandardCryptHandler | abstract protected byte[] basicDecrypt(byte[] data, byte[] encryptionKey, int objectNum, int genNum) throws COSSecurityException(Code)(Java Doc) abstract protected byte[] basicEncrypt(byte[] data, byte[] encryptionKey, int objectNum, int genNum) throws COSSecurityException(Code)(Java Doc) public byte[] decrypt(COSObjectKey objectKey, byte[] bytes) throws COSSecurityException(Code)(Java Doc) public byte[] encrypt(COSObjectKey objectKey, byte[] bytes) throws COSSecurityException(Code)(Java Doc) protected byte[] getCryptKey()(Code)(Java Doc) public void init(byte[] pCryptKey) throws COSSecurityException(Code)(Java Doc) protected void updateHash(byte[] encryptionKey, int objectNum, int genNum)(Code)(Java Doc)
|
|
|