public class HacBC extends Hac
| Constructor and Description |
|---|
HacBC(byte[] key)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
authenticate(byte[] message)
Authenticates given
message. |
authenticate, authenticateToString, authenticateToStringpublic HacBC(byte[] key)
key - encryption keypublic byte[] authenticate(byte[] message)
Hacmessage.authenticate in class Hacmessage - the message to authenticateCopyright © 2011-2012. All Rights Reserved.