るりまサーチ

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

別のキーワード

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

ライブラリ

検索結果

OpenSSL::X509::Certificate#to_text -> String (21201.0)

人間が読める形式の文字列を返します。

人間が読める形式の文字列を返します。

openssl (30.0)

OpenSSL(https://www.openssl.org/) を Ruby から扱うためのライブラリです。

...cate.new()
cer.not_before = Time.at(0)
cer.not_after = Time.at(0)
cer.public_key = key # <= 署名する対象となる公開鍵
cer.serial = 1
cer.issuer = issu
cer.subject = sub

cer.sign(key, digest) # <= 署名するのに使う秘密鍵とハッシュ関数
print cer.to_text...
...スタリングTCP/IP SSL/TLS編
* John Viega, Matt Messier and Pravir Chandra. Network Security with OpenSSL:
Cryptography for Secure Communications.
邦訳, John Viega, Matt Messier and Pravir Chandra 著 齋藤孝道監訳.
OpenSSL -暗号・PKI・SSL/TLSライブラリの詳細-...