Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
ASN.1
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Example encoded in DER=== Below is the data structure shown above as myQuestion encoded in [[X.690#DER encoding|DER format]] (all numbers are in hexadecimal): 30 13 02 01 05 16 0e 41 6e 79 62 6f 64 79 20 74 68 65 72 65 3f DER is a [[typeโlengthโvalue]] encoding, so the sequence above can be interpreted, with reference to the standard SEQUENCE, INTEGER, and IA5String types, as follows: 30 โ type tag indicating SEQUENCE 13 โ length in octets of value that follows 02 โ type tag indicating INTEGER 01 โ length in octets of value that follows 05 โ value (5) 16 โ type tag indicating [[IA5String]] (IA5 means the full 7-bit ISO 646 set, including variants, but is generally US-ASCII) 0e โ length in octets of value that follows 41 6e 79 62 6f 64 79 20 74 68 65 72 65 3f โ value ("Anybody there?")
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)