Skip to main content
Open topic with navigation

SCC_PrivateKeyVerificationInd

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » EV Callback Functions » SCC_PrivateKeyVerificationInd Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void SCC_PrivateKeyVerificationInd ( byte SessionId[], dword KeyIsValid )

Description

The callback is called when a received encrypted private key (e.g. ContractSignatureEncryptedPrivateKey) is verified. The private key is sent as part of Certificate Installation and Certificate Update Responses.

Parameters

  • SessionID: 8-byte long SessionID of SCC connection, range: 0 – 0xFF FF FF FF FF FF FF FF.
  • KeyIsValid: 1 if the key was verified as valid, 0 if the key was verified as invalid.

Return Values

Example