SigAlg

Overview

SigAlg is a interface in Aspose.PDF FOSS for TypeScript.

Signature algorithm passed to an external signer callback: the public-key scheme plus the message-digest algorithm to hash the data with.

Properties: digest, scheme.

Properties

NameTypeAccessDescription
scheme: SignatureSchemeReadGets the scheme.
digest: DigestAlgorithmReadGets the digest.