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] |
Static Private Attributes | |
static final String | name = "hmac-sha1" |
static final int | bsize = 20 |
Definition at line 36 of file HMACSHA1.java.
void com.jcraft.jsch.jce.HMACSHA1.doFinal | ( | byte[] | buf, | |
int | offset | |||
) |
Definition at line 64 of file HMACSHA1.java.
References com.jcraft.jsch.jce.HMACSHA1.mac.
int com.jcraft.jsch.jce.HMACSHA1.getBlockSize | ( | ) |
Definition at line 40 of file HMACSHA1.java.
References com.jcraft.jsch.jce.HMACSHA1.bsize.
String com.jcraft.jsch.jce.HMACSHA1.getName | ( | ) |
Definition at line 72 of file HMACSHA1.java.
References com.jcraft.jsch.jce.HMACSHA1.name.
void com.jcraft.jsch.jce.HMACSHA1.init | ( | byte[] | key | ) | throws Exception |
Definition at line 41 of file HMACSHA1.java.
References com.jcraft.jsch.jce.HMACSHA1.bsize, com.jcraft.jsch.jce.HMACSHA1.mac, and com.jcraft.jsch.jce.HMACSHA1.tmp.
void com.jcraft.jsch.jce.HMACSHA1.update | ( | byte | foo[], | |
int | s, | |||
int | l | |||
) |
Definition at line 60 of file HMACSHA1.java.
References com.jcraft.jsch.jce.HMACSHA1.mac.
void com.jcraft.jsch.jce.HMACSHA1.update | ( | int | i | ) |
Definition at line 52 of file HMACSHA1.java.
References com.jcraft.jsch.jce.HMACSHA1.tmp.
final int com.jcraft.jsch.jce.HMACSHA1.bsize = 20 [static, private] |
Definition at line 38 of file HMACSHA1.java.
Referenced by com.jcraft.jsch.jce.HMACSHA1.getBlockSize(), and com.jcraft.jsch.jce.HMACSHA1.init().
Mac com.jcraft.jsch.jce.HMACSHA1.mac [private] |
Definition at line 39 of file HMACSHA1.java.
Referenced by com.jcraft.jsch.jce.HMACSHA1.doFinal(), com.jcraft.jsch.jce.HMACSHA1.init(), and com.jcraft.jsch.jce.HMACSHA1.update().
final String com.jcraft.jsch.jce.HMACSHA1.name = "hmac-sha1" [static, private] |
Definition at line 37 of file HMACSHA1.java.
Referenced by com.jcraft.jsch.jce.HMACSHA1.getName().
final byte [] com.jcraft.jsch.jce.HMACSHA1.tmp = new byte[4] [private] |
Definition at line 51 of file HMACSHA1.java.
Referenced by com.jcraft.jsch.jce.HMACSHA1.init(), and com.jcraft.jsch.jce.HMACSHA1.update().