name.add_entry(oid, value [, type]) => self
Instance Public methods
Adds a new entry with the given oid
and value
to
this name. The oid
is an object identifier defined in ASN.1.
Some common OIDs are:
- C
-
Country Name
- CN
-
Common Name
- DC
-
Domain Component
- O
-
Organization Name
- OU
-
Organizational Unit Name
- ST
-
State or Province Name
Please login to continue.