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
Modifier and TypeMethodDescriptionbyte[]
calculateHash
(byte[] bytes) byte[]
calculateHash
(ByteBuffer buffer) byte[]
void
update
(byte[] data) void
update
(byte[] data, int pos, int len)
-
Method Details
-
calculateHash
byte[] calculateHash(byte[] bytes) -
calculateHash
-
update
void update(byte[] data) -
update
void update(byte[] data, int pos, int len) -
getDigest
byte[] getDigest()
-