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

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

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])