![]() |
TrustCore SDK NanoCert API reference
version 7.0
|
Distinguished name data (names and start/end dates) to support certificate generation. More...
Data Fields | |
ubyte4 | dnCount |
Number of relative distinguished names in pDistinguishedName buffer. More... | |
relativeDN * | pDistinguishedName |
Pointer to buffer array of relative distinguished names. More... | |
sbyte * | pEndDate |
String identifying certificate's end date, in the format yymmddhhmmssZ; for example, "330524230347Z" specifies May 24th, 2033 11:03:47 PM. More... | |
sbyte * | pStartDate |
String identifying certificate's start date, in the format yymmddhhmmssZ; for example, "030526000126Z" specifies May 26th, 2003 12:01:26 AM. More... | |
This structure contains a list of relative distinguished names for a given certificate, as well as validity start and end dates. The order reflects the sequence of RDN.
(and @since; accidentally omitted, forever...)
ubyte4 certDistinguishedName::dnCount |
Number of relative distinguished names in pDistinguishedName
buffer.
relativeDN* certDistinguishedName::pDistinguishedName |
Pointer to buffer array of relative distinguished names.
sbyte* certDistinguishedName::pEndDate |
String identifying certificate's end date, in the format yymmddhhmmssZ, where "Z" terminates the string; for example, "330524230347Z" specifies May 24th, 2033 11:03:47 PM.
sbyte* certDistinguishedName::pStartDate |
String identifying certificate's start date, in the format yymmddhhmmssZ, where "Z" terminates the string; for example, "030526000126Z" specifies May 26th, 2003 12:01:26 AM.