Public Member Functions | |
HMACSHA1 () | |
String | getName () |
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) |
Protected Member Functions | |
void | setH (MessageDigest md) |
Static Private Attributes | |
static final String | name = "hmac-sha1" |
Definition at line 35 of file HMACSHA1.java.
com.jcraft.jsch.jcraft.HMACSHA1.HMACSHA1 | ( | ) |
Definition at line 38 of file HMACSHA1.java.
References com.jcraft.jsch.jcraft.HMAC.md, and com.jcraft.jsch.jcraft.HMAC.setH().
void com.jcraft.jsch.jcraft.HMAC.doFinal | ( | byte[] | buf, | |
int | offset | |||
) | [inherited] |
Reimplemented in com.jcraft.jsch.jcraft.HMACMD596, and com.jcraft.jsch.jcraft.HMACSHA196.
Definition at line 100 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, and com.jcraft.jsch.jcraft.HMAC.md.
int com.jcraft.jsch.jcraft.HMAC.getBlockSize | ( | ) | [inherited] |
Reimplemented in com.jcraft.jsch.jcraft.HMACMD596, and com.jcraft.jsch.jcraft.HMACSHA196.
Definition at line 59 of file HMAC.java.
References com.jcraft.jsch.jcraft.HMAC.bsize.
String com.jcraft.jsch.jcraft.HMACSHA1.getName | ( | ) |
Reimplemented in com.jcraft.jsch.jcraft.HMACSHA196.
Definition at line 48 of file HMACSHA1.java.
References com.jcraft.jsch.jcraft.HMACSHA1.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 String com.jcraft.jsch.jcraft.HMACSHA1.name = "hmac-sha1" [static, private] |
Reimplemented in com.jcraft.jsch.jcraft.HMACSHA196.
Definition at line 36 of file HMACSHA1.java.
Referenced by com.jcraft.jsch.jcraft.HMACSHA1.getName().