Oid class

An Object Identifier which corresponds to a specific value or parameter on a target device

Constructors

Oid(ASN1ObjectIdentifier _oid)
An Object Identifier which corresponds to a specific value or parameter on a target device
Oid.fromBytes(Uint8List bytes)
Parses a list of bytes into a Oid object
Oid.fromString(String str)
Parses a period or comma delimited string of octets into an Oid object

Properties

asAsn1ObjectIdentifier → ASN1ObjectIdentifier
Get Oid as an ASN1ObjectIdentifier
no setter
encodedBytes Uint8List
Converts an Oid object into a (transmittable) list of bytes
no setter
hashCode int
The hash code for this object.
no setterinherited
identifier String?
Provides a period-delimited string of Oid octets
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited