indutny / asn1.js

ASN.1 Decoder/Encoder/DSL
MIT License
181 stars 64 forks source link

Not able to decode der from OSS+ #111

Open SameerSiddiqui opened 5 years ago

SameerSiddiqui commented 5 years ago

301E800A 31323334 35363738 39308104 54455354 820A3132 33343536 37383930

How i can decode this ?


    this.seq().obj(
      this.key('phoneNumber').octstr(),
      this.key('realm').octstr(),
      this.key('vin').octstr()
    );
  });```

Not working...