public interface AADProcessor
Modifier and Type | Method and Description |
---|---|
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.
|
OutputStream getAADStream()
byte[] getMAC()
Copyright © 2021 BouncyCastle.org. All rights reserved.