License | BSD-style |
---|---|
Maintainer | Vincent Hanquez <vincent@snarc.org> |
Stability | experimental |
Portability | unknown |
Safe Haskell | Safe |
Language | Haskell98 |
Data.ASN1.OID
Contents
Description
- type OID = [Integer]
- class OIDable a where
- class OIDNameable a where
Documentation
classes
Class of things that have an Object ID
Minimal complete definition
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