Hello everybody,

I have a question regarding the order the components values of a SET type
must be coded in DER. What does the the canonical order do with pair of
extensions? Here is a type :
A ::= SET
{
  c1 NumericString,
  ...,
  c3 INTEGER,
  ...,
  c2 BOOLEAN
}

in IMPLICIT tagging is encoded : c2 then c3 then c1 OR c2 c1 c3 ?
in AUTOMATIC tagging is it encoded : c1 then c3 then c2 OR c1 c2 c3 ?

thank you by advance

Bruno KONIK - uniGone
Tel : +33 (0)1 60 12 77 64
Fax : +33 (0)1 60 12 77 65
41-43 rue de Cronstadt - 75015 PARIS FRANCE
mailto:[EMAIL PROTECTED]
URL : http://www.unigone.com

Reply via email to