asn1-encoding-0.9.6: ASN1 data reader and writer in RAW, BER and DER forms
LicenseBSD-style
MaintainerVincent Hanquez <vincent@snarc.org>
Stabilityexperimental
Portabilityunknown
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.ASN1.Object

Description

Deprecated: Use Data.ASN1.Types instead

Documentation

class ASN1Object a where #

Methods

toASN1 :: a -> ASN1S #

fromASN1 :: [ASN1] -> Either String (a, [ASN1]) #