From 9654cf5d6fe794d8abc4164d2460e08775e7b2e1 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 29 Oct 2015 21:42:01 +0100 Subject: Get rebar working --- asn1include/PKCS7BodyPartType.asn | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 asn1include/PKCS7BodyPartType.asn (limited to 'asn1include/PKCS7BodyPartType.asn') diff --git a/asn1include/PKCS7BodyPartType.asn b/asn1include/PKCS7BodyPartType.asn new file mode 100644 index 0000000..525ee3c --- /dev/null +++ b/asn1include/PKCS7BodyPartType.asn @@ -0,0 +1,31 @@ +-- Module PKCS7BodyPartType (X.420:06/1999) +PKCS7BodyPartType {joint-iso-itu-t mhs(6) ipms(1) modules(0) + pkcs7-body-part-type(16)} DEFINITIONS IMPLICIT TAGS ::= +BEGIN + +IMPORTS + -- PKCS#7 + ContentInfo + FROM PKCS7 {iso(1) member-body(2) usa(840) rsadsi(113549) pkcs(1) + 7 module(0)} + -- module not formally defined in the PKCS#7document, therefore defined in Annex O + -- IPMS Information Objects + EXTENDED-BODY-PART-TYPE + FROM IPMSInformationObjects {joint-iso-itu-t mhs(6) ipms(1) modules(0) + information-objects(2) version-1999(1)} + -- IPMS Object Identifiers + id-et-pkcs7 + --== + FROM IPMSObjectIdentifiers {joint-iso-itu-t mhs(6) ipms(1) modules(0) + object-identifiers(0) version-1999(1)}; + +-- PKCS7 body part +pkcs7-body-part EXTENDED-BODY-PART-TYPE ::= { + DATA {ContentInfo + IDENTIFIED BY id-et-pkcs7} +} + +END -- of PKCS7BodyPartType + +-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D + -- cgit v1.2.3