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
"""
synta.pkcs9 — PKCS #9 attribute OID constants (RFC 2985).
Covers signed-attribute OIDs used in CMS/PKCS #7 (id-contentType,
id-messageDigest, id-signingTime, id-countersignature), PKCS #10
request attributes (id-extensionRequest, id-challengePassword),
and PKCS #12 bag attributes (id-friendlyName, id-localKeyId).
"""
:
"""id-pkcs-9 arc OID (1.2.840.113549.1.9)."""
:
"""id-emailAddress — email address attribute OID (1.2.840.113549.1.9.1)."""
:
"""id-unstructuredName — unstructured name attribute OID (1.2.840.113549.1.9.2)."""
:
"""id-contentType — CMS content type OID (1.2.840.113549.1.9.3)."""
:
"""id-messageDigest — CMS message digest OID (1.2.840.113549.1.9.4)."""
:
"""id-signingTime — CMS signing time OID (1.2.840.113549.1.9.5)."""
:
"""id-countersignature — countersignature OID (1.2.840.113549.1.9.6)."""
:
"""id-challengePassword — PKCS #10 challenge password OID (1.2.840.113549.1.9.7)."""
:
"""id-unstructuredAddress — unstructured address OID (1.2.840.113549.1.9.8)."""
:
"""id-extensionRequest — PKCS #10 extension request OID (1.2.840.113549.1.9.14)."""
:
"""id-smime arc OID (1.2.840.113549.1.9.16)."""
:
"""id-friendlyName — PKCS #12 friendly name OID (1.2.840.113549.1.9.20)."""
:
"""id-localKeyId — PKCS #12 local key ID OID (1.2.840.113549.1.9.21)."""