summaryrefslogtreecommitdiff
path: root/doc/rst/legacy/s_mime_functions/index.rst
blob: 10e53a69c91323d28def8ffd31bc5a5c6d602c53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
.. _mozilla_projects_nss_s_mime_functions:

S/MIME functions
================

.. container::

   The public functions listed here perform S/MIME operations using the `S/MIME
   Toolkit <http://www-archive.mozilla.org/projects/security/pki/nss/smime/>`__.

   The `Mozilla Cross Reference <http://mxr.mozilla.org/>`__ (MXR) link for each function provides
   access to the function definition, prototype definition, and source code references. The NSS
   version column indicates which versions of NSS support the function.

   ==================================================== =========== ===============
   Function name/documentation                          Source code NSS versions
   ``NSS_CMSContentInfo_GetBulkKey``                    MXR         3.2 and later
   ``NSS_CMSContentInfo_GetBulkKeySize``                MXR         3.2 and later
   ``NSS_CMSContentInfo_GetContent``                    MXR         3.2 and later
   ``NSS_CMSContentInfo_GetContentEncAlgTag``           MXR         3.2 and later
   ``NSS_CMSContentInfo_GetContentTypeTag``             MXR         3.2 and later
   ``NSS_CMSContentInfo_SetBulkKey``                    MXR         3.2 and later
   ``NSS_CMSContentInfo_SetContent``                    MXR         3.2 and later
   ``NSS_CMSContentInfo_SetContent_Data``               MXR         3.2 and later
   ``NSS_CMSContentInfo_SetContentEncAlg``              MXR         3.2 and later
   ``NSS_CMSContentInfo_SetContent_DigestedData``       MXR         3.2 and later
   ``NSS_CMSContentInfo_SetContent_EncryptedData``      MXR         3.2 and later
   ``NSS_CMSContentInfo_SetContent_EnvelopedData``      MXR         3.2 and later
   ``NSS_CMSContentInfo_SetContent_SignedData``         MXR         3.2 and later
   ``NSS_CMSDecoder_Cancel``                            MXR         3.2 and later
   ``NSS_CMSDecoder_Finish``                            MXR         3.2 and later
   ``NSS_CMSDecoder_Start``                             MXR         3.2 and later
   ``NSS_CMSDecoder_Update``                            MXR         3.2 and later
   ``NSS_CMSDigestContext_Cancel``                      MXR         3.2 and later
   ``NSS_CMSDigestContext_FinishMultiple``              MXR         3.2 and later
   ``NSS_CMSDigestContext_FinishSingle``                MXR         3.2 and later
   ``NSS_CMSDigestContext_StartMultiple``               MXR         3.2 and later
   ``NSS_CMSDigestContext_StartSingle``                 MXR         3.2 and later
   ``NSS_CMSDigestContext_Update``                      MXR         3.2 and later
   ``NSS_CMSDigestedData_Create``                       MXR         3.2 and later
   ``NSS_CMSDigestedData_Destroy``                      MXR         3.2 and later
   ``NSS_CMSDigestedData_GetContentInfo``               MXR         3.2 and later
   ``NSS_CMSDEREncode``                                 MXR         3.2 and later
   ``NSS_CMSEncoder_Cancel``                            MXR         3.2 and later
   ``NSS_CMSEncoder_Finish``                            MXR         3.2 and later
   ``NSS_CMSEncoder_Start``                             MXR         3.2 and later
   ``NSS_CMSEncoder_Update``                            MXR         3.2 and later
   ``NSS_CMSEncryptedData_Create``                      MXR         3.2 and later
   ``NSS_CMSEncryptedData_Destroy``                     MXR         3.2 and later
   ``NSS_CMSEncryptedData_GetContentInfo``              MXR         3.2 and later
   ``NSS_CMSEnvelopedData_AddRecipient``                MXR         3.2 and later
   ``NSS_CMSEnvelopedData_Create``                      MXR         3.2 and later
   ``NSS_CMSEnvelopedData_Destroy``                     MXR         3.2 and later
   ``NSS_CMSEnvelopedData_GetContentInfo``              MXR         3.2 and later
   ``NSS_CMSMessage_ContentLevel``                      MXR         3.2 and later
   ``NSS_CMSMessage_ContentLevelCount``                 MXR         3.2 and later
   ``NSS_CMSMessage_Copy``                              MXR         3.2 and later
   ``NSS_CMSMessage_Create``                            MXR         3.2 and later
   ``NSS_CMSMessage_CreateFromDER``                     MXR         3.2 and later
   ``NSS_CMSMessage_Destroy``                           MXR         3.2 and later
   ``NSS_CMSMessage_GetContent``                        MXR         3.2 and later
   ``NSS_CMSMessage_GetContentInfo``                    MXR         3.2 and later
   ``NSS_CMSMessage_IsEncrypted``                       MXR         3.4.1 and later
   ``NSS_CMSMessage_IsSigned``                          MXR         3.4 and later
   ``NSS_CMSRecipientInfo_Create``                      MXR         3.2 and later
   ``NSS_CMSRecipientInfo_CreateFromDER``               MXR         3.8 and later
   ``NSS_CMSRecipientInfo_CreateNew``                   MXR         3.8 and later
   ``NSS_CMSRecipientInfo_CreateWithSubjKeyID``         MXR         3.7 and later
   ``NSS_CMSRecipientInfo_CreateWithSubjKeyIDFromCert`` MXR         3.7 and later
   ``NSS_CMSRecipientInfo_Destroy``                     MXR         3.2 and later
   ``NSS_CMSRecipientInfo_Encode``                      MXR         3.8 and later
   ``NSS_CMSRecipientInfo_GetCertAndKey``               MXR         3.8 and later
   ``NSS_CMSRecipientInfo_UnwrapBulkKey``               MXR         3.7.2 and later
   ``NSS_CMSRecipientInfo_WrapBulkKey``                 MXR         3.7.2 and later
   ``NSS_CMSSignedData_AddCertChain``                   MXR         3.2 and later
   ``NSS_CMSSignedData_AddCertList``                    MXR         3.2 and later
   ``NSS_CMSSignedData_AddCertificate``                 MXR         3.2 and later
   ``NSS_CMSSignedData_AddDigest``                      MXR         3.2 and later
   ``NSS_CMSSignedData_AddSignerInfo``                  MXR         3.2 and later
   ``NSS_CMSSignedData_Create``                         MXR         3.2 and later
   ``NSS_CMSSignedData_CreateCertsOnly``                MXR         3.2 and later
   ``NSS_CMSSignedData_Destroy``                        MXR         3.2 and later
   ``NSS_CMSSignedData_GetContentInfo``                 MXR         3.2 and later
   ``NSS_CMSSignedData_GetDigestAlgs``                  MXR         3.2 and later
   ``NSS_CMSSignedData_GetSignerInfo``                  MXR         3.2 and later
   ``NSS_CMSSignedData_HasDigests``                     MXR         3.2 and later
   ``NSS_CMSSignedData_ImportCerts``                    MXR         3.2 and later
   ``NSS_CMSSignedData_SetDigests``                     MXR         3.2 and later
   ``NSS_CMSSignedData_SetDigestValue``                 MXR         3.4 and later
   ``NSS_CMSSignedData_SignerInfoCount``                MXR         3.2 and later
   ``NSS_CMSSignedData_VerifyCertsOnly``                MXR         3.2 and later
   ``NSS_CMSSignedData_VerifySignerInfo``               MXR         3.2 and later
   ``NSS_CMSSignerInfo_AddMSSMIMEEncKeyPrefs``          MXR         3.6 and later
   ``NSS_CMSSignerInfo_AddSMIMECaps``                   MXR         3.2 and later
   ``NSS_CMSSignerInfo_AddSMIMEEncKeyPrefs``            MXR         3.2 and later
   ``NSS_CMSSignerInfo_AddSigningTime``                 MXR         3.2 and later
   ``NSS_CMSSignerInfo_Create``                         MXR         3.2 and later
   ``NSS_CMSSignerInfo_CreateWithSubjKeyID``            MXR         3.6 and later
   ``NSS_CMSSignerInfo_Destroy``                        MXR         3.2 and later
   ``NSS_CMSSignerInfo_GetCertList``                    MXR         3.2 and later
   ``NSS_CMSSignerInfo_GetSignerCommonName``            MXR         3.2 and later
   ``NSS_CMSSignerInfo_GetSignerEmailAddress``          MXR         3.2 and later
   ``NSS_CMSSignerInfo_GetSigningCertificate``          MXR         3.2 and later
   ``NSS_CMSSignerInfo_GetSigningTime``                 MXR         3.2 and later
   ``NSS_CMSSignerInfo_GetVerificationStatus``          MXR         3.2 and later
   ``NSS_CMSSignerInfo_GetVersion``                     MXR         3.2 and later
   ``NSS_CMSSignerInfo_IncludeCerts``                   MXR         3.2 and later
   ``NSS_CMSUtil_VerificationStatusToString``           MXR         3.2 and later
   ``NSS_SMIMESignerInfo_SaveSMIMEProfile``             MXR         3.4 and later
   ``NSS_SMIMEUtil_FindBulkAlgForRecipients``           MXR         3.2 and later
   ==================================================== =========== ===============