Online ASN.1 DER file generator
convert JSON represented ASN.1 structure to ASN.1 data
(Step1) Fill ASN.1 structure by JSON string. The syntax is defined in
ASN1Util.newObject
.
{"seq": [ {"octstr": {"obj": {"seq": [{"int": 3},{"int":4}]}}}, {"bitstr": {"obj": {"seq": [{"int": 5},{"int":6}]}}}, {"prnstr": "aaa"} ]}
You can also choose sample input here...
encapsulated OctetString sample
PKCS#8 ECC public key sample
BitString encapsulated ECDSA signature value
distiguished name of Estonian e-Regident ID CA
Result of ASN.1 encoded hexadecimal string:
NOTE: Saving to local file is powered by
FileSaver.js
. FileSaver.js supports most of modern browsers.