de.intarsys.pdf.crypt
Class ArcFourCryptHandler
java.lang.Object
de.intarsys.pdf.crypt.AbstractCryptHandler
de.intarsys.pdf.crypt.StandardCryptHandler
de.intarsys.pdf.crypt.ArcFourCryptHandler
- All Implemented Interfaces:
- ICryptHandler
public class ArcFourCryptHandler
- extends StandardCryptHandler
An ICryptHandler
implementing the RC4 algorithm.
Method Summary |
void |
init(byte[] pCryptKey)
|
CIPHER_ALGORITHM
public static final String CIPHER_ALGORITHM
- See Also:
- Constant Field Values
KEY_ALGORITHM
public static final String KEY_ALGORITHM
- See Also:
- Constant Field Values
DIGEST_ALGORITHM
public static final String DIGEST_ALGORITHM
- See Also:
- Constant Field Values
ArcFourCryptHandler
public ArcFourCryptHandler()
init
public void init(byte[] pCryptKey)
throws COSSecurityException
- Overrides:
init
in class StandardCryptHandler
- Throws:
COSSecurityException
Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.