Package | Description |
---|---|
com.guardtime.ksi |
KSI API interface
|
com.guardtime.ksi.service |
Classes and interfaces to sign and extend, advanced 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.ha |
High Availability KSI service, combines other services to achieve redundancy
|
com.guardtime.ksi.service.http.simple |
Simple HTTP client for KSI
|
com.guardtime.ksi.service.tcp |
KSI TCP client
|
com.guardtime.ksi.unisignature.inmemory |
Classes to decode and encode in-memory KSI signatures
|
com.guardtime.ksi.unisignature.verifier |
Classes and interfaces to verify KSI signatures
|
Modifier and Type | Method and Description |
---|---|
KSIBuilder |
KSIBuilder.setKsiProtocolExtenderClient(KSIExtenderClient extenderClient)
Sets the extender client to be used in verification and extending process.
|
Constructor and Description |
---|
KSIExtendingClientServiceAdapter(KSIExtenderClient client) |
KSIExtendingClientServiceAdapter(KSIExtenderClient client,
ExecutorService executorService) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpClient
Common class for all KSI HTTP clients.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheHttpClient
KSI HTTP client that uses Apache HTTP client library.
|
class |
ApacheHttpExtenderClient
KSI HTTP client that uses Apache HTTP client library.
|
Modifier and Type | Method and Description |
---|---|
ExtendingHAService.Builder |
ExtendingHAService.Builder.addClients(List<KSIExtenderClient> clients)
Adds subclients.
|
HAService.Builder |
HAService.Builder.addExtenderClients(List<KSIExtenderClient> clients) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleHttpClient
Simple HTTP client.
|
class |
SimpleHttpExtenderClient
Simple HTTP client for extension operation.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtenderTCPClient
KSI TCP client for extending.
|
class |
TCPClient
KSI TCP client for signing and extending.
|
Constructor and Description |
---|
InMemoryKsiSignatureFactory(Policy policy,
PublicationsFileClientAdapter publicationsFileClientAdapter,
KSIExtenderClient extenderClient,
boolean extendingAllowed,
KSISignatureComponentFactory signatureComponentFactory)
Deprecated.
|
InMemoryKsiSignatureFactory(Policy policy,
PublicationsFileClientAdapter publicationsFileClientAdapter,
KSIExtenderClient extenderClient,
boolean extendingAllowed,
PduFactory pduFactory,
KSISignatureComponentFactory signatureComponentFactory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
VerificationContextBuilder |
VerificationContextBuilder.setExtenderClient(KSIExtenderClient extenderClient)
Used to set the
KSIExtenderClient to be used to extend signature. |
Copyright © 2024 Guardtime. All rights reserved.