sn -> String | nil[permalink][rdoc][edit]short_name -> String | nil-
オブジェクト識別子に対応する short name を返します。
例:
require "openssl" oid = OpenSSL::ASN1::ObjectId.new("subjectAltName") p oid.sn #=> "subjectAltName"[SEE_ALSO] OpenSSL::ASN1::ObjectId#ln
sn -> String | nil[permalink][rdoc][edit]short_name -> String | nilオブジェクト識別子に対応する short name を返します。
例:
require "openssl"
oid = OpenSSL::ASN1::ObjectId.new("subjectAltName")
p oid.sn #=> "subjectAltName"
[SEE_ALSO] OpenSSL::ASN1::ObjectId#ln