cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/testdatainput/cb004/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=oomsafecontentencrypteddata.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 RAW=$1 |
|
28 END |
|
29 INTEGER=$2 |
|
30 END |
|
31 END |
|
32 IMPLICIT=0 |
|
33 OCTETSTRING |
|
34 ENCRYPT=$4,$5,$6 |
|
35 INCLUDE=$7,$8,$9,$10,$11,$12,$13,$14,$15,$16,$17 |
|
36 END |
|
37 END |
|
38 END |
|
39 END |
|
40 END |
|
41 END |
|
42 END |
|
43 |