asn1-types-0.3.2: ASN.1 types

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

Data.ASN1.OID

Contents

Description

 

Synopsis

Documentation

type OID = [Integer] #

Standard ASN.1 Object ID (OID)

classes

class OIDable a where #

Class of things that have an Object ID

Minimal complete definition

getObjectID

Methods

getObjectID :: a -> OID #

return the object ID of an Object from the ObjectIdentifiable class.

class OIDNameable a where #

Class of things that can be named by Object ID

Minimal complete definition

fromObjectID

Methods

fromObjectID :: OID -> Maybe a #

Try to convert an OID into an Object