org.bouncycastle.crypto.engines
Interface AEADBaseEngine.DataOperator
- Enclosing interface:
- org.bouncycastle.crypto.engines.AEADBaseEngine
- protected static interface AEADBaseEngine.DataOperator
Method Summary |
int |
getLen()
|
int |
processByte(byte input,
byte[] output,
int outOff)
|
int |
processBytes(byte[] input,
int inOff,
int len,
byte[] output,
int outOff)
|
void |
reset()
|
processByte
public int processByte(byte input,
byte[] output,
int outOff)
processBytes
public int processBytes(byte[] input,
int inOff,
int len,
byte[] output,
int outOff)
getLen
public int getLen()
reset
public void reset()