InfoCert_SignHashPAdES

Description

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


Authentication

AuthString InOutArgument<String> REQUIRED

The AuthString that was returned by the InfoCert_Login activity

View the docs for InfoCert_Login

The OTP received via SMS or generated by the InfoCert app

The SAT returned by the Authorize or ChallengePUSH activities

TransactionId InArgument<String>

The TransactionId returned by a Challenge activity


Certificate

CertificateId InArgument<String> REQUIRED

The ID of the signing certificate

CertificatePin InArgument<String>

The PIN of the signing certificate

SignerId InArgument<String> REQUIRED

ID of the signer


Document

DocumentToSign InArgument<IFileValue> REQUIRED

The document to be signed


Output

SignedDocument OutArgument<IFileValue> REQUIRED

The signed document


Signature

SignatureLevel SignatureLevel REQUIRED

The type of signature to be applied