public class

HashForSSH2Types

extends Object
java.lang.Object
   ↳ com.trilead.ssh2.crypto.digest.HashForSSH2Types

Class Overview

HashForSSH2Types.

Summary

Fields
Digest md
Public Constructors
HashForSSH2Types(Digest md)
HashForSSH2Types(String type)
Public Methods
byte[] getDigest()
void getDigest(byte[] out, int off)
void getDigest(byte[] out)
int getDigestLength()
void reset()
void updateBigInt(BigInteger b)
void updateByte(byte b)
void updateByteString(byte[] b)
void updateBytes(byte[] b)
void updateUINT32(int v)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

Digest md

Public Constructors

public HashForSSH2Types (Digest md)

Parameters
md

public HashForSSH2Types (String type)

Parameters
type

Public Methods

public byte[] getDigest ()

public void getDigest (byte[] out, int off)

Parameters
out
off

public void getDigest (byte[] out)

Parameters
out

public int getDigestLength ()

public void reset ()

public void updateBigInt (BigInteger b)

Parameters
b

public void updateByte (byte b)

Parameters
b

public void updateByteString (byte[] b)

Parameters
b

public void updateBytes (byte[] b)

Parameters
b

public void updateUINT32 (int v)

Parameters
v