|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Digest
The storage stores Number480, which is separated in 3 Number160. The first Number160 is the location key, the second is the domain key, and the third is the content key. A digest can be calculated over all content keys for a specific location and domain. The digest can also be calculated over a selected range of content keys for a specific location and domain.
Method Summary | |
---|---|
DigestInfo |
digest(Number320 key)
Calculates a digest over a specific location and domain. |
DigestInfo |
digest(Number320 key,
Collection<Number160> contentKeys)
Calculates a digest over a specific location and domain. |
Method Detail |
---|
DigestInfo digest(Number320 key)
key
- The location and domain key
DigestInfo digest(Number320 key, Collection<Number160> contentKeys)
key
- The location and domain keycontentKeys
- The content keys to look for. Those keys that are not
found are ignored.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |