public interface MacCalculator
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
getAlgorithmIdentifier() |
GenericKey |
getKey()
Return the key used for calculating the MAC.
|
byte[] |
getMac()
Return the calculated MAC based on what has been written to the stream.
|
OutputStream |
getOutputStream()
Returns a stream that will accept data for the purpose of calculating
the MAC for later verification.
|
AlgorithmIdentifier getAlgorithmIdentifier()
OutputStream getOutputStream()
byte[] getMac()
GenericKey getKey()
Copyright © 2015. All rights reserved.