Class SignatureFormField

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<out SignatureFormElement> getFormElements() Retrieve list of form elements that represents this field visually.
      DigitalSignatureInfo getSignatureInfo() Returns the digital signing information attached to this form element.
      void removeSignature() Removes the digital signing information attached to this form field.
      Completable removeSignatureAsync() Asynchronously removes the digital signing information attached to this form field.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • removeSignature

         void removeSignature()

        Removes the digital signing information attached to this form field. If this element has no signature this is a no-op.

      • removeSignatureAsync

         Completable removeSignatureAsync()

        Asynchronously removes the digital signing information attached to this form field.

        Returns:

        A completable completing once the signature was removed.