Documentation  |   Table of Contents   |  < Previous   |  Next >   |  Index

6    AmPluginSignedCode

Security and Cryptography

Exploring Palm OS

This data structure is used by the Signed Code plug-in to the Authentication Manager. It provides extra information about the PKI tokens managed by the plug-in.

The header file AmPluginSignedCode.h declares the API that this chapter describes.

See Chapter 1, "Palm OS Cobalt Security," for more information about the Authentication Manager and AM plug-ins.

AmPluginSignedCode Structures and Types ^TOP^

AmPluginSignedCodeExtInfoType Struct ^TOP^

Purpose

Data structure returned by the standard PKI plug-in when extended token information is requested by calling AmGetTokenExtendedInfo().

Declared In

AmPluginSignedCode.h

Prototype

typedef struct {
   SignCertificateIDType certID;
} AmPluginSignedCodeExtInfoType

Fields

certID
The certificate ID.