public class HMACSHA512
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
algorithm |
protected int |
bsize |
protected java.lang.String |
name |
| Constructor and Description |
|---|
HMACSHA512() |
| Modifier and Type | Method and Description |
|---|---|
void |
doFinal(byte[] buf,
int offset) |
int |
getBlockSize() |
java.lang.String |
getName() |
void |
init(byte[] key) |
void |
update(byte[] foo,
int s,
int l) |
void |
update(int i) |
protected java.lang.String name
protected int bsize
protected java.lang.String algorithm
public int getBlockSize()
getBlockSize in interface MACpublic void init(byte[] key)
throws java.lang.Exception
Copyright © 2020 JCraft,Inc.. All Rights Reserved.