Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.UpgradeToXLBase

TElCAdESSignatureProcessor     See also     


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


Upgrades the signature to a 'base' CAdES-X Long.

Declaration

[C#]
    void UpgradeToXLBase();
    void UpgradeToXLBase(TElCustomTSPClient TSPClient);

[VB.NET]
    Sub UpgradeToXLBase()
    Sub UpgradeToXLBase(ByVal TSPClient As TElCustomTSPClient)

[Pascal]
    procedure UpgradeToXLBase();
    procedure UpgradeToXLBase(TSPClient : TElCustomTSPClient);

[C++]
    void UpgradeToXLBase();
    void UpgradeToXLBase(TElCustomTSPClient &TSPClient);
    void UpgradeToXLBase(TElCustomTSPClient *TSPClient);

[PHP]
    void UpgradeToXLBase()
    void UpgradeToXLBase(TElCustomTSPClient $TSPClient)

[Java]
    void upgradeToXLBase();
    void upgradeToXLBase(TElCustomTSPClient TSPClient);

Parameters

  • TSPClient - the TSP client used to produce the timestamp over the digital signature.

Description

    Call this method to upgrade the signature to a 'basic' form of CAdES-X Long, which is just a CAdES-C with certificates and revocation values included.

See also:     IsXL     CanUpgradeToXL     UpgradeToXL     UpgradeToXLType1     UpgradeToXLType2     Signature    

Discuss this help topic in SecureBlackbox Forum