com.jcraft.jsch.jce.HMACSHA1 Class Reference

Inheritance diagram for com.jcraft.jsch.jce.HMACSHA1:
Inheritance graph
[legend]
Collaboration diagram for com.jcraft.jsch.jce.HMACSHA1:
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]

Static Private Attributes

static final String name = "hmac-sha1"
static final int bsize = 20

Detailed Description

Definition at line 36 of file HMACSHA1.java.


Member Function Documentation

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

Definition at line 64 of file HMACSHA1.java.

References com.jcraft.jsch.jce.HMACSHA1.mac.

int com.jcraft.jsch.jce.HMACSHA1.getBlockSize (  ) 

Definition at line 40 of file HMACSHA1.java.

References com.jcraft.jsch.jce.HMACSHA1.bsize.

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

Definition at line 72 of file HMACSHA1.java.

References com.jcraft.jsch.jce.HMACSHA1.name.

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

Definition at line 60 of file HMACSHA1.java.

References com.jcraft.jsch.jce.HMACSHA1.mac.

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

Definition at line 52 of file HMACSHA1.java.

References com.jcraft.jsch.jce.HMACSHA1.tmp.


Member Data Documentation

final int com.jcraft.jsch.jce.HMACSHA1.bsize = 20 [static, private]
final String com.jcraft.jsch.jce.HMACSHA1.name = "hmac-sha1" [static, private]

Definition at line 37 of file HMACSHA1.java.

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

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