📄 pkcs7_oid.c
字号:
/*******************************************************************
*
* This file was generated by TIS/ASN1COMP Ver. 4.0, an ASN.1 compiler.
* TIS/ASN1COMP is Copyright (c) 1998, TIS Labs at Network Associates, Inc.
*
* This file was AUTOMATICALLY GENERATED on Wed Nov 18 16:32:30 1998
*
******************************************************************/
/******************************************************************
*
* Declarations of OIDs
*
*******************************************************************/
/* pkcs_7: 1.2.840.113549.1.7 */
unsigned char PKIpkcs_7_OID[] = {
0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07 };
/* data: 1.2.840.113549.1.7.1 */
unsigned char PKIdata_OID[] = {
0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x01 };
/* envelopedData: 1.2.840.113549.1.7.3 */
unsigned char PKIenvelopedData_OID[] = {
0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x03 };
/* digestedData: 1.2.840.113549.1.7.5 */
unsigned char PKIdigestedData_OID[] = {
0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x05 };
/* encryptedData: 1.2.840.113549.1.7.6 */
unsigned char PKIencryptedData_OID[] = {
0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x06 };
/* signedData: 1.2.840.113549.1.7.2 */
unsigned char PKIsignedData_OID[] = {
0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x02 };
/* signedAndEnvelopedData: 1.2.840.113549.1.7.4 */
unsigned char PKIsignedAndEnvelopedData_OID[] = {
0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x04 };
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -