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