るりまサーチ

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

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

モジュール

検索結果

<< 1 2 3 ... > >>

Gem::Security (24000.0)

REXML::Security (24000.0)

REXML のセキュリティ関連の限界値を設定/参照するためのモジュールです。

REXML のセキュリティ関連の限界値を設定/参照するためのモジュールです。

Gem::Security::HighSecurity -> Gem::Security::Policy (18401.0)

高レベルのセキュリティポリシーです。

...頼します。

このセキュリティポリシーはバイパスするのがものすごく困難です。

:verify_data => true,
:verify_signer => true,
:verify_chain => true,
:verify_root => true,
:only_trusted => true,
:only_signed => true...

Gem::Security::LowSecurity -> Gem::Security::Policy (18401.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 (18401.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 (18401.0)

セキュリティなしのポリシーです。

...セキュリティなしのポリシーです。

全ての検証を行いません。

:verify_data => false,
:verify_signer => false,
:verify_chain => false,
:verify_root => false,
:only_trusted => false,
:only_signed => false...

Gem::Security::AlmostNoSecurity -> Gem::Security::Policy (18301.0)

ほとんどの検証を行わないポリシーです。

...んど役に立たない上、
簡単に騙すことができるので、使用しないでください。

:verify_data => true,
:verify_signer => false,
:verify_chain => false,
:verify_root => false,
:only_trusted => false,
:only_signed => false...

Socket::Constants::SO_SECURITY_AUTHENTICATION -> Integer (12201.0)

@todo

...@todo...

Socket::Constants::SO_SECURITY_ENCRYPTION_NETWORK -> Integer (12201.0)

@todo

...@todo...
<< 1 2 3 ... > >>