aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorwbond <will@wbond.net>2015-08-03 10:18:40 -0400
committerwbond <will@wbond.net>2015-08-03 10:18:40 -0400
commit14b46c491295f8d502ea1edeba2964c36c17be09 (patch)
treee41b5db2011c2e730ffbd038059b9c556da3be22 /docs
parentc297f3487d0f7fd05759bd4e9a2a0f1512b9d087 (diff)
downloadasn1crypto-14b46c491295f8d502ea1edeba2964c36c17be09.tar.gz
Added table of contents to Universal Types docs page
Diffstat (limited to 'docs')
-rw-r--r--docs/universal_types.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/universal_types.md b/docs/universal_types.md
index d048cb1..ef5690e 100644
--- a/docs/universal_types.md
+++ b/docs/universal_types.md
@@ -8,6 +8,26 @@ universal type classes.
For a general overview of ASN.1 as used in cryptography, please see
[A Layman's Guide to a Subset of ASN.1, BER, and DER](http://luca.ntop.org/Teaching/Appunti/asn1.html).
+This page contains the following sections:
+
+ - [Universal Types](#universal-types)
+ - [Basic Usage](#basic-usage)
+ - [Sequence](#sequence)
+ - [Set](#set)
+ - [SequenceOf](#sequenceof)
+ - [SetOf](#setof)
+ - [Integer](#integer)
+ - [Enumerated](#enumerated)
+ - [ObjectIdentifier](#objectidentifier)
+ - [BitString](#bitstring)
+ - [Strings](#strings)
+ - [UTCTime](#utctime)
+ - [GeneralizedTime](#generalizedtime)
+ - [Choice](#choice)
+ - [Any](#any)
+ - [Specification via OID](#specification-via-oid)
+ - [Explicit and Implicit Tagging](#explicit-and-implicit-tagging)
+
## Universal Types
For general purpose ASN.1 parsing, the `asn1crypto.core` module is used. It