This activity is necessary if you want to sign multiple documents by only asking once for the user authorization
Authorizes the signing process by means of a time-based OTP token generated by the InfoCert app
Authorizes the signing process by sending the user a PUSH notification. The process will idle waiting for the user to authorize the signing.
Authorizes the signing process by creating a QR code that the user will have to scan using the InfoCert app
Sets the process in Idle state waiting for the user to scan the QR Code authorizing the signing
Authorizes the signing process by means of a OTP sent to the certificate owner in an SMS
Checks which authenticators are available for the current user
Authenticate to the InfoCert API
Sign a document in CAdES format. The input document can be any file type. The output signed document is a .P7M file
Sign a document in PAdES format by only sending to InfoCert the hash of the document. This method allows to efficiently sign very large documents using very little network bandwidth. The input document must be a .PDF file. The output signed document is a .PDF file
Sign a document in PAdES format. The input document must be a .PDF file. The output signed document is a .PDF file
Sign a document in XAdES format. The input document must be a .XML file. The output signed document is a .XML file. WARNING: the resulting XML file for a signature with Packaging type DETACHED does not contain the original document, but only the digital signature. The original document must be stored separately.