|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.security.spec.RSAKeyGenParameterSpec
public class RSAKeyGenParameterSpec
此類別指定用於產生 RSA 密鑰對的參數集。
KeyPairGenerator.initialize(java.security.spec.AlgorithmParameterSpec)
欄位摘要 | |
---|---|
static BigInteger |
F0
公用指數值 F0 = 3。 |
static BigInteger |
F4
公用指數值 F4 = 65537。 |
建構子摘要 | |
---|---|
RSAKeyGenParameterSpec(int keysize,
BigInteger publicExponent)
建構一個具有給定密鑰大小和公用指數值的新的 RSAParameterSpec 物件。 |
方法摘要 | |
---|---|
int |
getKeysize()
返回密鑰大小。 |
BigInteger |
getPublicExponent()
返回公用指數值。 |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
欄位詳細資訊 |
---|
public static final BigInteger F0
public static final BigInteger F4
建構子詳細資訊 |
---|
public RSAKeyGenParameterSpec(int keysize, BigInteger publicExponent)
RSAParameterSpec
物件。
keysize
- 係數大小(用位數指定)publicExponent
- 公用指數方法詳細資訊 |
---|
public int getKeysize()
public BigInteger getPublicExponent()
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。