Package | Description |
---|---|
com.guardtime.ksi.blocksigner |
Classes and interfaces to create multiple signatures with one signing request
|
com.guardtime.ksi.pdu |
PDU (Protocol Data Unit) interfaces
|
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 |
---|---|
KsiBlockSignerBuilder |
KsiBlockSignerBuilder.setPduVersion(PduVersion pduVersion)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static PduVersion |
PduVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PduVersion[] |
PduVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PduFactory |
PduFactoryProvider.get(PduVersion pduVersion) |
static PduFactory |
PduFactoryProvider.withAggregatorConfListener(PduVersion pduVersion,
ConfigurationListener<AggregatorConfiguration> aggregatorConfigurationListener) |
static PduFactory |
PduFactoryProvider.withExtenderConfListener(PduVersion pduVersion,
ConfigurationListener<ExtenderConfiguration> extenderConfigurationListener) |
Modifier and Type | Method and Description |
---|---|
PduVersion |
CredentialsAwareHttpSettings.getPduVersion() |
abstract PduVersion |
AbstractHttpClientSettings.getPduVersion() |
PduVersion |
HttpClientSettings.getPduVersion() |
PduVersion |
AbstractHttpClient.getPduVersion() |
Modifier and Type | Method and Description |
---|---|
void |
CredentialsAwareHttpSettings.setPduVersion(PduVersion pduVersion)
Sets the PDU version.
|
Constructor and Description |
---|
HttpClientSettings(String signingUrl,
String extendingUrl,
String publicationsFileUrl,
ServiceCredentials credentials,
PduVersion pduVersion)
Creates HTTP service settings with provided parameters.
|
Modifier and Type | Method and Description |
---|---|
PduVersion |
ApacheHttpExtenderClient.getPduVersion() |
PduVersion |
ApacheHttpSigningClient.getPduVersion() |
Modifier and Type | Method and Description |
---|---|
PduVersion |
SimpleHttpExtenderClient.getPduVersion() |
PduVersion |
SimpleHttpSigningClient.getPduVersion() |
Modifier and Type | Method and Description |
---|---|
PduVersion |
SigningTCPClient.getPduVersion() |
PduVersion |
ExtenderTCPClient.getPduVersion() |
PduVersion |
TCPClientSettings.getPduVersion() |
PduVersion |
TCPClient.getPduVersion() |
Constructor and Description |
---|
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.