| Package | Description |
|---|---|
| com.guardtime.ksi |
KSI API interface
|
| com.guardtime.ksi.publication |
Interfaces to decode and encode publications files
|
| com.guardtime.ksi.publication.adapter |
Adapters for publications file client
|
| com.guardtime.ksi.publication.inmemory |
Implementation to decode and encode in-memory publications files
|
| com.guardtime.ksi.unisignature.verifier |
Classes and interfaces to verify KSI signatures
|
| Modifier and Type | Method and Description |
|---|---|
PublicationsFile |
PublicationsHandler.getPublicationsFile()
Gets the publications file.
|
| Modifier and Type | Method and Description |
|---|---|
PublicationsFile |
PublicationsFileFactory.create(InputStream input)
Reads the publications file from given input stream.
|
| Modifier and Type | Method and Description |
|---|---|
PublicationsFile |
CachingPublicationsFileClientAdapter.getPublicationsFile() |
PublicationsFile |
NonCachingPublicationsFileClientAdapter.getPublicationsFile() |
PublicationsFile |
PublicationsFileClientAdapter.getPublicationsFile()
Returns the instance of the
PublicationsFile. |
| Modifier and Type | Method and Description |
|---|---|
PublicationsFile |
InMemoryPublicationsFileFactory.create(InputStream input)
This method is used to read publications file from input stream.
|
| Modifier and Type | Method and Description |
|---|---|
PublicationsFile |
VerificationContext.getPublicationsFile()
Returns instance of KSI publications file
|
| Modifier and Type | Method and Description |
|---|---|
VerificationContextBuilder |
VerificationContextBuilder.setPublicationsFile(PublicationsFile publicationsFile)
Used to set the publications file that is used by verification process
|
Copyright © 2024 Guardtime. All rights reserved.