com.jcraft.jsch.jcraft.HMACMD596 Class Reference

Inheritance diagram for com.jcraft.jsch.jcraft.HMACMD596:
Inheritance graph
[legend]
Collaboration diagram for com.jcraft.jsch.jcraft.HMACMD596:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Definition at line 34 of file HMACMD596.java.


Member Function Documentation

void com.jcraft.jsch.jcraft.HMACMD596.doFinal ( byte[]  buf,
int  offset 
)
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]
void com.jcraft.jsch.jcraft.HMAC.setH ( MessageDigest  md  )  [protected, inherited]
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.


Member Data Documentation

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]
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().


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1