public interface AggregationHashChain
Modifier and Type | Field and Description |
---|---|
static int |
ELEMENT_TYPE |
Modifier and Type | Method and Description |
---|---|
ChainResult |
calculateOutputHash(long level)
Calculates the aggregation hash chain output hash.
|
HashAlgorithm |
getAggregationAlgorithm()
Returns hash function algorithm used to compute the output hash values of the link structures
|
Date |
getAggregationTime()
Returns the aggregation time.
|
List<Long> |
getChainIndex()
Returns the chain index of the aggregation chain.
|
List<AggregationChainLink> |
getChainLinks()
Returns the list of aggregation chain left and right links.
|
Identity[] |
getIdentity()
Returns the array of the identities in the aggregation hash chain.
|
DataHash |
getInputHash()
Returns the input hash for the computation specified by the aggregation hash chain
|
DataHash |
getOutputHash()
Returns the output hash
|
static final int ELEMENT_TYPE
Date getAggregationTime()
DataHash getInputHash()
DataHash getOutputHash()
List<AggregationChainLink> getChainLinks()
Identity[] getIdentity()
ChainResult calculateOutputHash(long level) throws KSIException
KSIException
HashAlgorithm getAggregationAlgorithm()
Copyright © 2024 Guardtime. All rights reserved.