| 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.internal.converter |
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
IdvWorkflow |
Authentication.getIdvWorkflow() |
| Constructor and Description |
|---|
Authentication(AuthenticationMethod method,
String phoneNumber,
IdvWorkflow idvWorkflow) |
| Modifier and Type | Method and Description |
|---|---|
IdvWorkflow |
IdvWorkflowBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
SignerBuilder |
SignerBuilder.withIDVAuthentication(IdvWorkflow idvWorkflow)
Sets the signer's authentication type to SAA.
|
SignerBuilder |
SignerBuilder.withIDVAuthentication(String phoneNumber,
IdvWorkflow idvWorkflow)
Sets the signer's authentication type to SAA.
|
| Constructor and Description |
|---|
IDVAuthenticationBuilder(IdvWorkflow idvWorkflow)
Builder used to define authentication with eSignLive by entering an
SMS PIN number sent at the phone number defined below when the user
attempts to log in.
|
IDVAuthenticationBuilder(String phoneNumber,
IdvWorkflow idvWorkflow) |
| Modifier and Type | Method and Description |
|---|---|
IdvWorkflow |
IdvWorkflowConverter.toSDKIdvWorkflow()
Convert from API to SDK.
|
| Constructor and Description |
|---|
IdvWorkflowConverter(IdvWorkflow sdkIdvWorkflow)
Construct with SDK object involved in conversion.
|
Copyright 2022 OneSpan All rights reserved.