public class RC4EngineCompat extends org.bouncycastle.crypto.engines.RC4Engine implements StreamCipherCompat
RC4Engine which implements StreamCipherCompat
and allows jackcess-encrypt to work with 1.51+ versions of Bouncy Castle.| Modifier and Type | Class and Description |
|---|---|
static class |
RC4EngineCompat.Factory
StreamCipherFactory for this engine
|
| Constructor and Description |
|---|
RC4EngineCompat() |
| Modifier and Type | Method and Description |
|---|---|
int |
processStreamBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff) |
getAlgorithmName, init, processBytes, reset, returnByteequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlgorithmName, init, reset, returnBytepublic int processStreamBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff)
processStreamBytes in interface StreamCipherCompatRC4Engine.processBytes(byte[], int, int, byte[], int)Copyright © 2010–2025 OpenHMS. All rights reserved.