るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. _builtin to_s
  2. openssl to_s
  3. _builtin to_a
  4. openssl to_pem

ライブラリ

検索結果

OpenSSL::X509::Attribute#to_der -> String (87325.0)

自身を DER 形式のバイト列に変換します。

...自身を DER 形式のバイト列に変換します。

@raise OpenSSL::X509::AttributeError 変換に失敗した場合に発生します...

OpenSSL::X509::Attribute.new(der) -> OpenSSL::X509::Attribute (33400.0)

attribute オブジェクトを生成します。

...der を持つオブジェクト
@param oid Object ID 文字列
@param value 値を表す OpenSSL::ASN1::ASN1Data インスタンス
@raise OpenSSL::X509::AttributeError attributeオブジェクトの生成に失敗した場合に
発生します。DER 形式文字列が不正であった場...

OpenSSL::X509::Attribute.new(oid, value) -> OpenSSL::X509::Attribute (33400.0)

attribute オブジェクトを生成します。

...der を持つオブジェクト
@param oid Object ID 文字列
@param value 値を表す OpenSSL::ASN1::ASN1Data インスタンス
@raise OpenSSL::X509::AttributeError attributeオブジェクトの生成に失敗した場合に
発生します。DER 形式文字列が不正であった場...