|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
KeyManagerFactory を使用しているパッケージ | |
---|---|
javax.net.ssl | セキュアソケットパッケージのクラスを提供します。 |
javax.net.ssl での KeyManagerFactory の使用 |
---|
KeyManagerFactory を返す javax.net.ssl のメソッド | |
---|---|
static KeyManagerFactory |
KeyManagerFactory.getInstance(String algorithm)
鍵マネージャーのファクトリとして機能する KeyManagerFactory オブジェクトを返します。 |
static KeyManagerFactory |
KeyManagerFactory.getInstance(String algorithm,
Provider provider)
鍵マネージャーのファクトリとして機能する KeyManagerFactory オブジェクトを返します。 |
static KeyManagerFactory |
KeyManagerFactory.getInstance(String algorithm,
String provider)
鍵マネージャーのファクトリとして機能する KeyManagerFactory オブジェクトを返します。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。