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

expose swift values as public var `value` #2

Open DominikHorn opened 2 years ago

DominikHorn commented 2 years ago

Some Types like ASN1Integer did not expose their underlying swift value outside of the API boundary as pointed out in #1

This PR aims to solve this issue.