public class AggregatorPduV2Factory extends Object implements AggregatorPduFactory
AggregatorPduFactory
.Constructor and Description |
---|
AggregatorPduV2Factory() |
AggregatorPduV2Factory(ConfigurationListener<AggregatorConfiguration> aggregatorConfigurationListener) |
Modifier and Type | Method and Description |
---|---|
AggregationRequest |
createAggregationRequest(KSIRequestContext context,
ServiceCredentials credentials,
DataHash imprint,
Long level)
Creates a new aggregation request.
|
AggregationRequest |
createAggregatorConfigurationRequest(KSIRequestContext context,
ServiceCredentials credentials)
Creates an aggregation configuration request.
|
AggregationResponse |
readAggregationResponse(KSIRequestContext context,
ServiceCredentials credentials,
TLVElement input)
Reads an aggregation response.
|
AggregatorConfiguration |
readAggregatorConfigurationResponse(KSIRequestContext requestContext,
ServiceCredentials credentials,
TLVElement input)
Reads an aggregation configuration response.
|
public AggregatorPduV2Factory()
public AggregatorPduV2Factory(ConfigurationListener<AggregatorConfiguration> aggregatorConfigurationListener)
public AggregationRequest createAggregationRequest(KSIRequestContext context, ServiceCredentials credentials, DataHash imprint, Long level) throws KSIException
AggregatorPduFactory
createAggregationRequest
in interface AggregatorPduFactory
KSIException
public AggregationResponse readAggregationResponse(KSIRequestContext context, ServiceCredentials credentials, TLVElement input) throws KSIException
AggregatorPduFactory
readAggregationResponse
in interface AggregatorPduFactory
KSIException
public AggregationRequest createAggregatorConfigurationRequest(KSIRequestContext context, ServiceCredentials credentials) throws KSIException
AggregatorPduFactory
createAggregatorConfigurationRequest
in interface AggregatorPduFactory
KSIException
public AggregatorConfiguration readAggregatorConfigurationResponse(KSIRequestContext requestContext, ServiceCredentials credentials, TLVElement input) throws KSIException
AggregatorPduFactory
readAggregatorConfigurationResponse
in interface AggregatorPduFactory
KSIException
Copyright © 2024 Guardtime. All rights reserved.