Package com.incode.welcome_sdk.modules
Class AES
-
- All Implemented Interfaces:
public final class AES extends BaseModule
An Advanced Electronic Signature (AES) is a type of digital signature where the signer's identity is verified beyond reasonable doubt using a digital certificate. This certificate is issued by a trusted third party after a rigorous verification process. AES provides enhanced security and authentication measures, making the signed document legally binding and compliant - it has legal presumption before a judge.
- Since:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAES.BuilderBuilder class to configure the AES module. Corresponds to the "Electronic signature - Advanced" module from the Incode dashboard.
-
Field Summary
Fields Modifier and Type Field Description private final BooleanuploadDocumentprivate final BooleandownloadDocumentprivate final Modulesnameprivate final BooleanisNonUiMode
-
Method Summary
Modifier and Type Method Description final BooleangetUploadDocument()final BooleangetDownloadDocument()-
-
Method Detail
-
getUploadDocument
final Boolean getUploadDocument()
-
getDownloadDocument
final Boolean getDownloadDocument()
-
-
-
-