os/security/cryptoservices/certificateandkeymgmt/tpkcs7/testdatainput/unsupported_digestalg/contentinfo.txt
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // A PKCS#7 un-encrypted data object
     2 // PARAM1: file to include
     3 // PARAM2: argument for safecontents (optional)
     4 // PARAM3: argument for safecontents (optional)
     5 // PARAM4: argument for safecontents (optional)
     6 // PARAM5: argument for safecontents (optional)
     7 // PARAM6: argument for safecontents (optional)
     8 // PARAM7: argument for safecontents (optional)
     9 // PARAM8: argument for safecontents (optional)
    10 // PARAM9: argument for safecontents (optional)
    11 // PARAM10: argument for safecontents (optional)
    12 // PARAM11: argument for safecontents (optional)
    13 // PARAM12: argument for safecontents (optional)
    14 // PARAM13: argument for safecontents (optional)
    15 // PARAM14: argument for safecontents (optional)
    16 // PARAM15: argument for safecontents (optional)
    17 
    18 SEQUENCE
    19 	OID=PKCS7_DATA
    20 	EXPLICIT=0
    21 		OCTETSTRING
    22 			INCLUDE=$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15
    23 		END
    24 	END
    25 END
    26