| 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 |
|---|---|
SignerVerification |
EslClient.getSignerVerification(PackageId packageId,
String roleId) |
| Modifier and Type | Method and Description |
|---|---|
void |
EslClient.createSignerVerification(PackageId packageId,
String roleId,
SignerVerification signerVerification) |
void |
EslClient.updateSignerVerification(PackageId packageId,
String roleId,
SignerVerification signerVerification) |
| Modifier and Type | Method and Description |
|---|---|
SignerVerification |
SignerVerificationBuilder.build() |
| Modifier and Type | Field and Description |
|---|---|
SignerVerification |
SignerVerificationExample.retrievedSignerVerificationAfterCreate |
SignerVerification |
SignerVerificationExample.retrievedSignerVerificationAfterDelete |
SignerVerification |
SignerVerificationExample.retrievedSignerVerificationAfterUpdate |
SignerVerification |
SignerVerificationExample.signerVerificationToBeCreated |
SignerVerification |
SignerVerificationExample.signerVerificationToBeUpdated |
| Modifier and Type | Method and Description |
|---|---|
SignerVerification |
SignerVerificationConverter.toSDKSignerVerification(Verification apiSignerVerification) |
| Modifier and Type | Method and Description |
|---|---|
Verification |
SignerVerificationConverter.toAPISignerVerification(SignerVerification sdkSgnerVerification) |
Copyright 2022 OneSpan All rights reserved.