OpenPACE
Data Fields
cvc_certificate_description_st Struct Reference

This structure holds further information about a card verifiable certificate in human readable form. More...

#include <cv_cert.h>

Data Fields

ASN1_OBJECT * descriptionType
 Format of the description (Plain Text, PDF or HTML)
 
ASN1_UTF8STRING * issuerName
 Human readable name of the issuer of this certificate.
 
ASN1_PRINTABLESTRING * issuerURL
 Optional URL that points to informations about the issuer of this certificate.
 
ASN1_UTF8STRING * subjectName
 Human readable name of the holder of this certificate.
 
ASN1_PRINTABLESTRING * subjectURL
 Optional URL that points to informations about the holder of this certificate.
 
ASN1_OCTET_STRING * termsOfUsage
 Terms of Usage of the Service holding the certificate. May be formatted as either plain text, HTML or PDF.
 
ASN1_PRINTABLESTRING * redirectURL
 Not used.
 
CVC_COMMCERT_SEQcommCertificates
 Contains hash values of admissible X.509 certificates of the remote terminal (optional)
 

Detailed Description

This structure holds further information about a card verifiable certificate in human readable form.

The certificate description is used by a local terminal as part of the user interaction for online authentication of a remote terminal and may be ignored by the MRTD chip.

See also
TR-03110 C.3.1.

Definition at line 233 of file cv_cert.h.

Field Documentation

◆ commCertificates

CVC_COMMCERT_SEQ* cvc_certificate_description_st::commCertificates

Contains hash values of admissible X.509 certificates of the remote terminal (optional)

Definition at line 253 of file cv_cert.h.

◆ descriptionType

ASN1_OBJECT* cvc_certificate_description_st::descriptionType

Format of the description (Plain Text, PDF or HTML)

Definition at line 235 of file cv_cert.h.

◆ issuerName

ASN1_UTF8STRING* cvc_certificate_description_st::issuerName

Human readable name of the issuer of this certificate.

Definition at line 237 of file cv_cert.h.

◆ issuerURL

ASN1_PRINTABLESTRING* cvc_certificate_description_st::issuerURL

Optional URL that points to informations about the issuer of this certificate.

Definition at line 240 of file cv_cert.h.

◆ redirectURL

ASN1_PRINTABLESTRING* cvc_certificate_description_st::redirectURL

Not used.

Definition at line 250 of file cv_cert.h.

◆ subjectName

ASN1_UTF8STRING* cvc_certificate_description_st::subjectName

Human readable name of the holder of this certificate.

Definition at line 242 of file cv_cert.h.

◆ subjectURL

ASN1_PRINTABLESTRING* cvc_certificate_description_st::subjectURL

Optional URL that points to informations about the holder of this certificate.

Definition at line 245 of file cv_cert.h.

◆ termsOfUsage

ASN1_OCTET_STRING* cvc_certificate_description_st::termsOfUsage

Terms of Usage of the Service holding the certificate. May be formatted as either plain text, HTML or PDF.

Definition at line 248 of file cv_cert.h.


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