asn1-types-0.3.4: ASN.1 types
License BSD-style
Maintainer Vincent Hanquez <vincent@snarc.org>
Stability experimental
Portability unknown
Safe Haskell Safe-Inferred
Language Haskell98

Data.ASN1.Types.Lowlevel

Description

Synopsis

Raw types

data ASN1Length Source #

ASN1 Length with all different formats

Constructors

LenShort Int

Short form with only one byte. length has to be < 127.

LenLong Int Int

Long form of N bytes

LenIndefinite

Length is indefinite expect an EOC in the stream to finish the type

Events types