SMPTE ST 430-2-2017 D-Cinema Operations - Digital Certificate.pdf
《SMPTE ST 430-2-2017 D-Cinema Operations - Digital Certificate.pdf》由会员分享,可在线阅读,更多相关《SMPTE ST 430-2-2017 D-Cinema Operations - Digital Certificate.pdf(21页珍藏版)》请在麦多课文档分享上搜索。
1、 Table of Contents Page Foreword 2 Intellectual Property . 2 Introduction. 2 1 Scope . 3 2 Normative References . 3 3 Glossary . 3 4 Overview of Digital Certificates (Informative) 4 5 Certificate Fields 5 5.1 Required Fields 5 5.2 Field Constraints 6 5.3 Naming and Roles . 6 5.3.1 Public Key Thumbpr
2、int (DnQualifier) 7 5.3.2 Root Name (OrganizationName) 7 5.3.3 Organization Name (OrganizationUnitName) . 8 5.3.4 Entity Name and Roles (CommonName) . 8 5.4 Certificate and Public Key Thumbprint 8 6 Certificate Processing Rules 8 6.1 Validation Context 9 6.2 Validation Rules . 9 6.3 Human Verificati
3、on (Informative) 11 Annex A CommonName Role Descriptions (Informative) . 12 Annex B Design Features and Validation Context Considerations (Informative) . 14 Annex C Example D-Certificate (Informative) . 16 Bibliography (Informative) . 21 Page 1 of 21 pages Annex D: Example D-Certificate (Informative
4、)P An example D-Cinema Certificate is illustrated below in the form of an ASN.1 syntax dump of DER encoding. The example contains two columns, separated by : (colon) characters. The first column presents an offset into the certificate proper (after the two byte DER preamble), followed by the data va
5、lue at that offset . The second column shows the ASN.1 syntax element discovered at that offset. Syntax element hierarchical nesting is indicated byenclosing and (curly braces). 0000 447: SEQUENCE 0004 32F: SEQUENCE 0008 3: 0 000A 1: INTEGER 2 : 000D 1: INTEGER 25 0010 D: SEQUENCE 0012 9: OBJECT IDE
6、NTIFIER sha1withRSAEncryption (1 2 840 113549 1 1 5) : (PKCS #1) 001D 0: NULL : 001F 77: SEQUENCE 0021 15: SET 0023 13: SEQUENCE 0025 3: OBJECT IDENTIFIER organizationName (2 5 4 10) : (X.520 id-at (2 5 4) 002A C: PrintableString DC.Company.Com : : 0038 18: SET 003A 16: SEQUENCE 003C 3: OBJECT IDENT
7、IFIER organizationalUnitName (2 5 4 11) : (X.520 id-at (2 5 4) 0041 F: PrintableString CA.DC.Company.Com : : 0052 1D: SET 0054 1B: SEQUENCE SMPTE ST 430-2:2017 Revision of SMPTE 430-2-2006 SMPTE STANDARD D-Cinema Operations Digital Certificate Copyright 2017 by THE SOCIETY OF MOTION PICTURE AND TELE
8、VISION ENGINEERS 3 Barker Avenue, White Plains, NY 10601 (914) 761-1100 Approved January 12, 2017 SMPTE ST 430-2:2017 Page 2 of 21 pages Foreword SMPTE (the Society of Motion Picture and Television Engineers) is an internationally recognized standards developing organization. Headquartered and incor
9、porated in the United States of America, SMPTE has members in over 80 countries on six continents. SMPTEs Engineering Documents, including Standards, Recommended Practices and Engineering Guidelines, are prepared by SMPTEs Technology Committees. Participation in these Committees is open to all with
10、a bona fide interest in their work. SMPTE cooperates closely with other standards-developing organizations, including ISO, IEC and ITU. SMPTE Engineering Documents are drafted in accordance with the rules given in its Standards Operations Manual. SMPTE ST 430-2 was prepared by Technology Committee 2
11、1DC. Intellectual Property SMPTE draws attention to the fact that it is claimed that compliance with this Standard may involve the use of one or more patents or other intellectual property rights (collectively, “IPR“). The Society takes no position concerning the evidence, validity, or scope of this
12、 IPR. Each holder of claimed IPR has assured the Society that it is willing to License all IPR it owns, and any third party IPR it has the right to sublicense, that is essential to the implementation of this Standard to those (Members and non-Members alike) desiring to implement this Standard under
13、reasonable terms and conditions, demonstrably free of discrimination. Each holder of claimed IPR has filed a statement to such effect with SMPTE. Information may be obtained from the Director, Standards certificate validity dates in 2050 or later shall be encoded as GeneralizedTime (four digit years
14、). (Time) SubjectPublicKeyInfo This shall describe an RSA public key. The RSA public modulus shall be 2048-bits long. The public exponent shall be 65537. The same public key may appear in multiple certificates. Certificate issuers should try to ensure that when a public key appears in multiple certi
15、ficates, those certificates correspond to the same entity or device. AuthorityKeyIdentifier AuthorityCertIssuer AuthorityCertSerialNumber Shall be present in all certificates, including root certificates. These attributes are the unique identifier for the issuers certificate. They name the issuer of
16、 the issuers certificate and the serial number assigned by the issuers issuer. KeyUsage Shall be present in all certificates, including root certificates. For certificate signing certificates, only the KeyCertSign flag shall be true. For leaf certificates either or both of the DigitalSignature and K
17、eyEncipherment flags shall be true. Other flags may be true. BasicConstraint This field shall be present in all certificates. When present, the CA attribute shall be true only for certificate signing certificates. Otherwise the CA attribute shall be false, and the PathLenConstraint shall be absent (
18、or zero). See example in Section 6.2.5. 5.3 Naming and Roles This section defines the semantics of the attributes that appear in the Issuer name field and the Subject name field of certificates. SMPTE ST 430-2:2017 Page 7 of 21 pages Each entity that is the subject or issuer of acertificate is unamb
19、iguously identified by a number of attributes. In order to enable the mapping of these attributes into the X.509 name structure, this specification overloads the semantics of the X.509 name attributes, as summarized in Table 3. Overloading was chosen rather than defining new attribute types in order
20、 to facilitate implementation with widely available services and toolkits. Table 3 Mapping of Identity Attributes to X.509 Name Attributes Identity Attribute X.509 Name Attribute Description Public Key Thumbprint dnQualifier Unique thumbprint of the public key of the entity issuing the certificate o
21、r being issued the certificate. n/a CountryName This X.509 name attribute shall not appear in certificates conforming to this specification. Root Name OrganizationName Name of the organization holding the root of the certificate chain. Organization Name OrganizationUnitName Name of the organization
22、to which the issuer or subject of the certificate belongs. This field does not identify the end owner or facility; rather it identifies the device maker. Entity Name CommonName Entity issuing the certificate or being issued the certificate. See Entity Name and Roles section. 5.3.1 Public Key Thumbpr
23、int (DnQualifier) Exactly one instance of the DnQualifier attribute shall be present in the Subject name and the Issuer name. It is a Base64 PrintableString encoding of a Public Key Thumbprint described in Section 5.4. When the DnQualifier appears in the Subject name field, it is the thumbprint of t
24、he subject public key that appears in this certificate. When the DnQualifier appears in the Issuer name field, it is the thumbprint of the public key that is used to verify the signature on this certificate (i.e., the thumbprint of the public key that appears in the issuers certificate). This field
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- SMPTEST43022017DCINEMAOPERATIONSDIGITALCERTIFICATEPDF

链接地址:http://www.mydoc123.com/p-1047054.html