public interface AADProcessor
| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
getAADStream()
Return a stream to write associated data to in order to have it incorporated into the
AEAD cipher's MAC.
|
byte[] |
getMAC()
Return the final value of AEAD cipher's MAC.
|
java.io.OutputStream getAADStream()
byte[] getMAC()