What is the difference between these two formats
Below is the ASN output using certuil tool. *Cert1:-* 0618: 30 0d ; SEQUENCE (d Bytes) 061a: | 06 09 ; OBJECT_ID (9 Bytes) 061c: | | 2a 86 48 86 f7 0d 01 01 05 | | ; 1.2.840.113549.1.1.5 sha1RSA 0625: | 05 00 ; NULL (0 Bytes) 0627: 03 81 81 ; BIT_STRING (81 Bytes) 062a: 00 *Cert2:-* 0780: 30 0d ; SEQUENCE (d Bytes) 0782: | 06 09 ; OBJECT_ID (9 Bytes) 0784: | | 2a 86 48 86 f7 0d 01 01 05 | | ; 1.2.840.113549.1.1.5 sha1RSA 078d: | 05 00 ; NULL (0 Bytes) 078f: 03 82 01 01 ; BIT_STRING (101 Bytes) 0793: 00 What does the highlighted values indicate? Any idea? -mithun