|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
public interface RSAPrivateCrtKey
如 PKCS#1 標準中所定義的,使用 Chinese Remainder Theorem (CRT) 資訊值的 RSA 專用密鑰的介面。
RSAPrivateKey| 欄位摘要 | |
|---|---|
static long |
serialVersionUID
|
| 方法摘要 | |
|---|---|
BigInteger |
getCrtCoefficient()
返回 crtCoefficient。 |
BigInteger |
getPrimeExponentP()
返回 primeExponentP。 |
BigInteger |
getPrimeExponentQ()
返回 primeExponentQ。 |
BigInteger |
getPrimeP()
返回 primeP。 |
BigInteger |
getPrimeQ()
返回 primeQ。 |
BigInteger |
getPublicExponent()
返回公用指數。 |
| 從介面 java.security.interfaces.RSAPrivateKey 繼承的方法 |
|---|
getPrivateExponent |
| 從介面 java.security.Key 繼承的方法 |
|---|
getAlgorithm, getEncoded, getFormat |
| 從介面 java.security.interfaces.RSAKey 繼承的方法 |
|---|
getModulus |
| 欄位詳細資訊 |
|---|
static final long serialVersionUID
| 方法詳細資訊 |
|---|
BigInteger getPublicExponent()
BigInteger getPrimeP()
BigInteger getPrimeQ()
BigInteger getPrimeExponentP()
BigInteger getPrimeExponentQ()
BigInteger getCrtCoefficient()
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。