| Package | Description |
|---|---|
| com.silanis.esl.sdk.examples |
Examples and helper classes of how to use the eSignLive Java SDK.
|
| com.silanis.esl.sdk.internal |
For internal use only.
|
| com.silanis.esl.sdk.service |
Service classes provide low-level support for interacting with eSignLive.
|
| Modifier and Type | Field and Description |
|---|---|
DownloadedFile |
NotaryJournalExample.csvJournalEntries |
| Modifier and Type | Method and Description |
|---|---|
DownloadedFile |
Client.BytesHandler.extract(InputStream input) |
DownloadedFile<?> |
RestClient.getBytes(String path) |
DownloadedFile<?> |
RestClient.getBytes(String path,
String acceptType) |
DownloadedFile<?> |
RestClient.getBytesAsOctetStream(String path) |
| Modifier and Type | Method and Description |
|---|---|
DownloadedFile |
AttachmentRequirementService.downloadAllAttachmentFilesForPackage(PackageId packageId)
Sender downloads all attachment files with file name for the package.
|
DownloadedFile |
AttachmentRequirementService.downloadAllAttachmentFilesForSignerInPackage(DocumentPackage sdkPackage,
Signer signer)
Sender downloads all attachment files with file name for the signer in the package.
|
DownloadedFile |
AttachmentRequirementService.downloadAttachmentFile(PackageId packageId,
String attachmentId)
Sender downloads the attachmentFile with file name.
|
DownloadedFile |
AttachmentRequirementService.downloadAttachmentFile(PackageId packageId,
String attachmentId,
Integer fileId)
Sender downloads the attachmentFile with file name.
|
DownloadedFile |
PackageService.getJournalEntriesAsCSV(String userId)
Get Journal Entries in csv format.
|
DownloadedFile |
SignatureImageService.getSignatureImageForPackageRole(PackageId packageId,
String signerId,
SignatureImageFormat imageFormat) |
DownloadedFile |
SignatureImageService.getSignatureImageForSender(String senderId,
SignatureImageFormat imageFormat) |
Copyright 2022 OneSpan All rights reserved.