| 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 |
|---|---|
Authentication |
Signer.getAuthentication() |
| Constructor and Description |
|---|
Signer(String email,
String firstName,
String lastName,
Authentication authentication)
The constructor of the Signer class.
|
| Modifier and Type | Method and Description |
|---|---|
Authentication |
SignerBuilder.AuthenticationBuilder.build() |
Authentication |
SignerBuilder.ChallengeBuilder.build() |
Authentication |
SignerBuilder.SMSAuthenticationBuilder.build() |
Authentication |
SignerBuilder.IDVAuthenticationBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
SignerBuilder |
SignerBuilder.withAuthentication(Authentication authentication)
Sets the Signer's authentication.
|
| Modifier and Type | Method and Description |
|---|---|
Authentication |
AuthenticationConverter.toSDKAuthentication()
Convert from API Authentication to SDK Authentication.
|
| Constructor and Description |
|---|
AuthenticationConverter(Authentication sdkAuth)
Construct with SDK authentication.
|
Copyright 2022 OneSpan All rights reserved.