com.jcraft.jsch.jcraft.HMAC Class Reference

Inheritance diagram for com.jcraft.jsch.jcraft.HMAC:
Inheritance 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)

Protected Member Functions

void setH (MessageDigest md)

Private Attributes

byte[] k_ipad = null
byte[] k_opad = null
MessageDigest md = null
int bsize = 0
final byte[] tmp = new byte[4]

Static Private Attributes

static final int B = 64

Detailed Description

Definition at line 34 of file HMAC.java.


Member Function Documentation

void com.jcraft.jsch.jcraft.HMAC.doFinal ( byte[]  buf,
int  offset 
)
int com.jcraft.jsch.jcraft.HMAC.getBlockSize (  ) 
void com.jcraft.jsch.jcraft.HMAC.init ( byte[]  key  )  throws Exception
void com.jcraft.jsch.jcraft.HMAC.setH ( MessageDigest  md  )  [protected]
void com.jcraft.jsch.jcraft.HMAC.update ( byte  foo[],
int  s,
int  l 
)

Definition at line 96 of file HMAC.java.

References com.jcraft.jsch.jcraft.HMAC.md.

void com.jcraft.jsch.jcraft.HMAC.update ( int  i  ) 

Definition at line 88 of file HMAC.java.

References com.jcraft.jsch.jcraft.HMAC.tmp.


Member Data Documentation

final int com.jcraft.jsch.jcraft.HMAC.B = 64 [static, private]
byte [] com.jcraft.jsch.jcraft.HMAC.k_ipad = null [private]
byte [] com.jcraft.jsch.jcraft.HMAC.k_opad = null [private]
MessageDigest com.jcraft.jsch.jcraft.HMAC.md = null [private]
final byte [] com.jcraft.jsch.jcraft.HMAC.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