2028件ヒット
[101-200件を表示]
(0.023秒)
クラス
-
OpenSSL
:: ASN1 :: ObjectId (12) -
OpenSSL
:: BN (384) -
OpenSSL
:: Cipher (84) -
OpenSSL
:: Config (12) -
OpenSSL
:: Engine (24) -
OpenSSL
:: Netscape :: SPKI (96) -
OpenSSL
:: OCSP :: BasicResponse (12) -
OpenSSL
:: OCSP :: Request (24) -
OpenSSL
:: PKCS12 (12) -
OpenSSL
:: PKCS7 (72) -
OpenSSL
:: PKey :: DH (12) -
OpenSSL
:: PKey :: DSA (12) -
OpenSSL
:: PKey :: EC (144) -
OpenSSL
:: PKey :: EC :: Group (96) -
OpenSSL
:: PKey :: EC :: Point (96) -
OpenSSL
:: PKey :: PKey (24) -
OpenSSL
:: PKey :: RSA (48) -
OpenSSL
:: SSL :: SSLContext (24) -
OpenSSL
:: SSL :: SSLServer (12) -
OpenSSL
:: SSL :: SSLSocket (84) -
OpenSSL
:: SSL :: Session (36) -
OpenSSL
:: X509 :: Attribute (60) -
OpenSSL
:: X509 :: CRL (180) -
OpenSSL
:: X509 :: Certificate (108) -
OpenSSL
:: X509 :: Extension (36) -
OpenSSL
:: X509 :: Name (12) -
OpenSSL
:: X509 :: Request (120) -
OpenSSL
:: X509 :: Revoked (24) -
OpenSSL
:: X509 :: Store (84)
モジュール
キーワード
- % (12)
- * (12)
- ** (12)
- + (12)
- - (12)
-
/ (12) - << (12)
- <=> (12)
- == (12)
- >> (12)
- accept (12)
-
accept
_ nonblock (12) -
add
_ cert (12) -
add
_ certid (12) -
add
_ certificate (12) -
add
_ crl (24) -
add
_ entry (12) -
add
_ extension (36) -
add
_ file (12) -
add
_ path (12) -
add
_ revoked (12) -
add
_ value (12) - certificates= (12)
- challenge (12)
- challenge= (12)
-
check
_ key (12) - cipher (12)
- ciphers= (12)
-
clear
_ bit! (12) - cmp (12)
- coerce (12)
- cofactor (12)
- connect (12)
-
connect
_ nonblock (12) - copy (12)
- crls= (12)
- decrypt (36)
-
dh
_ compute _ key (12) - digest (12)
-
dsa
_ sign _ asn1 (12) -
dsa
_ verify _ asn1 (12) - encrypt (24)
- eql? (12)
- extensions= (36)
- fcntl (12)
- gcd (12)
-
generate
_ key (12) -
generate
_ key! (12) - group= (12)
- infinity? (12)
- invert! (12)
- issuer= (24)
-
key
_ len= (12) -
last
_ update= (12) - listen (12)
- lshift! (12)
-
make
_ affine! (12) -
mask
_ bits! (12) -
mod
_ add (12) -
mod
_ exp (12) -
mod
_ inverse (12) -
mod
_ mul (12) -
mod
_ sqr (12) -
mod
_ sub (12) -
next
_ update= (12) -
not
_ after= (12) -
not
_ before= (12) - oid (24)
- oid= (24)
-
on
_ curve? (12) - order (12)
- padding= (12)
-
pkcs5
_ keyivgen (12) -
point
_ conversion _ form (12) -
post
_ connection _ check (12) - prime? (24)
-
prime
_ fasttest? (12) -
private
_ decrypt (12) -
private
_ encrypt (12) -
private
_ key= (12) -
public
_ decrypt (12) -
public
_ encrypt (12) -
public
_ key (48) -
public
_ key= (48) -
read
_ nonblock (12) - readchar (12)
- readline (12)
- readpartial (12)
-
renegotiation
_ cb= (12) - revoked= (12)
- rshift! (12)
- seed= (12)
-
set
_ bit! (12) -
set
_ default _ paths (12) -
set
_ generator (12) -
set
_ to _ infinity! (12) - setsockopt (12)
- sign (60)
-
signature
_ algorithm (12) - sqr (12)
- status (12)
- subject (12)
- subject= (24)
- sysread (12)
- sysverify (12)
- syswrite (12)
-
to
_ bn (12) -
to
_ der (96) -
to
_ i (12) -
to
_ int (12) -
to
_ pem (72) -
to
_ s (48) -
to
_ text (60) - ucmp (12)
- value (12)
- value= (24)
- verify (84)
- version= (24)
-
write
_ nonblock (12)
検索結果
先頭5件
-
OpenSSL
:: ASN1 :: ObjectId # oid -> String (9.0) -
オブジェクト識別子のドット区切り数値を文字列で返します。
...ブジェクト識別子のドット区切り数値を文字列で返します。
例:
require "openssl"
oid = OpenSSL::ASN1::ObjectId.new("subjectAltName")
p oid.oid #=> "2.5.29.17"
@raise OpenSSL::ASN1::ASN1Error オブジェクト識別子名が未知である場合に発生します... -
OpenSSL
:: BN # %(other) -> OpenSSL :: BN (9.0) -
自身を other で割り算した余りを返します。
...自身を other で割り算した余りを返します。
@param other 除数
@raise OpenSSL::BNError 計算時エラー... -
OpenSSL
:: BN # *(other) -> OpenSSL :: BN (9.0) -
自身と other の積を返します。
...自身と other の積を返します。
@param other かける数
@raise OpenSSL::BNError 計算時エラー
@see OpenSSL::BN#mod_mul... -
OpenSSL
:: BN # **(other) -> OpenSSL :: BN (9.0) -
自身の other 乗を返します。
...自身の other 乗を返します。
@param other 指数
@raise OpenSSL::BNError 計算時エラー
@see OpenSSL::BN#mod_exp... -
OpenSSL
:: BN # +(other) -> OpenSSL :: BN (9.0) -
自身と other の和を返します。
...自身と other の和を返します。
@param other 足す整数
@raise OpenSSL::BNError 計算時エラー
@see OpenSSL::BN#mod_add... -
OpenSSL
:: BN # -(other) -> OpenSSL :: BN (9.0) -
自身から other を引いた値を返します。
...自身から other を引いた値を返します。
@param other 引く整数
@raise OpenSSL::BNError 計算時エラー
@see OpenSSL::BN#mod_sub... -
OpenSSL
:: BN # / (other) -> [OpenSSL :: BN , OpenSSL :: BN] (9.0) -
自身を other で割った商と余りを配列で返します。
...自身を other で割った商と余りを配列で返します。
@param other 除数
@raise OpenSSL::BNError 計算時エラー
@see OpenSSL::BN#mod_inverse... -
OpenSSL
:: BN # <<(other) -> OpenSSL :: BN (9.0) -
自身を other ビット左シフトした値を返します。
...自身を other ビット左シフトした値を返します。
//emlist[][ruby]{
bn = 1.to_bn
pp bn << 1 # => #<OpenSSL::BN 2>
pp bn # => #<OpenSSL::BN 1>
//}
@param other シフトするビット数
@raise OpenSSL::BNError 計算時エラー
@see OpenSSL::BN#lshift!... -
OpenSSL
:: BN # <=>(other) -> -1 | 0 | 1 (9.0) -
自身と other を比較し、自身が小さいときには -1、 等しいときには 0、大きいときには 1 を返します。
...//emlist[][ruby]{
require 'openssl'
OpenSSL::BN.new(5) <=> 5 # => 0
OpenSSL::BN.new(5) <=> OpenSSL::BN.new(9) # => -1
OpenSSL::BN.new(5) <=> OpenSSL::BN.new(5) # => 0
OpenSSL::BN.new(5) <=> OpenSSL::BN.new(-5) # => 1
//}
@param other 比較する整数
@raise TypeError 比較できない......ときに発生します。
@see OpenSSL::BN#ucmp...