|
Foundation 1.1.2 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| KeyFactory を使用しているパッケージ | |
|---|---|
| java.security | セキュリティーフレームワークのクラスとインタフェースを提供します。 |
| java.security での KeyFactory の使用 |
|---|
| KeyFactory を返す java.security のメソッド | |
|---|---|
static KeyFactory |
KeyFactory.getInstance(String algorithm)
指定されたアルゴリズムを実装する KeyFactory オブジェクトを生成します。 |
static KeyFactory |
KeyFactory.getInstance(String algorithm,
Provider provider)
指定されたプロバイダから、指定されたアルゴリズムの KeyFactory オブジェクトを生成します。 |
static KeyFactory |
KeyFactory.getInstance(String algorithm,
String provider)
指定されたプロバイダから、指定されたアルゴリズムの KeyFactory オブジェクトを生成します。 |
|
Foundation 1.1.2 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。