| Package | Description |
|---|---|
| no.digipost.signature.client.direct |
| Modifier and Type | Field and Description |
|---|---|
static SignerStatus |
SignerStatus.EXPIRED
The signer has not made a decision to either sign or reject the document within the
specified time limit.
|
static SignerStatus |
SignerStatus.FAILED
An unexpected error occured during the signing ceremony.
|
static SignerStatus |
SignerStatus.NOT_APPLICABLE
The job has reached a state where the status of this signature is not applicable.
|
static SignerStatus |
SignerStatus.REJECTED
The signer has rejected to sign the document.
|
static SignerStatus |
SignerStatus.SIGNED
The signer has successfully signed the document.
|
static SignerStatus |
SignerStatus.SIGNERS_NAME_NOT_AVAILABLE
Indicates that the service was unable to retrieve the signer's name.
|
static SignerStatus |
SignerStatus.WAITING
The signer has yet to review the document and decide if she/he wants to sign or
reject it.
|
| Modifier and Type | Method and Description |
|---|---|
SignerStatus |
Signature.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Signature.is(SignerStatus status) |
| Constructor and Description |
|---|
Signature(String signer,
SignerStatus status,
Instant statusDateTime,
XAdESReference xAdESReference) |
Copyright © 2018 Digipost. All rights reserved.