All Manuals > LispWorks® User Guide and Reference Manual > 32 The COMM Package

sec-certificate-ref FLI Type Descriptor

Summary

Expert use: a FLI type corresponding to the C type SecCertificateRef in the Apple Security Framework.

Package

comm

Syntax

sec-certificate-ref

Description

Instances of the FLI type sec-certificate-ref are FLI pointers corresponding to the C type SecCertificateRef in the Apple Security Framework. You can get such pointers in Lisp by calling ssl-connection-copy-peer-certificates, and access them in Lisp by calling get-certificate-data, get-certificate-common-name and get-certificate-serial-number.

sec-certificate-ref is intended to be used when you want to use your own FLI definitions for the Apple Security Framework functions to access certificates.

See also

ssl-connection-copy-peer-certificates
get-certificate-data
get-certificate-common-name
get-certificate-serial-number


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26