Interface HashRequest

All Known Implementing Classes:
SimpleHashRequest

public interface HashRequest
A HashRequest is composed of data that will be used by a HashService to compute a hash (aka 'digest'). While you can instantiate a concrete HashRequest class directly, most will find using the HashRequest.Builder more convenient.
Since:
1.2
See Also: