Bouncy Castle Cryptography Library 1.81

org.bouncycastle.crypto.engines
Interface AEADBaseEngine.AADOperator

All Known Implementing Classes:
AEADBaseEngine.StreamAADOperator
Enclosing interface:
org.bouncycastle.crypto.engines.AEADBaseEngine

protected static interface AEADBaseEngine.AADOperator


Method Summary
 int getLen()
           
 void processAADByte(byte input)
           
 void processAADBytes(byte[] input, int inOff, int len)
           
 void reset()
           
 

Method Detail

processAADByte

public void processAADByte(byte input)

processAADBytes

public void processAADBytes(byte[] input,
                            int inOff,
                            int len)

reset

public void reset()

getLen

public int getLen()

Bouncy Castle Cryptography Library 1.81