intarsys PDF library API

de.intarsys.pdf.crypt
Class AESCryptHandler

java.lang.Object
  extended by de.intarsys.pdf.crypt.AbstractCryptHandler
      extended by de.intarsys.pdf.crypt.StandardCryptHandler
          extended by de.intarsys.pdf.crypt.AESCryptHandler
All Implemented Interfaces:
ICryptHandler

public class AESCryptHandler
extends StandardCryptHandler

An ICryptHandlerimplementing the AES algorithm.


Field Summary
static String CIPHER_ALGORITHM
           
static String DIGEST_ALGORITHM
           
static String KEY_ALGORITHM
           
 
Constructor Summary
AESCryptHandler()
           
 
Method Summary
 void init(byte[] pCryptKey)
           
 
Methods inherited from class de.intarsys.pdf.crypt.StandardCryptHandler
decrypt, encrypt
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_ALGORITHM

public static final String KEY_ALGORITHM
See Also:
Constant Field Values

CIPHER_ALGORITHM

public static final String CIPHER_ALGORITHM
See Also:
Constant Field Values

DIGEST_ALGORITHM

public static final String DIGEST_ALGORITHM
See Also:
Constant Field Values
Constructor Detail

AESCryptHandler

public AESCryptHandler()
Method Detail

init

public void init(byte[] pCryptKey)
          throws COSSecurityException
Overrides:
init in class StandardCryptHandler
Throws:
COSSecurityException

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.