SCC_GetRootCertificateID
Valid for: CANoe DE • CANoe4SW DE NoteThis function can be called only within the assigned callback. The function is used to query the details of a request.
Function Syntax
Description
Gets the content of the RootCertificateID element with the specified index.Parameters
- Index: Selected index of the target RootCertificateID (index < GetNumberOfRootCertificateIDs()).
-
IDOrIssuer:
- For ISO 15118: Queries the X509IssuerName of the target RootCertificate (to the given char buffer).
- Else: Queries the RootCertificateId (to the given char buffer).
-
SerialNumber:
- For ISO 15118: Queries the X509SerialNumber of the target RootCertificate (to the given byte buffer).
- Else: Unused
-
SerialNumberLength:
- For ISO 15118: Gets the Byte length of X509SerialNumber (via reference).
- Else: Unused