public interface StreamCipherCompat
StreamCipher
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithmName() |
void |
init(boolean forEncryption,
CipherParameters params) |
int |
processStreamBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff) |
void |
reset() |
byte |
returnByte(byte in) |
String getAlgorithmName()
void init(boolean forEncryption, CipherParameters params)
byte returnByte(byte in)
int processStreamBytes(byte[] in, int inOff, int len, byte[] out, int outOff)
void reset()
Copyright © 2010–2022 OpenHMS. All rights reserved.