| Package | Description |
|---|---|
| com.guardtime.ksi |
KSI API interface
|
| com.guardtime.ksi.pdu |
PDU (Protocol Data Unit) interfaces
|
| com.guardtime.ksi.pdu.v2 |
PDU v2 implementation
|
| com.guardtime.ksi.service |
Classes and interfaces to sign and extend, advanced version
|
| com.guardtime.ksi.service.ha |
High Availability KSI service, combines other services to achieve redundancy
|
| Constructor and Description |
|---|
SigningFuture(Future<AggregationResponse> aggregationResponseFuture,
KSISignatureFactory signatureFactory,
DataHash inputHash) |
SigningFuture(Future<AggregationResponse> aggregationResponseFuture,
KSISignatureFactory signatureFactory,
DataHash inputHash,
long level) |
| Modifier and Type | Method and Description |
|---|---|
AggregationResponse |
AggregationResponseFuture.getResult() |
AggregationResponse |
AggregatorPduFactory.readAggregationResponse(KSIRequestContext context,
ServiceCredentials credentials,
TLVElement input)
Reads an aggregation response.
|
| Modifier and Type | Method and Description |
|---|---|
AggregationResponse |
AggregatorPduV2Factory.readAggregationResponse(KSIRequestContext context,
ServiceCredentials credentials,
TLVElement input) |
AggregationResponse |
PduV2Factory.readAggregationResponse(KSIRequestContext context,
ServiceCredentials credentials,
TLVElement input) |
| Modifier and Type | Method and Description |
|---|---|
Future<AggregationResponse> |
KSISigningClientServiceAdapter.sign(DataHash dataHash,
Long level) |
Future<AggregationResponse> |
KSISigningService.sign(DataHash dataHash,
Long level)
Creates a new KSI signature.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AggregationResponse> |
SigningHAService.sign(DataHash dataHash,
Long level)
Creates a non-blocking signing request.
|
Future<AggregationResponse> |
HAService.sign(DataHash dataHash,
Long level) |
Copyright © 2024 Guardtime. All rights reserved.