You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



Table of Contents | Previous | Next | Index


SMIME Functions

Newsgroup: mozilla.dev.tech.crypto
Main technical contact: Ian McGreer
Manager: Wan-Teh Chang
This chapter describes the XXXX S/MIME functions.

S/MIME AAAA Functions
S/MIME BBBB Functions
S/MIME CCCC Functions

SMIME AAAA Functions

This section describes functions that. . .

NSS_CMSContentInfo_GetBulkKey
NSS_CMSContentInfo_GetBulkKeySize
NSS_CMSContentInfo_GetContent
NSS_CMSContentInfo_GetContentEncAlgTag
NSS_CMSContentInfo_GetContentTypeTag

NSS_CMSContentInfo_GetBulkKey

Does what it does . . .

Syntax
#include "cms.h" 
PK11SymKey NSS_CMSContentInfo_GetBulkKey(NSSCMSContentInfo *cinfo);
Parameters
This function has the following parameters:

cinfo

A pointer to . . .

xxxx

A pointer to . . .

xxxx

A pointer to . . .

Returns
The function returns . . .
Description