HashGenerator Interface
public interface HashGenerator
HashGenerator interface to be implemented for computing the hash used in the hashing algorithm for the Azure Cosmos DB database service.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract byte[] | computeHash(byte[] key) |
Method Details
computeHash
public abstract byte[] computeHash(byte[] key)
Parameters: