net.sf.torrentsniffer.hash
Interface SHA1

All Known Implementing Classes:
SHA1Impl

public interface SHA1

Interface for classes that can encode data with the SHA-1 algorithm.

Author:
Larry Williams

Method Summary
 byte[] digest(byte[] data)
          Hash data using the SHA1Impl algorithm.
 

Method Detail

digest

public byte[] digest(byte[] data)
Hash data using the SHA1Impl algorithm.

Parameters:
data -
Returns:


Copyright © 2004 Larry Williams. All Rights Reserved.