os/security/cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/testdatainput/pm004/encrypted_contentinfo.txt
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 // PARAM14: argument for safecontents
    16 // PARAM15: argument for safecontents
    17 // PARAM16: argument for safecontents
    18 
    19 SEQUENCE
    20 	OID=PKCS7_ENCRYPTEDDATA
    21 	EXPLICIT		
    22 		SEQUENCE
    23 			INTEGER=0
    24 			SEQUENCE
    25 				OID=PKCS7_data
    26 				SEQUENCE
    27 					OID=$3
    28 					SEQUENCE
    29 						OCTETSTRING
    30 							RAW=$1
    31 						END
    32 						INTEGER=$2
    33 					END
    34 				END
    35 				IMPLICIT=0
    36 					OCTETSTRING
    37 	  					ENCRYPT=$4,$5,$6
    38 							INCLUDE=$7,$8,$9,$10,$11,$12,$13,$14,$15,$16
    39 						END
    40 					END
    41 				END
    42 			END
    43 		END
    44 	END	
    45 END
    46