|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
General interface for a key initialized operator that is able to calculate a MAC from a stream of output.
Method Summary | |
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. |
Method Detail |
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
public java.io.OutputStream getOutputStream()
public byte[] getMac()
public GenericKey getKey()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |