public interface MacCalculator
Modifier and Type | Method | Description |
---|---|---|
org.bouncycastle.asn1.x509.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.
|
java.io.OutputStream |
getOutputStream() |
Returns a stream that will accept data for the purpose of calculating
the MAC for later verification.
|
org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
java.io.OutputStream getOutputStream()
byte[] getMac()
GenericKey getKey()