|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.security.spec.RSAPrivateKeySpec
public class RSAPrivateKeySpec
此類別指定 RSA 專用密鑰。
Key
,
KeyFactory
,
KeySpec
,
PKCS8EncodedKeySpec
,
RSAPublicKeySpec
,
RSAPrivateCrtKeySpec
建構子摘要 | |
---|---|
RSAPrivateKeySpec(BigInteger modulus,
BigInteger privateExponent)
創建一個新的 RSAPrivateKeySpec。 |
方法摘要 | |
---|---|
BigInteger |
getModulus()
返回係數。 |
BigInteger |
getPrivateExponent()
返回專用指數。 |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
建構子詳細資訊 |
---|
public RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent)
modulus
- 係數privateExponent
- 專用指數方法詳細資訊 |
---|
public BigInteger getModulus()
public BigInteger getPrivateExponent()
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。