Click or drag to resize

SignatureServiceBase Class

Abstract base class usable for implementation of signing services
Inheritance Hierarchy
SystemObject
  Aml.Engine.ServicesSignatureServiceBase

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public abstract class SignatureServiceBase : ISigning, 
	IAMLService

The SignatureServiceBase type exposes the following members.

Methods
 NameDescription
Public methodCAEXNodeToString Gets the string representation of the caex object which can be used to compute a signature. Already existing signature headers and alias references are removed from the CAEX object.
Public methodComputeSignature Prepares the CAEXObject for the calculation of a signature and returns the caex object's string representation, which can be used to calculate the signature.
Public methodCreateSignature Prepares the CAEXObject for the calculation of a signature and returns the caex object's string representation, which can be used to calculate the signature.
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