macOS documentation for structs in Security.h

Viewed 529

I'm trying to use the Security.h macOS framework via Java and JNA. That means I need to reconstruct certain structs as Java classes.

The problem is, when I look at the docs for a struct (this one, for example), all I see is a brief description of the struct without any mention of its fields. Where can I get a full description of a struct in Apple's documentation?

1 Answers
Related