JavaTM 2 Platform
Standard Ed. 6

java.security.spec
類別 RSAPublicKeySpec

java.lang.Object
  繼承者 java.security.spec.RSAPublicKeySpec
所有已實作的介面:
KeySpec

public class RSAPublicKeySpec
extends Object
implements KeySpec

此類別指定 RSA 公用密鑰。

另請參見:
Key, KeyFactory, KeySpec, X509EncodedKeySpec, RSAPrivateKeySpec, RSAPrivateCrtKeySpec

建構子摘要
RSAPublicKeySpec(BigInteger modulus, BigInteger publicExponent)
          創建一個新的 RSAPublicKeySpec。
 
方法摘要
 BigInteger getModulus()
          返回該係數。
 BigInteger getPublicExponent()
          返回該公用指數。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

RSAPublicKeySpec

public RSAPublicKeySpec(BigInteger modulus,
                        BigInteger publicExponent)
創建一個新的 RSAPublicKeySpec。

參數:
modulus - 係數
publicExponent - 公用指數
方法詳細資訊

getModulus

public BigInteger getModulus()
返回該係數。

返回:
該係數

getPublicExponent

public BigInteger getPublicExponent()
返回該公用指數。

返回:
該公用指數

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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