Uses of Class
no.digipost.signature.client.direct.SignerStatus
Packages that use SignerStatus
-
Uses of SignerStatus in no.digipost.signature.client.direct
Fields in no.digipost.signature.client.direct declared as SignerStatusModifier and TypeFieldDescriptionstatic final SignerStatusSignerStatus.EXPIREDThe signer has not made a decision to either sign or reject the document within the specified time limit.static final SignerStatusSignerStatus.FAILEDAn unexpected error occured during the signing ceremony.static final SignerStatusSignerStatus.NOT_APPLICABLEThe job has reached a state where the status of this signature is not applicable.static final SignerStatusSignerStatus.REJECTEDThe signer has rejected to sign the document.static final SignerStatusSignerStatus.SIGNEDThe signer has successfully signed the document.static final SignerStatusSignerStatus.SIGNERS_NAME_NOT_AVAILABLEIndicates that the service was unable to retrieve the signer's name.static final SignerStatusSignerStatus.WAITINGThe signer has yet to review the document and decide if she/he wants to sign or reject it.Methods in no.digipost.signature.client.direct that return SignerStatusMethods in no.digipost.signature.client.direct with parameters of type SignerStatusConstructors in no.digipost.signature.client.direct with parameters of type SignerStatusModifierConstructorDescriptionSignature(String signer, SignerStatus status, Instant statusDateTime, XAdESReference xAdESReference)