DominikHorn / ASN1Parser

Minimalistic Swift parser for ASN.1 data. Currently supports DER and therefore also BER binary format
MIT License
8 stars 3 forks source link

swiftvalue availability #1

Open rdluffy opened 2 years ago

rdluffy commented 2 years ago

Hello, The swiftvalues inside your objects (ASNInteger) are not available outside of your package. Would you mind to add an accessor like (BigIntValue) ?

I can do it if you will. Stéphane.

DominikHorn commented 2 years ago

Hi Stéphane,

I just created a PR (#2) to hopefully address this issue. Could you please have a look and let me know if this is what you had in mind?

Kind regards, Dominik