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 |
---|
ExtensionFuture(Future<ExtensionResponse> future,
PublicationRecord publicationRecord,
KSISignature signature,
KSISignatureComponentFactory signatureComponentFactory,
KSISignatureFactory signatureFactory) |
Modifier and Type | Method and Description |
---|---|
ExtensionResponse |
ExtensionResponseFuture.getResult() |
ExtensionResponse |
ExtenderPduFactory.readExtensionResponse(KSIRequestContext context,
ServiceCredentials credentials,
TLVElement input)
Reads an extension response.
|
Modifier and Type | Method and Description |
---|---|
ExtensionResponse |
ExtenderPduV2Factory.readExtensionResponse(KSIRequestContext context,
ServiceCredentials credentials,
TLVElement input) |
ExtensionResponse |
PduV2Factory.readExtensionResponse(KSIRequestContext context,
ServiceCredentials credentials,
TLVElement input) |
Modifier and Type | Method and Description |
---|---|
Future<ExtensionResponse> |
KSIExtendingService.extend(Date aggregationTime,
Date publicationTime)
Extends existing signatures.
|
Future<ExtensionResponse> |
KSIExtendingClientServiceAdapter.extend(Date aggregationTime,
Date publicationTime) |
Modifier and Type | Method and Description |
---|---|
Future<ExtensionResponse> |
HAService.extend(Date aggregationTime,
Date publicationTime) |
Future<ExtensionResponse> |
ExtendingHAService.extend(Date aggregationTime,
Date publicationTime)
Creates a non-blocking extending request.
|
Copyright © 2024 Guardtime. All rights reserved.