pkcs7_oid.c

来自「可以实现对邮件的加密解密以及签名」· C语言 代码 · 共 50 行

C
50
字号
/*____________________________________________________________________________
	Copyright (C) 2002 PGP Corporation
	All rights reserved.

	$Id: pkcs7_oid.c,v 1.6 2002/08/06 20:11:09 dallen Exp $
____________________________________________________________________________*/
/*******************************************************************
 *
 * This file was generated by TIS/ASN1COMP Ver. 4.3, an ASN.1 compiler.
 * TIS/ASN1COMP is Copyright (C) 2002 PGP Corporation
 *
 * This file was AUTOMATICALLY GENERATED on Mon Aug  2 15:51:29 1999
 *
 ******************************************************************/

/******************************************************************
*
* 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 + =
减小字号Ctrl + -
显示快捷键?