asn1-data-0.7.1: ASN1 data reader and writer in RAW, BER and DER forms

Portabilityunknown
Stabilityexperimental
MaintainerVincent Hanquez <vincent@snarc.org>
Safe HaskellSafe-Inferred

Data.ASN1.Stream

Description

 

Synopsis

Documentation

type ASN1Tag = Int

ASN1 Tag

type ASN1Repr = (ASN1, [ASN1Event])

data ASN1ConstructionType

Define the type of container

getConstructedEnd :: Int -> [ASN1] -> ([ASN1], [ASN1])