るりまサーチ

最速Rubyリファレンスマニュアル検索!
60件ヒット [1-60件を表示] (0.229秒)
トップページ > クエリ:t[x] > クエリ:r[x] > 種類:インスタンスメソッド[x] > クエリ:@[x] > クラス:OpenSSL::X509::Attribute[x]

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

ライブラリ

キーワード

検索結果

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

OpenSSL::X509::Attribute#value=(val) (6020.0)

attribute の値を設定します。

...attribute の値を設定します。

引数には OpenSSL::ASN1::ASN1Data のオブジェクトを渡さなければなりません。

@
param val 設定する値の OpenSSL::ASN1::ASN1Data オブジェクト
@
raise OpenSSL::X509::AttributeError val が不正であった場合に発生します
@
s...
...ee OpenSSL::X509::Attribute#value...

絞り込み条件を変える