a query on example of PKCS#7 object
"Pradeep, PK" <pk.pradeep@digital.com> Sat, 11 May 2002 09:32 UTC
Received: from above.proper.com (mail.imc.org [208.184.76.43]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id FAA23564 for <smime-archive@odin.ietf.org>; Sat, 11 May 2002 05:32:32 -0400 (EDT)
Received: from localhost (localhost [[UNIX: localhost]]) by above.proper.com (8.11.6/8.11.3) id g4B9JON08993 for ietf-smime-bks; Sat, 11 May 2002 02:19:24 -0700 (PDT)
Received: from zcamail04.zca.compaq.com (zcamail04.zca.compaq.com [161.114.32.104]) by above.proper.com (8.11.6/8.11.3) with ESMTP id g4B9JNL08985 for <ietf-smime@imc.org>; Sat, 11 May 2002 02:19:23 -0700 (PDT)
Received: from taynzmail03.nz-tay.cpqcorp.net (taynzmail03.nz-tay.cpqcorp.net [16.47.4.103]) by zcamail04.zca.compaq.com (Postfix) with ESMTP id E443A1444 for <ietf-smime@imc.org>; Sat, 11 May 2002 02:23:38 -0700 (PDT)
Received: from diexch01.xko.dec.com (diexch01.xko.dec.com [16.138.244.57]) by taynzmail03.nz-tay.cpqcorp.net (Postfix) with ESMTP id E6DAC15EA for <ietf-smime@imc.org>; Sat, 11 May 2002 05:19:12 -0400 (EDT)
Received: by diexch01.xko.dec.com with Internet Mail Service (5.5.2650.21) id <JZMWRCDY>; Sat, 11 May 2002 14:42:14 +0530
Message-ID: <7A98AEDB54C13647BBCB33E3FFEF49422C3047@DPEXCH01.digitalindiasw.net>
From: "Pradeep, PK" <pk.pradeep@digital.com>
To: ietf-smime@imc.org
Subject: a query on example of PKCS#7 object
Date: Sat, 11 May 2002 14:55:58 +0530
Importance: high
X-Priority: 1
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
content-class: urn:content-classes:message
Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C1F8CB.F0B86370"
Sender: owner-ietf-smime@mail.imc.org
Precedence: bulk
List-Archive: <http://www.imc.org/ietf-smime/mail-archive/>
List-ID: <ietf-smime.imc.org>
List-Unsubscribe: <mailto:ietf-smime-request@imc.org?body=unsubscribe>
hi,
I was going through the following example of Signed data with attributes.
can someone tell me what the numbers and colon (:) in left side denotes...
as per pkcs#7 document following is the defination of signed data. From this
definition it is not clear what the bumbers and colon(:) on left side
denote.
Will highly appreciate for your time to reply this query.
thank you,
pradeep
9.1 SignedData type
The signed-data content type shall have ASN.1 type SignedData:
SignedData ::= SEQUENCE {
version Version,
digestAlgorithms DigestAlgorithmIdentifiers,
contentInfo ContentInfo,
certificates
[0] IMPLICIT ExtendedCertificatesAndCertificates
OPTIONAL,
crls
[1] IMPLICIT CertificateRevocationLists OPTIONAL,
signerInfos SignerInfos }
DigestAlgorithmIdentifiers ::=
SET OF DigestAlgorithmIdentifier
SignerInfos ::= SET OF SignerInfo
----------------------------------------------------------------------------
----------------
.....
..........
- a query on example of PKCS#7 object Pradeep, PK