228件ヒット
[201-228件を表示]
(0.089秒)
ライブラリ
-
net
/ ftp (12) - openssl (204)
-
rubygems
/ indexer (12)
クラス
-
Gem
:: Indexer (12) -
Net
:: FTP (12) -
OpenSSL
:: ASN1 :: ObjectId (60) -
OpenSSL
:: X509 :: Attribute (24) -
OpenSSL
:: X509 :: Extension (24) -
OpenSSL
:: X509 :: ExtensionFactory (72) -
OpenSSL
:: X509 :: Name (12) -
OpenSSL
:: X509 :: Request (12)
キーワード
-
add
_ entry (12) - attributes (12)
-
create
_ ext (12) -
create
_ ext _ from _ array (12) -
create
_ ext _ from _ hash (12) -
create
_ ext _ from _ string (12) -
create
_ extension (24) - ln (12)
-
long
_ name (12) - oid= (24)
- paranoid (12)
-
short
_ name (12) - sn (12)
- voidcmd (12)
検索結果
先頭3件
-
OpenSSL
:: ASN1 :: ObjectId # short _ name -> String | nil (19.0) -
オブジェクト識別子に対応する short name を返します。
...オブジェクト識別子に対応する short name を返します。
例:
require "openssl"
oid = OpenSSL::ASN1::ObjectId.new("subjectAltName")
p oid.sn #=> "subjectAltName"
@see OpenSSL::ASN1::ObjectId#ln... -
OpenSSL
:: ASN1 :: ObjectId # sn -> String | nil (19.0) -
オブジェクト識別子に対応する short name を返します。
...オブジェクト識別子に対応する short name を返します。
例:
require "openssl"
oid = OpenSSL::ASN1::ObjectId.new("subjectAltName")
p oid.sn #=> "subjectAltName"
@see OpenSSL::ASN1::ObjectId#ln... -
OpenSSL
:: X509 :: Request # attributes -> [OpenSSL :: X509 :: Attribute] (13.0) -
CSR が保持している attribute を OpenSSL::X509::Attribute の配列で返します。
...名要求 に含まれる申請者に関する
追加的な情報です。必須ではありません。X.509v3 拡張領域を
CSR に含めるときは "reqExt" という oid の attribute を追加
します。
@see OpenSSL::X509::Request#attribute=,
OpenSSL::X509::Request#add_attribute...