| Interface | Description |
|---|---|
| ChecksumFunction |
| Enum | Description |
|---|---|
| CommonChecksumFunction |
The checksum is generated like this :
CHECKSUM = SALT+MAXTIME+HASH where SALT
= 8 bytes of random positive Long JSON = JSON(Sorted Map<String,Object>
representing the object) MAXTIME = Long representing the maximum valid period
for this checksum, (optional) HASH = HASHFUNCTION(JSON+SALT+MAXTIME) (MAXTIME
is Long.MAX_VALUE if no TTL) |
Copyright © 2018–2019 Butor Inc.. All rights reserved.