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
| Name | Type | Access | Description |
|---|---|---|---|
scheme | : SignatureScheme | Read | Gets the scheme. |
digest | : DigestAlgorithm | Read | Gets the digest. |