

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[16] |
Static Private Attributes | |
| static final String | name = "hmac-md5-96" |
| static final int | BSIZE = 12 |
Definition at line 34 of file HMACMD596.java.
| void com.jcraft.jsch.jcraft.HMACMD596.doFinal | ( | byte[] | buf, | |
| int | offset | |||
| ) |
Reimplemented from com.jcraft.jsch.jcraft.HMAC.
Definition at line 42 of file HMACMD596.java.
References com.jcraft.jsch.jcraft.HMACMD596._buf16, and com.jcraft.jsch.jcraft.HMACMD596.BSIZE.
| int com.jcraft.jsch.jcraft.HMACMD596.getBlockSize | ( | ) |
Reimplemented from com.jcraft.jsch.jcraft.HMAC.
Definition at line 39 of file HMACMD596.java.
References com.jcraft.jsch.jcraft.HMACMD596.BSIZE.
| String com.jcraft.jsch.jcraft.HMACMD596.getName | ( | ) |
Reimplemented from com.jcraft.jsch.jcraft.HMACMD5.
Definition at line 47 of file HMACMD596.java.
References com.jcraft.jsch.jcraft.HMACMD596.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.HMACMD596._buf16 = new byte[16] [private] |
Definition at line 41 of file HMACMD596.java.
Referenced by com.jcraft.jsch.jcraft.HMACMD596.doFinal().
final int com.jcraft.jsch.jcraft.HMACMD596.BSIZE = 12 [static, private] |
Definition at line 37 of file HMACMD596.java.
Referenced by com.jcraft.jsch.jcraft.HMACMD596.doFinal(), and com.jcraft.jsch.jcraft.HMACMD596.getBlockSize().
final String com.jcraft.jsch.jcraft.HMACMD596.name = "hmac-md5-96" [static, private] |
Reimplemented from com.jcraft.jsch.jcraft.HMACMD5.
Definition at line 36 of file HMACMD596.java.
Referenced by com.jcraft.jsch.jcraft.HMACMD596.getName().
1.6.1