Discuss this help topic in SecureBlackbox Forum

TElXMLTimestamp_v1_2_2.Includes

TElXMLTimestamp_v1_2_2     See also     


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


Containes data for hash computations.

Declaration

[C#]
    TElXMLIncludeList Includes;

[VB.NET]
    Property Includes As TElXMLIncludeList

[Pascal]
    property Includes : TElXMLIncludeList;

[C++]
    TElXMLIncludeList* get_Includes();

[PHP]
    TElXMLIncludeList get_Includes()

[Java]
    TElXMLIncludeList getIncludes();

Description

    The sequence of Include elements is used to produce the input data for calculation of the digest value, which is sent to the TSA for time-stamping and is contained in the timestamp token.
    The input data is computed sequentially for each element from the list and the resulting octets are concatenated. For more details, see GetIncludeData.

See also:     CanonicalizationMethod    

Discuss this help topic in SecureBlackbox Forum