License | BSD-style |
---|---|
Maintainer | Vincent Hanquez <vincent@snarc.org> |
Stability | experimental |
Portability | unknown |
Safe Haskell | Safe |
Language | Haskell98 |
Data.ASN1.OID
Contents
Description
Synopsis
- type OID = [Integer]
- class OIDable a where
- class OIDNameable a where
Documentation
classes
class OIDable a where Source #
Class of things that have an Object ID
Minimal complete definition
Methods
getObjectID :: a -> OID Source #
return the object ID of an Object from the ObjectIdentifiable class.
class OIDNameable a where Source #
Class of things that can be named by Object ID
Minimal complete definition