るりまサーチ

最速Rubyリファレンスマニュアル検索!
55件ヒット [1-55件を表示] (0.059秒)
トップページ > クエリ:-[x] > クラス:OpenSSL::X509::Attribute[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

キーワード

検索結果

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

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

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

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

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

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

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

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

OpenSSL::X509::Attribute#value -> OpenSSL::ASN1::ASN1Data (101.0)

attribute の値を OpenSSL::ASN1::ASN1Data のオブジェクトで 返します。

...attribute の値を OpenSSL::ASN1::ASN1Data のオブジェクトで
返します。

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

OpenSSL::X509::Attribute.new(der) -> OpenSSL::X509::Attribute (101.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 (101.0)

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

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

絞り込み条件を変える