com.trilead.ssh2.crypto.digest
Class HashForSSH2Types
java.lang.Object
com.trilead.ssh2.crypto.digest.HashForSSH2Types
public class HashForSSH2Types
extends java.lang.Object
HashForSSH2Types.
HashForSSH2Types
public HashForSSH2Types(String type)
HashForSSH2Types
public HashForSSH2Types(Digest md)
getDigest
public byte[] getDigest()
getDigest
public void getDigest(byte[] out)
getDigest
public void getDigest(byte[] out,
int off)
getDigestLength
public int getDigestLength()
updateBigInt
public void updateBigInt(BigInteger b)
updateByte
public void updateByte(byte b)
updateByteString
public void updateByteString(byte[] b)
updateBytes
public void updateBytes(byte[] b)
updateUINT32
public void updateUINT32(int v)