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