com.healthmarketscience.jackcess.util
Class RC4EngineCompat
java.lang.Object
org.bouncycastle.crypto.engines.RC4Engine
com.healthmarketscience.jackcess.util.RC4EngineCompat
- All Implemented Interfaces:
- StreamCipherCompat, StreamCipher
public class RC4EngineCompat
- extends RC4Engine
- implements StreamCipherCompat
Simple Extension of RC4Engine which implements StreamCipherCompat
and allows jackcess-encrypt to work with 1.51+ versions of Bouncy Castle.
- Author:
- James Ahlborn
|
Method Summary |
int |
processStreamBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff)
|
RC4EngineCompat
public RC4EngineCompat()
processStreamBytes
public int processStreamBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff)
- Specified by:
processStreamBytes in interface StreamCipherCompat
- See Also:
RC4Engin#processBytes
Copyright © 2010-2015 Health Market Science. All Rights Reserved.