JavaTM 2 Platform
Standard Ed. 6

類別 java.security.AlgorithmParameterGenerator
的使用

使用 AlgorithmParameterGenerator 的軟體套件
java.security 為安全框架提供類別和介面。 
 

java.securityAlgorithmParameterGenerator 的使用
 

返回 AlgorithmParameterGeneratorjava.security 中的方法
static AlgorithmParameterGenerator AlgorithmParameterGenerator.getInstance(String algorithm)
          返回產生與指定演算法一起使用的參數集的 AlgorithmParameterGenerator 物件。
static AlgorithmParameterGenerator AlgorithmParameterGenerator.getInstance(String algorithm, Provider provider)
          返回產生與指定演算法一起使用的參數集的 AlgorithmParameterGenerator 物件。
static AlgorithmParameterGenerator AlgorithmParameterGenerator.getInstance(String algorithm, String provider)
          返回產生與指定演算法一起使用的參數集的 AlgorithmParameterGenerator 物件。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only