るりまサーチ

最速Rubyリファレンスマニュアル検索!
516件ヒット [1-100件を表示] (0.021秒)

別のキーワード

  1. ri generate
  2. ri initialize
  3. ri description
  4. rdoc/generator/ri ri
  5. docmanager install_ri

検索結果

<< 1 2 3 ... > >>

OpenSSL::X509::Attribute#oid -> String (21207.0)

attribute の Object ID(識別子)を文字列で返します。

...attribute の Object ID(識別子)を文字列で返します。

@raise OpenSSL::X509::AttributeError Object ID の取得に失敗した場合に発生します
@see OpenSSL::X509::Attribute#oid=...

OpenSSL::X509::Extension#oid -> String (18223.0)

拡張領域の識別子(extnID)をOIDの文字列で返します。

...拡張領域の識別子(extnID)をOIDの文字列で返します。

@see OpenSSL::X509::Extension#oid=...

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

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

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

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

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

OpenSSL::X509::Attribute#oid=(oid) (9220.0)

attribute の Object ID(識別子)を文字列で設定します。

...attribute の Object ID(識別子)を文字列で設定します。

@param oid 設定する Object ID 文字列
@raise OpenSSL::X509::AttributeError oidが不正であった場合に発生します
@see OpenSSL::X509::Attribute#oid...

static void error_print(void) (6300.0)

絞り込み条件を変える

void rb_mark_generic_ivar_tbl(void) (6300.0)

void rb_parser_append_print(void) (6300.0)

ruby の -p オプションの実装。 ループと print のノードを ruby_eval_tree に加えます。

...ruby の -p オプションの実装。
ループと print のノードを ruby_eval_tree に加えます。...

OpenSSL::X509::Request#attributes -> [OpenSSL::X509::Attribute] (6206.0)

CSR が保持している attribute を OpenSSL::X509::Attribute の配列で返します。

...る attribute を OpenSSL::X509::Attribute
の配列で返します。

attribute とは X.509 証明書署名要求 に含まれる申請者に関する
追加的な情報です。必須ではありません。X.509v3 拡張領域を
CSR に含めるときは "reqExt" という oid の attribute...
...を追加
します。

@see OpenSSL::X509::Request#attribute=,
OpenSSL::X509::Request#add_attribute...

VALUE rb_f_global_variables(void) (6200.0)

<< 1 2 3 ... > >>