in reply to Need Convert::ASN1 library encoded text in uper format
Hello santosh_vjit,
I am afraid what you ask is not possible. From the module documentation Convert::ASN1/DESCRIPTION:
Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER +rules.
In conclusion only allowed encoding(s) from the module are: Basic Encoding Rules (BER) and Distinguished Encoding Rules (DER). The remaining encoding(s) e.g. Packed Encoding Rules, aligned (PER) and unaligned (UPER), and XML Encoding Rules (XER), basic and canonical are not supported from the module.
Hope this helps, BR.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Need Convert::ASN1 library encoded text in uper format
by santosh_vjit (Novice) on Feb 22, 2018 at 12:36 UTC | |
by thanos1983 (Parson) on Feb 22, 2018 at 14:13 UTC |