Package | Description |
---|---|
com.guardtime.ksi.pdu |
PDU (Protocol Data Unit) interfaces
|
com.guardtime.ksi.pdu.v2 |
PDU v2 implementation
|
Modifier and Type | Method and Description |
---|---|
KSIRequestContext |
RequestContextFactory.createContext()
Creates a new
KSIRequestContext . |
Modifier and Type | Method and Description |
---|---|
AggregationRequest |
AggregatorPduFactory.createAggregationRequest(KSIRequestContext context,
ServiceCredentials credentials,
DataHash imprint,
Long level)
Creates a new aggregation request.
|
AggregationRequest |
AggregatorPduFactory.createAggregatorConfigurationRequest(KSIRequestContext context,
ServiceCredentials credentials)
Creates an aggregation configuration request.
|
ExtensionRequest |
ExtenderPduFactory.createExtensionConfigurationRequest(KSIRequestContext requestContext,
ServiceCredentials credentials)
Creates an extension configuration request.
|
ExtensionRequest |
ExtenderPduFactory.createExtensionRequest(KSIRequestContext context,
ServiceCredentials credentials,
Date aggregationTime,
Date publicationTime)
Creates a new extension request.
|
AggregationResponse |
AggregatorPduFactory.readAggregationResponse(KSIRequestContext context,
ServiceCredentials credentials,
TLVElement input)
Reads an aggregation response.
|
AggregatorConfiguration |
AggregatorPduFactory.readAggregatorConfigurationResponse(KSIRequestContext context,
ServiceCredentials credentials,
TLVElement input)
Reads an aggregation configuration response.
|
ExtensionResponse |
ExtenderPduFactory.readExtensionResponse(KSIRequestContext context,
ServiceCredentials credentials,
TLVElement input)
Reads an extension response.
|
Constructor and Description |
---|
AggregationResponseFuture(Future<TLVElement> requestFuture,
KSIRequestContext requestContext,
ServiceCredentials credentials,
PduFactory pduFactory) |
ExtensionResponseFuture(Future<TLVElement> future,
KSIRequestContext context,
ServiceCredentials credentials,
PduFactory pduFactory) |
PduMessageHeader(String loginId,
KSIRequestContext context)
Constructor for creating a new message header object with given
KSIRequestContext . |
Copyright © 2024 Guardtime. All rights reserved.