Represents the primitive object id for OpenSSL::ASN1

Class Methods

This adds a new ObjectId to the internal tables. Where object_id is the numerical form, short_name is the short name, and long_name is the long name.

Returns true if successful. Raises an OpenSSL::ASN1::ASN1Error if it fails.

Instance Methods

Returns true if other_oid is the same as oid

The long name of the ObjectId, as defined in <openssl/objects.h>.

An alias for ln

Returns a String representing the Object Identifier in the dot notation, e.g. “1.2.3.4.5”

An alias for sn

The short name of the ObjectId, as defined in <openssl/objects.h>.