- Introduction to ASN.1
- Defining types and identifiers
- Data types
- BOOLEAN type: Represent TRUE/FALSE states
- INTEGER : Represent integer values
- BIT STRING
- OCTET STRING
- DATE: Working with dates
- TIME-OF-DAY: Represent time of the day
- DATE-TIME: Represent date and time together
- REAL: Working with decimal numbers
- ENUMERATED: Model list of items
- OBJECT IDENTIFIER
- SEQUENCE: Define collection of items
- SEQUENCE OF : Define collection of items of same type
- CHOICE: Choose an item among multiple items
- IA5String: Represent International Alphabet 5
- VisibleString: Create a string variable
- NumericString: string with numbers
- UTF8String: Create a string of Unicode characters
- SET: Define composite type
- SET OF: Collection of items of same type
- ANY: Refer any valid ASN type
- Applying constraints on types
- Comments
- Specifying OPTIONAL fields
This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Friday, 6 April 2018
ASN.1 tutorial
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment