るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. attribute new
  2. attribute value
  3. element add_attribute
  4. rexml/document attribute
  5. rexml/document add_attribute

クラス

検索結果

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

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

...e には
OpenSSL
::ASN1::ASN1Data のインスタンスを渡さなければなりません。

@param der DER 形式の文字列、もしくは to_der を持つオブジェクト
@param oid Object ID 文字列
@param value 値を表す OpenSSL::ASN1::ASN1Data インスタンス
@raise OpenSSL::X509:...

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

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

...e には
OpenSSL
::ASN1::ASN1Data のインスタンスを渡さなければなりません。

@param der DER 形式の文字列、もしくは to_der を持つオブジェクト
@param oid Object ID 文字列
@param value 値を表す OpenSSL::ASN1::ASN1Data インスタンス
@raise OpenSSL::X509:...