るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.057秒)
トップページ > ライブラリ:openssl[x] > バージョン:2.4.0[x] > クエリ:openssl[x] > クエリ:SSL[x] > クエリ:ASN1Error[x] > 種類:インスタンスメソッド[x]

別のキーワード

  1. pop enable_ssl
  2. pop disable_ssl
  3. pop use_ssl?
  4. pop3 use_ssl?
  5. pop3 enable_ssl

クラス

検索結果

OpenSSL::ASN1::ObjectId#oid -> String (42082.0)

オブジェクト識別子のドット区切り数値を文字列で返します。

...ブジェクト識別子のドット区切り数値を文字列で返します。

例:
require "openssl"
oid = OpenSSL::ASN1::ObjectId.new("subjectAltName")
p oid.oid #=> "2.5.29.17"

@raise OpenSSL::ASN1::ASN1Error オブジェクト識別子名が未知である場合に発生します...