Public Member Functions | |
int | getBlockSize () |
void | init (byte[] key) throws Exception |
void | update (int i) |
void | update (byte foo[], int s, int l) |
void | doFinal (byte[] buf, int offset) |
String | getName () |
Private Attributes | |
Mac | mac |
final byte[] | tmp = new byte[4] |
final byte[] | _buf20 = new byte[20] |
Static Private Attributes | |
static final String | name = "hmac-sha1-96" |
static final int | bsize = 12 |
Definition at line 36 of file HMACSHA196.java.
void com.jcraft.jsch.jce.HMACSHA196.doFinal | ( | byte[] | buf, | |
int | offset | |||
) |
Definition at line 64 of file HMACSHA196.java.
References com.jcraft.jsch.jce.HMACSHA196._buf20, and com.jcraft.jsch.jce.HMACSHA196.mac.
int com.jcraft.jsch.jce.HMACSHA196.getBlockSize | ( | ) |
Definition at line 40 of file HMACSHA196.java.
References com.jcraft.jsch.jce.HMACSHA196.bsize.
String com.jcraft.jsch.jce.HMACSHA196.getName | ( | ) |
Definition at line 73 of file HMACSHA196.java.
References com.jcraft.jsch.jce.HMACSHA196.name.
void com.jcraft.jsch.jce.HMACSHA196.init | ( | byte[] | key | ) | throws Exception |
Definition at line 41 of file HMACSHA196.java.
References com.jcraft.jsch.jce.HMACSHA196.mac, and com.jcraft.jsch.jce.HMACSHA196.tmp.
void com.jcraft.jsch.jce.HMACSHA196.update | ( | byte | foo[], | |
int | s, | |||
int | l | |||
) |
Definition at line 59 of file HMACSHA196.java.
References com.jcraft.jsch.jce.HMACSHA196.mac.
void com.jcraft.jsch.jce.HMACSHA196.update | ( | int | i | ) |
Definition at line 52 of file HMACSHA196.java.
References com.jcraft.jsch.jce.HMACSHA196.tmp.
final byte [] com.jcraft.jsch.jce.HMACSHA196._buf20 = new byte[20] [private] |
Definition at line 63 of file HMACSHA196.java.
Referenced by com.jcraft.jsch.jce.HMACSHA196.doFinal().
final int com.jcraft.jsch.jce.HMACSHA196.bsize = 12 [static, private] |
Definition at line 38 of file HMACSHA196.java.
Referenced by com.jcraft.jsch.jce.HMACSHA196.getBlockSize().
Mac com.jcraft.jsch.jce.HMACSHA196.mac [private] |
Definition at line 39 of file HMACSHA196.java.
Referenced by com.jcraft.jsch.jce.HMACSHA196.doFinal(), com.jcraft.jsch.jce.HMACSHA196.init(), and com.jcraft.jsch.jce.HMACSHA196.update().
final String com.jcraft.jsch.jce.HMACSHA196.name = "hmac-sha1-96" [static, private] |
Definition at line 37 of file HMACSHA196.java.
Referenced by com.jcraft.jsch.jce.HMACSHA196.getName().
final byte [] com.jcraft.jsch.jce.HMACSHA196.tmp = new byte[4] [private] |
Definition at line 51 of file HMACSHA196.java.
Referenced by com.jcraft.jsch.jce.HMACSHA196.init(), and com.jcraft.jsch.jce.HMACSHA196.update().