Skip to main content

C2xSecPacketSetSignerType

CAPL Functions » Car2x » C2xSecPacketSetSignerType Valid for: CANoe DE

Function Syntax

Description

Specifies how the message signer information is included in the message. It is possible to add only a digest (HashedId8), to transmit the signer’s certificate or to transmit the complete certificate chain.

Parameters

  • packetHandle: Handle of the packet
  • signerType: Signer information type
    • 0: unsecured
    • 1: digest
    • 2: certificate
    • 3: certificate chain

Return Values

Example