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:

    5.18.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class AES.Builder

      Builder class to configure the AES module. Corresponds to the "Electronic signature - Advanced" module from the Incode dashboard.

    • Constructor Summary

      Constructors 
      Constructor Description
      AES(Boolean uploadDocument, Boolean downloadDocument)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getUploadDocument()
      final Boolean getDownloadDocument()
      • Methods inherited from class com.incode.welcome_sdk.modules.BaseModule

        getName, isNonUiMode, verifyConfiguration
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait