| Package | Description |
|---|---|
| com.silanis.esl.sdk |
The eSignLive Java SDK base package containing the EslClient and model classes.
|
| com.silanis.esl.sdk.builder |
Builder classes provide high-level support for creating model objects.
|
| com.silanis.esl.sdk.examples |
Examples and helper classes of how to use the eSignLive Java SDK.
|
| com.silanis.esl.sdk.internal.converter |
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentRequirement |
Signer.getAttachmentRequirement(String attachmentName) |
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentRequirement> |
Signer.getAttachmentRequirements() |
| Modifier and Type | Method and Description |
|---|---|
void |
Signer.addAttachmentRequirement(AttachmentRequirement attachment) |
| Modifier and Type | Method and Description |
|---|---|
void |
Signer.setAttachmentRequirements(List<AttachmentRequirement> attachments) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentRequirement |
AttachmentRequirementBuilder.build()
Builds the actual attachment requirement.
|
| Modifier and Type | Method and Description |
|---|---|
SignerBuilder |
SignerBuilder.withAttachmentRequirement(AttachmentRequirement attachmentRequirement)
Adds an attachment requirement for the signer.
|
| Modifier and Type | Field and Description |
|---|---|
AttachmentRequirement |
AttachmentRequirementExample.signer1Att1 |
AttachmentRequirement |
AttachmentRequirementExample.signer2Att1 |
AttachmentRequirement |
AttachmentRequirementExample.signer2Att2 |
| Modifier and Type | Field and Description |
|---|---|
List<AttachmentRequirement> |
AttachmentRequirementExample.signer1Attachments |
List<AttachmentRequirement> |
AttachmentRequirementExample.signer2Attachments |
| Modifier and Type | Method and Description |
|---|---|
AttachmentRequirement |
AttachmentRequirementConverter.toSDKAttachmentRequirement()
Convert from API AttachmentRequirement to SDK AttachmentRequirement.
|
| Constructor and Description |
|---|
AttachmentRequirementConverter(AttachmentRequirement sdkAttachmentRequirement)
Construct with SDK AttachmentRequirement object involved in conversion.
|
Copyright 2022 OneSpan All rights reserved.