RE: [ASN.1] Binary vs Text

2002-03-15 Thread Paul Long
. :-) Presumably, if the same effort were applied to text, the text encoding would perform better than the binary. (...ah, it never ends...) Paul Long ipDialog, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Phil Griffin Sent: Friday, March 15, 2002 3

[ASN.1] TYPE-IDENTIFIER.Type

2002-06-24 Thread Paul Long
type? X ::= SEQUENCE { a INTEGER, -- stuff... b BOOLEAN } Z ::= SEQUENCE { y TYPE-IDENTIFIER.Type (X) } Paul Long ipDialog, Inc.

RE: [ASN.1] TYPE-IDENTIFIER.Type

2002-06-24 Thread Paul Long
{ y OCTET STRING -- contains X } True? Paul Long ipDialog, Inc. -Original Message- From: Rajul Gupta [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 4:13 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [ASN.1] TYPE-IDENTIFIER.Type Hi Paul, (X) is a type

[ASN.1] WITH-COMPONENTS creates new type or just semantically constrains?

2002-07-17 Thread Paul Long
WITH COMPONENTS { ..., anOptionalThing PRESENT } result in this new type: SEQUENCE { anOptionalThing INTEGER, anotherOptionalThing INTEGER OPTIONAL, aRequiredThing INTEGER } Paul Long ipDialog, Inc.

RE: [ASN.1] WITH-COMPONENTS creates new type or just semantically constrains?

2002-07-17 Thread Paul Long
Of John Larmouth Sent: Wednesday, July 17, 2002 12:17 PM To: [EMAIL PROTECTED] Subject: Re: [ASN.1] WITH-COMPONENTS creates new type or just semantically constrains? Paul Long wrote: Paul, I guess it depends on what you mean by a new type. (The term is not actual defined in ASN.1