asn1-types-0.1.0: ASN.1 types

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

Data.ASN1.OID

Contents

Description

 

Synopsis

Documentation

type OID = [Integer]Source

Standard ASN.1 Object ID (OID)

class

class ObjectIdable a whereSource

Class of things that have an Object ID

Methods

getObjectID :: a -> OIDSource

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