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-md5" |
static final int | BSIZE = 16 |
Definition at line 36 of file HMACMD5.java.
void com.jcraft.jsch.jce.HMACMD5.doFinal | ( | byte[] | buf, | |
int | offset | |||
) |
Definition at line 64 of file HMACMD5.java.
References com.jcraft.jsch.jce.HMACMD5.mac.
int com.jcraft.jsch.jce.HMACMD5.getBlockSize | ( | ) |
Definition at line 40 of file HMACMD5.java.
References com.jcraft.jsch.jce.HMACMD5.BSIZE.
String com.jcraft.jsch.jce.HMACMD5.getName | ( | ) |
Definition at line 72 of file HMACMD5.java.
References com.jcraft.jsch.jce.HMACMD5.name.
void com.jcraft.jsch.jce.HMACMD5.init | ( | byte[] | key | ) | throws Exception |
Definition at line 41 of file HMACMD5.java.
References com.jcraft.jsch.jce.HMACMD5.BSIZE, com.jcraft.jsch.jce.HMACMD5.mac, and com.jcraft.jsch.jce.HMACMD5.tmp.
void com.jcraft.jsch.jce.HMACMD5.update | ( | byte | foo[], | |
int | s, | |||
int | l | |||
) |
Definition at line 61 of file HMACMD5.java.
References com.jcraft.jsch.jce.HMACMD5.mac.
void com.jcraft.jsch.jce.HMACMD5.update | ( | int | i | ) |
Definition at line 54 of file HMACMD5.java.
References com.jcraft.jsch.jce.HMACMD5.tmp.
final int com.jcraft.jsch.jce.HMACMD5.BSIZE = 16 [static, private] |
Definition at line 38 of file HMACMD5.java.
Referenced by com.jcraft.jsch.jce.HMACMD5.getBlockSize(), and com.jcraft.jsch.jce.HMACMD5.init().
Mac com.jcraft.jsch.jce.HMACMD5.mac [private] |
Definition at line 39 of file HMACMD5.java.
Referenced by com.jcraft.jsch.jce.HMACMD5.doFinal(), com.jcraft.jsch.jce.HMACMD5.init(), and com.jcraft.jsch.jce.HMACMD5.update().
final String com.jcraft.jsch.jce.HMACMD5.name = "hmac-md5" [static, private] |
Definition at line 37 of file HMACMD5.java.
Referenced by com.jcraft.jsch.jce.HMACMD5.getName().
final byte [] com.jcraft.jsch.jce.HMACMD5.tmp = new byte[4] [private] |
Definition at line 53 of file HMACMD5.java.
Referenced by com.jcraft.jsch.jce.HMACMD5.init(), and com.jcraft.jsch.jce.HMACMD5.update().