Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Data Queries » Shared Functions » SCC_GetCertificateChainCertificate

SCC_GetCertificateChainCertificate

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void SCC_GetCertificateChainCertificate ( long Target, long Index, char Certificate[] )

Description

Parameters

  • Index: Index of the target certificate, where 0 denotes the parent certificate, and 1..4 denote sub-certificates.
  • Target: Set this according to the type of certificate chain that is queried:
    • 0 = ContractSignatureCertChain
    • 1 = SAProvisioningCertChain (EV and ISO 15118 only)
  • Certificate: Queries the target certificate as base64 string (to the given char buffer).

Return Values

Example