beanit / asn1bean

ASN1bean (formerly known as jASN1) is a Java ASN.1 BER and DER encoding/decoding library
https://www.beanit.com/asn1/
Apache License 2.0
110 stars 45 forks source link

IA5String type not supported #25

Closed LukaTchumburidze closed 5 years ago

LukaTchumburidze commented 5 years ago

Hi, I'm using jasn.1 compiler and while trying to decompile one of the asn files I got error saying: Exception in thread "main" java.lang.IllegalStateException: Type definition "IA5STRING" was not found in module Could you please tell me when this type will be supported?

sfeuerhahn commented 5 years ago

IA5String is supported but not IA5STRING

LukaTchumburidze commented 5 years ago

Thanks, that actually resolved the issue!