JavaTM 2 Platform
Standard Ed. 6

java.security.spec
類別 RSAPrivateKeySpec

java.lang.Object
  繼承者 java.security.spec.RSAPrivateKeySpec
所有已實作的介面:
KeySpec
直接已知子類別:
RSAMultiPrimePrivateCrtKeySpec, RSAPrivateCrtKeySpec

public class RSAPrivateKeySpec
extends Object
implements KeySpec

此類別指定 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
 

建構子詳細資訊

RSAPrivateKeySpec

public RSAPrivateKeySpec(BigInteger modulus,
                         BigInteger privateExponent)
創建一個新的 RSAPrivateKeySpec。

參數:
modulus - 係數
privateExponent - 專用指數
方法詳細資訊

getModulus

public BigInteger getModulus()
返回係數。

返回:
係數

getPrivateExponent

public BigInteger getPrivateExponent()
返回專用指數。

返回:
該專用指數

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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