Interface HashingService
-
- All Known Implementing Classes:
AbstractScaHashingService,Sha256HashingService,Sha512HashingService
public interface HashingService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]hash(byte[] data, Charset charset)
-
-
-
Method Detail
-
hash
byte[] hash(byte[] data, Charset charset)
-
-