24件ヒット
[1-24件を表示]
(0.068秒)
ライブラリ
- openssl (12)
-
rexml
/ document (12)
クラス
-
OpenSSL
:: ASN1 :: ObjectId (12) -
REXML
:: Attributes (12)
検索結果
先頭2件
-
REXML
:: Attributes . new(element) -> REXML :: Attributes (21231.0) -
空の Attributes オブジェクトを生成します。
...空の Attributes オブジェクトを生成します。
どの要素の属性であるかを element で指定します。
通常は REXML::Element.new によって Attributes オブジェクト
が生成されるため、このメソッドを使う必要はありません。
@param element 属... -
OpenSSL
:: ASN1 :: ObjectId . register(oid , short _ name , long _ name) -> true (19.0) -
オブジェクト識別子に対応する名前(short name と long name)を OpenSSLの内部テーブルに登録します。
...OpenSSL::ASN1::ObjectId.register(
"2.5.29.9", "subjectDirAttrs", "X509v3 Subject Directory Attributes")
p OpenSSL::ASN1::ObjectId.new("2.5.29.9").long_name
# => "X509v3 Subject Directory Attributes"
@param oid 登録する識別子(ドット区切り数字表記の文字列)
@param short_n...