public class RC4EngineCompat extends 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, returnByte
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAlgorithmName, init, reset, returnByte
public int processStreamBytes(byte[] in, int inOff, int len, byte[] out, int outOff)
processStreamBytes
in interface StreamCipherCompat
RC4Engine.processBytes(byte[], int, int, byte[], int)
Copyright © 2010–2022 OpenHMS. All rights reserved.