Package com.trilead.ssh2.crypto.digest
Interface Digest
-
- All Known Implementing Classes:
HMAC,JreMessageDigestWrapper,MD5,SHA1
public interface DigestDigest.- Version:
- $Id: Digest.java,v 1.1 2007/10/15 12:49:57 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
-
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)
-