com.healthmarketscience.jackcess.util
Interface StreamCipherCompat
- All Known Implementing Classes:
- RC4EngineCompat
public interface StreamCipherCompat
Alternate version of StreamCipher API which allows us to be handle both old
and new bouncycastle versions.
- Author:
- James Ahlborn
- See Also:
StreamCipher
getAlgorithmName
String getAlgorithmName()
init
void init(boolean forEncryption,
org.bouncycastle.crypto.CipherParameters params)
returnByte
byte returnByte(byte in)
processStreamBytes
int processStreamBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff)
reset
void reset()
Copyright © 2010-2017 Health Market Science. All Rights Reserved.