Package | Description |
---|---|
com.guardtime.ksi |
KSI API interface
|
com.guardtime.ksi.unisignature.verifier.policies |
KSI signature verification policies
|
Modifier and Type | Interface and Description |
---|---|
interface |
KSI
Composite interface for signing, extending, verifying, and publications handling.
|
Modifier and Type | Method and Description |
---|---|
PublicationsHandler |
PublicationsHandlerBuilder.build()
Builds the
PublicationsHandler instance. |
Modifier and Type | Method and Description |
---|---|
ExtenderBuilder |
ExtenderBuilder.setPublicationsHandler(PublicationsHandler publicationsHandler)
Sets the publications file handler to be used to download the publications file.
|
Modifier and Type | Method and Description |
---|---|
PublicationsHandler |
PolicyContext.getPublicationsHandler() |
Modifier and Type | Method and Description |
---|---|
static ContextAwarePolicy |
ContextAwarePolicyAdapter.createDefaultPolicy(PublicationsHandler handler,
Extender extender)
Creates context aware policy using
DefaultVerificationPolicy for verification. |
static ContextAwarePolicy |
ContextAwarePolicyAdapter.createKeyPolicy(PublicationsHandler handler)
Creates context aware policy using
KeyBasedVerificationPolicy for verification. |
static ContextAwarePolicy |
ContextAwarePolicyAdapter.createPolicy(Policy policy,
PublicationsHandler handler,
KSIExtendingService extendingService)
Method creating context aware policy using user provided policy with needed components.
|
static ContextAwarePolicy |
ContextAwarePolicyAdapter.createPublicationsFilePolicy(PublicationsHandler handler)
Creates context aware policy using
PublicationsFileBasedVerificationPolicy for verification. |
static ContextAwarePolicy |
ContextAwarePolicyAdapter.createPublicationsFilePolicy(PublicationsHandler handler,
Extender extender)
Creates context aware policy using
PublicationsFileBasedVerificationPolicy for verification. |
Constructor and Description |
---|
PolicyContext(PublicationsHandler publicationsHandler,
KSIExtendingService extendingService) |
Copyright © 2024 Guardtime. All rights reserved.