Class QES
-
- All Implemented Interfaces:
public final class QES extends BaseModule
A Qualified Electronic Signature (QES) is a digital signature with the same legal effect as a handwritten signature under EU law (eIDAS, Regulation (EU) 910/2014). The QES module lets users review a document and sign it with a qualified certificate issued by a Qualified Trust Service Provider (QTSP). Construct via Builder.
- Since:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classQES.Builder
-
Field Summary
Fields Modifier and Type Field Description private final BooleanuploadDocumentprivate final BooleandownloadDocumentprivate final StringproviderCodeprivate final Modulesnameprivate final BooleanisNonUiMode
-
Method Summary
Modifier and Type Method Description final BooleangetUploadDocument()If true, shows the QES upload screen before the normal QES screens. final BooleangetDownloadDocument()If true, downloads signed PDFs and shows the Confirmed Signature Details screen at the end of the QES flow. final StringgetProviderCode()Identifier of the qualified signature provider to use for this session (for example QES_3).-
-
Method Detail
-
getUploadDocument
final Boolean getUploadDocument()
If true, shows the QES upload screen before the normal QES screens. Default is false. See Builder.setUploadDocument.
-
getDownloadDocument
final Boolean getDownloadDocument()
If true, downloads signed PDFs and shows the Confirmed Signature Details screen at the end of the QES flow. Default is false. See Builder.setDownloadDocument.
-
getProviderCode
final String getProviderCode()
Identifier of the qualified signature provider to use for this session (for example
QES_3). Supplied by the dashboard flow configuration. Default is empty. See Builder.setProviderCode.
-
-
-
-