OpenPACE
Data Fields
cvc_cert_request_seq_st Struct Reference

The actual certifcate request, consisting of the body and inner signature. More...

#include <cv_cert.h>

Data Fields

CVC_CERT_REQUEST_BODYbody
 Body of the certificate request.
 
ASN1_OCTET_STRING * inner_signature
 Signature calculated over the hash of the certificate request body.
 

Detailed Description

The actual certifcate request, consisting of the body and inner signature.

See also
TR-03110 C.2.

Definition at line 292 of file cv_cert.h.

Field Documentation

◆ body

CVC_CERT_REQUEST_BODY* cvc_cert_request_seq_st::body

Body of the certificate request.

Definition at line 294 of file cv_cert.h.

◆ inner_signature

ASN1_OCTET_STRING* cvc_cert_request_seq_st::inner_signature

Signature calculated over the hash of the certificate request body.

Definition at line 296 of file cv_cert.h.


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