|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 KeyFactory 的軟體套件 | |
---|---|
java.security | 為安全框架提供類別和介面。 |
java.security 中 KeyFactory 的使用 |
---|
返回 KeyFactory 的 java.security 中的方法 | |
---|---|
static KeyFactory |
KeyFactory.getInstance(String algorithm)
返回轉換指定演算法的 public/private 關鍵字的 KeyFactory 物件。 |
static KeyFactory |
KeyFactory.getInstance(String algorithm,
Provider provider)
返回轉換指定演算法的 public/private 關鍵字的 KeyFactory 物件。 |
static KeyFactory |
KeyFactory.getInstance(String algorithm,
String provider)
返回轉換指定演算法的 public/private 關鍵字的 KeyFactory 物件。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。