com.jcraft.jsch.jce.HMACSHA196 Class Reference

Inheritance diagram for com.jcraft.jsch.jce.HMACSHA196:
Inheritance graph
[legend]
Collaboration diagram for com.jcraft.jsch.jce.HMACSHA196:
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[] _buf20 = new byte[20]

Static Private Attributes

static final String name = "hmac-sha1-96"
static final int bsize = 12

Detailed Description

Definition at line 36 of file HMACSHA196.java.


Member Function Documentation

void com.jcraft.jsch.jce.HMACSHA196.doFinal ( byte[]  buf,
int  offset 
)
int com.jcraft.jsch.jce.HMACSHA196.getBlockSize (  ) 

Definition at line 40 of file HMACSHA196.java.

References com.jcraft.jsch.jce.HMACSHA196.bsize.

String com.jcraft.jsch.jce.HMACSHA196.getName (  ) 

Definition at line 73 of file HMACSHA196.java.

References com.jcraft.jsch.jce.HMACSHA196.name.

void com.jcraft.jsch.jce.HMACSHA196.init ( byte[]  key  )  throws Exception
void com.jcraft.jsch.jce.HMACSHA196.update ( byte  foo[],
int  s,
int  l 
)

Definition at line 59 of file HMACSHA196.java.

References com.jcraft.jsch.jce.HMACSHA196.mac.

void com.jcraft.jsch.jce.HMACSHA196.update ( int  i  ) 

Definition at line 52 of file HMACSHA196.java.

References com.jcraft.jsch.jce.HMACSHA196.tmp.


Member Data Documentation

final byte [] com.jcraft.jsch.jce.HMACSHA196._buf20 = new byte[20] [private]

Definition at line 63 of file HMACSHA196.java.

Referenced by com.jcraft.jsch.jce.HMACSHA196.doFinal().

final int com.jcraft.jsch.jce.HMACSHA196.bsize = 12 [static, private]

Definition at line 38 of file HMACSHA196.java.

Referenced by com.jcraft.jsch.jce.HMACSHA196.getBlockSize().

final String com.jcraft.jsch.jce.HMACSHA196.name = "hmac-sha1-96" [static, private]

Definition at line 37 of file HMACSHA196.java.

Referenced by com.jcraft.jsch.jce.HMACSHA196.getName().

final byte [] com.jcraft.jsch.jce.HMACSHA196.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