Package com.trilead.ssh2.crypto.digest
Interface Digest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddigest(byte[] out)voiddigest(byte[] out, int off)intgetDigestLength()voidreset()voidupdate(byte b)voidupdate(byte[] b)voidupdate(byte[] b, int off, int len)
-