Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.Archive

TElCAdESSignatureProcessor     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Archives the signature.

Declaration

[C#]
    void Archive(TElCustomTSPClient ArchivalTSPClient);

[VB.NET]
    Sub Archive(ByVal ArchivalTSPClient As TElCustomTSPClient)

[Pascal]
    procedure Archive(ArchivalTSPClient : TElCustomTSPClient);

[C++]
    void Archive(TElCustomTSPClient &ArchivalTSPClient);
    void Archive(TElCustomTSPClient *ArchivalTSPClient);

[PHP]
    void Archive(TElCustomTSPClient $ArchivalTSPClient)

[Java]
    void archive(TElCustomTSPClient ArchivalTSPClient);

Parameters

  • ArchivalTSPClient - the TSP cient used to produce the archival timestamp.

Description

    Use this method to produce a standard archival (CAdES-A) signature. Archival signature is based upon CAdES-X-L or CAdES-X-L with time type 1 or 2 signatures. To create Baseline or Extended archival signatures, use the corresponding methods, ArchiveBaseline or ArchiveExtended.

See also:     ArchiveBaseline     ArchiveExtended     CreateXL     CanUpgradeToA     UpgradeToA     Signature    

Discuss this help topic in SecureBlackbox Forum