cryptoservices/certificateandkeymgmt/tpkcs7/testdatainput/noencryptedcontent/encrypted_contentinfo.txt
equal
deleted
inserted
replaced
|
1 // An encrypted safe bag PKCS#7 encrypted data |
|
2 // PARAM1: salt |
|
3 // PARAM2: iteration count |
|
4 // PARAM3: cipher_oid |
|
5 // PARAM4: cipher |
|
6 // PARAM5: key |
|
7 // PARAM6: iv |
|
8 // PARAM7: include file for safe contents |
|
9 // PARAM8: argument for safecontents |
|
10 // PARAM9: argument for safecontents |
|
11 // PARAM10: argument for safecontents |
|
12 // PARAM11: argument for safecontents |
|
13 // PARAM12: argument for safecontents |
|
14 // PARAM13: argument for safecontents |
|
15 OUTPUT_BINARY_FILE=pkcs7_encryptedneg_noencryptedcon.der,1 |
|
16 SEQUENCE |
|
17 OID=PKCS7_ENCRYPTEDDATA |
|
18 EXPLICIT |
|
19 SEQUENCE |
|
20 INTEGER=0 |
|
21 SEQUENCE |
|
22 OID=PKCS7_data |
|
23 SEQUENCE |
|
24 OID=$3 |
|
25 SEQUENCE |
|
26 OCTETSTRING |
|
27 OUTPUT_BINARY_FILE=pkcs7_encryptedneg_nocontsalt.der,1 |
|
28 RAW=$1 |
|
29 END |
|
30 END |
|
31 INTEGER=$2 |
|
32 END |
|
33 END |
|
34 END |
|
35 END |
|
36 END |
|
37 END |
|
38 END |
|
39 |