Package | Description |
---|---|
com.guardtime.ksi.pdu |
PDU (Protocol Data Unit) interfaces
|
com.guardtime.ksi.pdu.v2 |
PDU v2 implementation
|
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 |
---|---|
static PduFactory |
PduFactoryProvider.get(PduVersion pduVersion) |
static PduFactory |
PduFactoryProvider.withAggregatorConfListener(PduVersion pduVersion,
ConfigurationListener<AggregatorConfiguration> aggregatorConfigurationListener) |
static PduFactory |
PduFactoryProvider.withExtenderConfListener(PduVersion pduVersion,
ConfigurationListener<ExtenderConfiguration> extenderConfigurationListener) |
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 |
PduV2Factory
Implementation of the
PduFactory . |
Constructor and Description |
---|
InMemoryKsiSignatureFactory(Policy policy,
PublicationsFileClientAdapter publicationsFileClientAdapter,
KSIExtenderClient extenderClient,
boolean extendingAllowed,
PduFactory pduFactory,
KSISignatureComponentFactory signatureComponentFactory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
VerificationContext.setPduFactory(PduFactory pduFactory)
Deprecated.
Deprecated since 4.10. Has no effect since PduFactory is defined in the KSIExtendingService level.
|
Copyright © 2024 Guardtime. All rights reserved.