Public Member Functions | |
int | getBlockSize () |
void | doFinal (byte[] buf, int offset) |
String | getName () |
void | init (byte[] key) throws Exception |
void | update (int i) |
void | update (byte foo[], int s, int l) |
Protected Member Functions | |
void | setH (MessageDigest md) |
Private Attributes | |
final byte[] | _buf16 = new byte[20] |
Static Private Attributes | |
static final String | name = "hmac-sha1-96" |
static final int | BSIZE = 12 |
Definition at line 34 of file HMACSHA196.java.
void com.jcraft.jsch.jcraft.HMACSHA196.doFinal | ( | byte[] | buf, | |
int | offset | |||
) |
Reimplemented from com.jcraft.jsch.jcraft.HMAC.
Definition at line 42 of file HMACSHA196.java.
References com.jcraft.jsch.jcraft.HMACSHA196._buf16, and com.jcraft.jsch.jcraft.HMACSHA196.BSIZE.
int com.jcraft.jsch.jcraft.HMACSHA196.getBlockSize | ( | ) |
Reimplemented from com.jcraft.jsch.jcraft.HMAC.
Definition at line 39 of file HMACSHA196.java.
References com.jcraft.jsch.jcraft.HMACSHA196.BSIZE.
String com.jcraft.jsch.jcraft.HMACSHA196.getName | ( | ) |
Reimplemented from com.jcraft.jsch.jcraft.HMACSHA1.
Definition at line 47 of file HMACSHA196.java.
References com.jcraft.jsch.jcraft.HMACSHA196.name.
void com.jcraft.jsch.jcraft.HMAC.init | ( | byte[] | key | ) | throws Exception [inherited] |
Definition at line 60 of file HMAC.java.
References com.jcraft.jsch.jcraft.HMAC.B, com.jcraft.jsch.jcraft.HMAC.bsize, com.jcraft.jsch.jcraft.HMAC.k_ipad, com.jcraft.jsch.jcraft.HMAC.k_opad, com.jcraft.jsch.jcraft.HMAC.md, and com.jcraft.jsch.jcraft.HMAC.tmp.
void com.jcraft.jsch.jcraft.HMAC.setH | ( | MessageDigest | md | ) | [protected, inherited] |
Definition at line 54 of file HMAC.java.
References com.jcraft.jsch.jcraft.HMAC.bsize.
Referenced by com.jcraft.jsch.jcraft.HMACMD5.HMACMD5(), and com.jcraft.jsch.jcraft.HMACSHA1.HMACSHA1().
void com.jcraft.jsch.jcraft.HMAC.update | ( | byte | foo[], | |
int | s, | |||
int | l | |||
) | [inherited] |
Definition at line 96 of file HMAC.java.
References com.jcraft.jsch.jcraft.HMAC.md.
void com.jcraft.jsch.jcraft.HMAC.update | ( | int | i | ) | [inherited] |
Definition at line 88 of file HMAC.java.
References com.jcraft.jsch.jcraft.HMAC.tmp.
final byte [] com.jcraft.jsch.jcraft.HMACSHA196._buf16 = new byte[20] [private] |
Definition at line 41 of file HMACSHA196.java.
Referenced by com.jcraft.jsch.jcraft.HMACSHA196.doFinal().
final int com.jcraft.jsch.jcraft.HMACSHA196.BSIZE = 12 [static, private] |
Definition at line 37 of file HMACSHA196.java.
Referenced by com.jcraft.jsch.jcraft.HMACSHA196.doFinal(), and com.jcraft.jsch.jcraft.HMACSHA196.getBlockSize().
final String com.jcraft.jsch.jcraft.HMACSHA196.name = "hmac-sha1-96" [static, private] |
Reimplemented from com.jcraft.jsch.jcraft.HMACSHA1.
Definition at line 36 of file HMACSHA196.java.
Referenced by com.jcraft.jsch.jcraft.HMACSHA196.getName().