Search Results for

    Show / Hide Table of Contents

    TEncryptionFactory Class

    This class encapsulates what we need to support encryption routines. You can derive from this class and override the methods to return your own encryption classes. then you need to assign the static variable EncryptionFactory to your descendant class, and FlexCel will then use the new classes.

    Syntax

    Unit: FlexCel.Core

    TEncryptionFactory = class(TObject);

    Methods

    Name Description
    GetX509Certificate Loads a X509Certificate from a pfx byte array. You need to destroy the class returned by this method once you are done using it.
    GetSigner Returns the signer needed to sign a pdf file. If not assigned to a SignerFactory, you need to destroy the class returned by this method once you are done using it.

    When you assign it to a TPdfSignerFactory, then the signed factory will take ownership of the signer.
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com