1372件ヒット
[1-100件を表示]
(0.051秒)
別のキーワード
ライブラリ
- ビルトイン (261)
- date (24)
-
fiddle
/ import (24) - json (36)
-
net
/ imap (12) -
net
/ smtp (12) -
net
/ telnet (2) - openssl (96)
-
rdoc
/ context (48) -
rexml
/ document (36) -
rubygems
/ format (24) -
rubygems
/ package / tar _ input (24) -
rubygems
/ security (444) - securerandom (92)
- socket (132)
- syslog (12)
- time (24)
- timeout (9)
- uri (12)
クラス
-
CGI
:: Cookie (24) - DateTime (24)
- FalseClass (24)
-
Gem
:: Format (24) -
Gem
:: Package :: TarInput (24) -
Gem
:: Security :: Policy (180) -
Gem
:: Security :: Signer (72) -
Net
:: IMAP :: ResponseCode (12) -
Net
:: SMTP (12) -
Net
:: Telnet (2) -
OpenSSL
:: Config (96) -
RDoc
:: Context :: Section (48) -
REXML
:: Text (12) - Socket (60)
-
Socket
:: Option (12) - String (21)
- Time (168)
モジュール
-
Fiddle
:: Importer (24) -
GC
:: Profiler (24) -
Gem
:: Security (144) -
JSON
:: Generator :: GeneratorMethods :: FalseClass (12) - Kernel (24)
- Process (24)
-
REXML
:: Security (24) - SecureRandom (80)
-
Socket
:: Constants (60) -
Syslog
:: Facility (12) - Timeout (9)
- URI (12)
キーワード
- AlmostNoSecurity (12)
-
CLOCK
_ SECOND (12) - Exception (12)
- FalseClass (24)
- HighSecurity (12)
-
IP
_ IPSEC _ POLICY (24) -
IP
_ PASSSEC (24) -
LOG
_ SECURITY (12) - LowSecurity (12)
- MediumSecurity (12)
- NoSecurity (12)
- OPT (12)
- Policies (12)
- Policy (12)
-
SO
_ SECURITY _ AUTHENTICATION (24) -
SO
_ SECURITY _ ENCRYPTION _ NETWORK (24) -
SO
_ SECURITY _ ENCRYPTION _ TRANSPORT (24) - SecureRandom (12)
- Security (12)
- Signer (12)
- [] (12)
- []= (12)
-
add
_ trusted _ cert (12) -
add
_ value (12) - alphanumeric (8)
-
auth
_ login (12) - base64 (12)
-
build
_ cert (12) -
build
_ self _ signed _ cert (12) - casecmp (12)
- casecmp? (9)
-
cert
_ chain (12) -
cert
_ chain= (12) -
clock
_ gettime (12) - comment (12)
-
decode
_ www _ form _ component (12) - each (12)
-
entity
_ expansion _ limit (12) -
entity
_ expansion _ text _ limit (12) -
from
_ file _ by _ path (12) -
from
_ io (12) -
get
_ value (12) - gm (24)
- hex (12)
- inspect (24)
- iso8601 (12)
- key (12)
- key= (12)
- linger (12)
- name (12)
- new (50)
- nsec (12)
-
only
_ signed (12) -
only
_ signed= (12) -
only
_ trusted (12) -
only
_ trusted= (12) - open (12)
-
random
_ bytes (12) -
random
_ number (12) - report (12)
- result (12)
-
ruby 1
. 6 feature (12) -
rubygems
/ security (12) - second (12)
- section (12)
- sections (12)
- secure (12)
- secure= (12)
- sequence (12)
- sign (12)
-
sign
_ cert (12) - sizeof (12)
- sleep (24)
- struct (12)
- subsec (12)
- timeout (9)
- title (12)
-
to
_ i (12) -
to
_ json (12) -
to
_ s (12) -
trusted
_ cert _ path (12) -
tv
_ nsec (12) -
tv
_ sec (12) -
tv
_ usec (12) -
urlsafe
_ base64 (12) - usec (12)
- utc (24)
- uuid (12)
- value (12)
-
verify
_ chain (12) -
verify
_ chain= (12) -
verify
_ data (12) -
verify
_ data= (12) -
verify
_ gem (12) -
verify
_ root (12) -
verify
_ root= (12) -
verify
_ signer (12) -
verify
_ signer= (12) -
verify
_ trust _ dir (12) - xmlschema (12)
検索結果
先頭5件
-
Time
# sec -> Integer (18213.0) -
秒を整数で返します。
...秒を整数で返します。
//emlist[][ruby]{
p Time.mktime(2000, 1, 1).sec # => 0
//}
通常は0から59を返しますが、うるう秒の場合は60を返します。
//emlist[][ruby]{
ENV['TZ'] = 'right/UTC'
p Time.mktime(2005, 12, 31, 23, 59, 60).sec # => 60
//}... -
DateTime
# sec -> Integer (18201.0) -
秒を返します (0-59)。
秒を返します (0-59)。 -
Gem
:: Security :: HighSecurity -> Gem :: Security :: Policy (15300.0) -
高レベルのセキュリティポリシーです。
...高レベルのセキュリティポリシーです。
署名された Gem のみインストール可能です。
ルート証明書のみを信頼して、全ての検証を行います。
ただし、信頼するように指定された証明書は信頼します。
このセキュリティ......ポリシーはバイパスするのがものすごく困難です。
:verify_data => true,
:verify_signer => true,
:verify_chain => true,
:verify_root => true,
:only_trusted => true,
:only_signed => true... -
Gem
:: Security :: AlmostNoSecurity -> Gem :: Security :: Policy (12300.0) -
ほとんどの検証を行わないポリシーです。
...んど役に立たない上、
簡単に騙すことができるので、使用しないでください。
:verify_data => true,
:verify_signer => false,
:verify_chain => false,
:verify_root => false,
:only_trusted => false,
:only_signed => false... -
Gem
:: Security :: LowSecurity -> Gem :: Security :: Policy (12300.0) -
低レベルのセキュリティのポリシーです。
...んど役に立たない上、
簡単に騙すことができるので、使用しないでください。
:verify_data => true,
:verify_signer => true,
:verify_chain => false,
:verify_root => false,
:only_trusted => false,
:only_signed => false... -
Gem
:: Security :: MediumSecurity -> Gem :: Security :: Policy (12300.0) -
中レベルのセキュリティポリシーです。
...悪な人物がパッケージの署名を単純に削除して検証をパスさせることができます。
:verify_data => true,
:verify_signer => true,
:verify_chain => true,
:verify_root => true,
:only_trusted => true,
:only_signed => false... -
Gem
:: Security :: NoSecurity -> Gem :: Security :: Policy (12300.0) -
セキュリティなしのポリシーです。
...セキュリティなしのポリシーです。
全ての検証を行いません。
:verify_data => false,
:verify_signer => false,
:verify_chain => false,
:verify_root => false,
:only_trusted => false,
:only_signed => false... -
Gem
:: Security :: Policy # verify _ gem(signature , data , chain , time = Time . now) -> Array (12100.0) -
与えられたデータを与えられた署名と証明書チェーンで検証します。
...します。
@param signature 署名を指定します。
@param data 検証するデータを指定します。
@param chain 検証で使用する証明書チェーンを指定します。
@param time この時刻に有効であることを検証する。
@raise Gem::Security::Exception 検証... -
JSON
:: Ext :: Generator :: GeneratorMethods :: FalseClass (12000.0) -
Alias of JSON::Generator::GeneratorMethods::FalseClass
...Alias of JSON::Generator::GeneratorMethods::FalseClass...