Package com.biglybt.core.util
Interface SHA1Hasher.Impl
-
- All Known Implementing Classes:
SHA1Hasher.DigestImpl
,SHA1Hasher.LocalImpl
- Enclosing class:
- SHA1Hasher
private static interface SHA1Hasher.Impl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
calculateHash(byte[] bytes)
byte[]
calculateHash(java.nio.ByteBuffer buffer)
byte[]
getDigest()
void
update(byte[] data)
void
update(byte[] data, int pos, int len)
-