Discuss this help topic in SecureBlackbox Forum
Defines possible formats of Time-Stamp (TSP) requests.
Declaration
[C#/Java]
TSBTSPRequestFormat = int;
const int tsfRFC3161 = 1;
const int sfCMS = 2;
[VB.NET]
TSBTSPRequestFormat As Integer
Const tsfRFC3161 As Integer = 1
Const tsfCMS As Integer = 2
[Pascal]
TSBTSPRequestFormat = (tsfRFC3161, tsfCMS);
[C++]
typedef uint8_t TSBTSPRequestFormatRaw;
typedef enum { tsfRFC3161 = 0, tsfCMS = 1 } TSBTSPRequestFormat;
Description
Possible values:
Declared in
.NET:
- Namespace: SBTSPClient
- Assembly: SecureBlackbox
VCL:Java:
- Package: SecureBlackbox.Base.jar
C++:
Discuss this help topic in SecureBlackbox Forum