com.jcraft.jsch.jce.HMACMD596 Class Reference

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

List of all members.

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

Detailed Description

Definition at line 36 of file HMACMD596.java.


Member Function Documentation

void com.jcraft.jsch.jce.HMACMD596.doFinal ( byte[]  buf,
int  offset 
)
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
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.


Member Data Documentation

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

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]

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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1