Click or drag to resize

ISigning Interface

The Signing service provides methods to digitally sign CAEX objects.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public interface ISigning : IAMLService

The ISigning type exposes the following members.

Methods
 NameDescription
Public methodComputeSignature Computes a signature for the defined CAEX object and returns the signature
Public methodCreateSignature Computes a signature for the defined CAEX object and stores the signature in the Signature Header of the object.
Public methodGenerateKeys Generates an asymmetric Keypair using the provided passPhrase as the Key Name
Public methodVerifySignature(CAEXObject, String) Verifies an assigned signature of the CAEX object
Public methodVerifySignature(CAEXObject, String, String) Verifies the provided signature for this CAEX object
Top
See Also