public interface RFC3161Record
Modifier and Type | Field and Description |
---|---|
static int |
ELEMENT_TYPE |
Modifier and Type | Method and Description |
---|---|
Date |
getAggregationTime()
Returns the aggregation time of the RFC3161 record
|
List<Long> |
getChainIndex()
Returns the index of the RFC3161 record
|
DataHash |
getInputHash()
Returns the RFC3161 record input data hash
|
DataHash |
getOutputHash(HashAlgorithm hashAlgorithm)
Returns the RFC3161 record output data hash
|
HashAlgorithm |
getSignedAttributesAlgorithm()
Returns the hash algorithm of the RFC3161 record signed attributes
|
HashAlgorithm |
getTstInfoAlgorithm()
Returns the TSTInfo structure hash algorithm of the RFC3161 record
|
static final int ELEMENT_TYPE
DataHash getInputHash()
DataHash getOutputHash(HashAlgorithm hashAlgorithm) throws HashException
HashException
Date getAggregationTime()
HashAlgorithm getTstInfoAlgorithm()
HashAlgorithm getSignedAttributesAlgorithm()
Copyright © 2024 Guardtime. All rights reserved.