TianoCore EDK2 master
Loading...
Searching...
No Matches
TS_TST_INFO Struct Reference

Data Fields

ASN1_INTEGER * Version
 
ASN1_OBJECT * Policy
 
TS_MESSAGE_IMPRINTMessageImprint
 
ASN1_INTEGER * SerialNumber
 
ASN1_GENERALIZEDTIME * GenTime
 
TS_ACCURACYAccuracy
 
ASN1_BOOLEAN Ordering
 
ASN1_INTEGER * Nonce
 
GENERAL_NAMETsa
 

Detailed Description

The timestamp token info resulting from a successful timestamp request, as defined in RFC 3161.

TSTInfo ::= SEQUENCE { version INTEGER { v1(1) }, policy TSAPolicyId, messageImprint MessageImprint, – MUST have the same value as the similar field in – TimeStampReq serialNumber INTEGER, – Time-Stamping users MUST be ready to accommodate integers – up to 160 bits. genTime GeneralizedTime, accuracy Accuracy OPTIONAL, ordering BOOLEAN DEFAULT FALSE, nonce INTEGER OPTIONAL, – MUST be present if the similar field was present – in TimeStampReq. In that case it MUST have the same value. tsa [0] GeneralName OPTIONAL, extensions [1] IMPLICIT Extensions OPTIONAL }

Definition at line 113 of file CryptTs.c.

Field Documentation

◆ Accuracy

TS_ACCURACY* TS_TST_INFO::Accuracy

Definition at line 119 of file CryptTs.c.

◆ GenTime

ASN1_GENERALIZEDTIME* TS_TST_INFO::GenTime

Definition at line 118 of file CryptTs.c.

◆ MessageImprint

TS_MESSAGE_IMPRINT* TS_TST_INFO::MessageImprint

Definition at line 116 of file CryptTs.c.

◆ Nonce

ASN1_INTEGER* TS_TST_INFO::Nonce

Definition at line 121 of file CryptTs.c.

◆ Ordering

ASN1_BOOLEAN TS_TST_INFO::Ordering

Definition at line 120 of file CryptTs.c.

◆ Policy

ASN1_OBJECT* TS_TST_INFO::Policy

Definition at line 115 of file CryptTs.c.

◆ SerialNumber

ASN1_INTEGER* TS_TST_INFO::SerialNumber

Definition at line 117 of file CryptTs.c.

◆ Tsa

GENERAL_NAME* TS_TST_INFO::Tsa

Definition at line 122 of file CryptTs.c.

◆ Version

ASN1_INTEGER* TS_TST_INFO::Version

Definition at line 114 of file CryptTs.c.


The documentation for this struct was generated from the following file: