Skip to main content

C2xSecCertificateGetSignerHashedId8

Valid for: CANoe DE

Function Syntax

Description

Gets the signer (parent) certificate’s HashedId8 digest. In some protocols the digest is called CertId8.

Parameters

  • certificateHandle: Handle of the certificate.
  • signerHashedId8: Buffer in which the digest is copied, size must be 8 byte.

Return Values

  • Any number: Number of bytes copied.
  • 8: Success
  • 0: Failure

Example