Package | Description |
---|---|
com.guardtime.ksi.unisignature |
Interfaces to decode and encode KSI signatures
|
com.guardtime.ksi.unisignature.inmemory |
Classes to decode and encode in-memory KSI signatures
|
Modifier and Type | Method and Description |
---|---|
LinkMetadata |
KSISignatureComponentFactory.createLinkMetadata(String clientId,
String machineId,
Long sequenceNumber,
Long requestTime)
Creates a link metadata structure.
|
LinkMetadata |
AggregationChainLink.getMetadata() |
Modifier and Type | Method and Description |
---|---|
AggregationChainLink |
KSISignatureComponentFactory.createLeftAggregationChainLink(LinkMetadata identity,
long level)
Creates a new left aggregation hash chain link with given metadata and level.
|
AggregationChainLink |
KSISignatureComponentFactory.createRightAggregationChainLink(LinkMetadata identity,
long level)
Creates a new right aggregation hash chain link with given metadata and level.
|
Modifier and Type | Method and Description |
---|---|
LinkMetadata |
InMemoryKsiSignatureComponentFactory.createLinkMetadata(String clientId,
String machineId,
Long sequenceNumber,
Long requestTime) |
Modifier and Type | Method and Description |
---|---|
AggregationChainLink |
InMemoryKsiSignatureComponentFactory.createLeftAggregationChainLink(LinkMetadata metadata,
long levelCorrection) |
AggregationChainLink |
InMemoryKsiSignatureComponentFactory.createRightAggregationChainLink(LinkMetadata metadata,
long levelCorrection) |
Copyright © 2024 Guardtime. All rights reserved.