File: index.rst

package info (click to toggle)
thunderbird 1%3A115.16.0esr-1~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,476,252 kB
  • sloc: cpp: 6,972,150; javascript: 5,209,211; ansic: 3,507,222; python: 1,137,609; asm: 432,531; xml: 205,149; java: 175,761; sh: 116,485; makefile: 22,152; perl: 13,971; objc: 12,561; yacc: 4,583; pascal: 2,840; lex: 1,720; ruby: 1,075; exp: 762; sql: 666; awk: 580; php: 436; lisp: 430; sed: 70; csh: 10
file content (111 lines) | stat: -rw-r--r-- 8,487 bytes parent folder | download | duplicates (24)
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
   ==================================================== =========== ===============