| Package | Description |
|---|---|
| no.digipost.signature.client.portal |
| Modifier and Type | Field and Description |
|---|---|
static SignatureStatus |
SignatureStatus.BLOCKED
The signer entered the wrong security code too many times.
|
static SignatureStatus |
SignatureStatus.CANCELLED
This signer has been cancelled by the sender, and will not be able to sign the document.
|
static SignatureStatus |
SignatureStatus.CONTACT_INFORMATION_MISSING
We were not able to locate any channels (email, SMS) for notifying the signer to sign the document.
|
static SignatureStatus |
SignatureStatus.EXPIRED
The signer has not made a decision to either sign or reject the document within the
specified time limit,
|
static SignatureStatus |
SignatureStatus.NOT_APPLICABLE
The job has reached a state where the status of this signature is not applicable.
|
static SignatureStatus |
SignatureStatus.REJECTED
The signer has rejected to sign the document.
|
static SignatureStatus |
SignatureStatus.RESERVED
This signer is reserved from receiving documents electronically, and will not receive
the document for signing.
|
static SignatureStatus |
SignatureStatus.SIGNED
The signer has successfully signed the document.
|
static SignatureStatus |
SignatureStatus.SIGNERS_NAME_NOT_AVAILABLE
Indicates that the service was unable to retrieve the signer's name.
|
static SignatureStatus |
SignatureStatus.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 |
|---|---|
SignatureStatus |
Signature.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Signature.is(SignatureStatus status) |
| Constructor and Description |
|---|
Signature(String personalIdentificationNumber,
no.digipost.signature.api.xml.XMLNotifications identifier,
SignatureStatus status,
Instant statusDateTime,
XAdESReference xAdESReference) |
Copyright © 2019 Digipost. All rights reserved.