Package | Description |
---|---|
com.guardtime.ksi.pdu |
PDU (Protocol Data Unit) interfaces
|
com.guardtime.ksi.pdu.v2 |
PDU v2 implementation
|
com.guardtime.ksi.service.client |
Classes and interfaces to sign and extend, basic version
|
com.guardtime.ksi.service.client.http |
Common classes for KSI Apache HTTP client and KSI Simple HTTP client
|
com.guardtime.ksi.service.client.http.apache |
Apache HTTP client for KSI
|
com.guardtime.ksi.service.http.simple |
Simple HTTP client for KSI
|
com.guardtime.ksi.service.tcp |
KSI TCP client
|
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.
|
ExtenderConfiguration |
ExtenderPduFactory.readExtenderConfigurationResponse(ServiceCredentials credentials,
TLVElement input)
Reads an extension 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) |
Modifier and Type | Class and Description |
---|---|
class |
KSIServiceCredentials
KSI service credentials for HMAC authentication.
|
Modifier and Type | Method and Description |
---|---|
ServiceCredentials |
CredentialsAwareHttpSettings.getCredentials() |
abstract ServiceCredentials |
AbstractHttpClientSettings.getCredentials() |
ServiceCredentials |
HttpClientSettings.getCredentials() |
ServiceCredentials |
AbstractHttpClient.getServiceCredentials() |
Constructor and Description |
---|
CredentialsAwareHttpSettings(String url,
ServiceCredentials credentials) |
CredentialsAwareHttpSettings(String url,
ServiceCredentials credentials,
HTTPConnectionParameters parameters) |
HttpClientSettings(String signingUrl,
String extendingUrl,
String publicationsFileUrl,
ServiceCredentials credentials)
Creates HTTP service settings with provided parameters.
|
HttpClientSettings(String signingUrl,
String extendingUrl,
String publicationsFileUrl,
ServiceCredentials credentials,
PduVersion pduVersion)
Creates HTTP service settings with provided parameters.
|
Modifier and Type | Method and Description |
---|---|
ServiceCredentials |
ApacheHttpExtenderClient.getServiceCredentials() |
ServiceCredentials |
ApacheHttpSigningClient.getServiceCredentials() |
Modifier and Type | Method and Description |
---|---|
ServiceCredentials |
SimpleHttpExtenderClient.getServiceCredentials() |
ServiceCredentials |
SimpleHttpSigningClient.getServiceCredentials() |
Modifier and Type | Method and Description |
---|---|
ServiceCredentials |
SigningTCPClient.getServiceCredentials() |
ServiceCredentials |
ExtenderTCPClient.getServiceCredentials() |
ServiceCredentials |
TCPClientSettings.getServiceCredentials() |
ServiceCredentials |
TCPClient.getServiceCredentials() |
Constructor and Description |
---|
TCPClientSettings(InetSocketAddress endpoint,
int tcpTransactionTimeoutSec,
ServiceCredentials serviceCredentials)
Settings for TCP client.
|
TCPClientSettings(InetSocketAddress endpoint,
int tcpTransactionTimeoutSec,
ServiceCredentials serviceCredentials,
PduVersion pduVersion) |
TCPClientSettings(String uri,
int tcpTransactionTimeoutSec,
ServiceCredentials serviceCredentials,
PduVersion pduVersion)
Settings for TCP client.
|
Copyright © 2024 Guardtime. All rights reserved.