JavaTM 2 Platform
Standard Ed. 6

java.security.interfaces
介面 RSAKey

所有已知子介面:
RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey, RSAPrivateKey, RSAPublicKey

public interface RSAKey

RSA 公用密鑰或專用密鑰的介面。

從以下版本開始:
1.3
另請參見:
RSAPublicKey, RSAPrivateKey

方法摘要
 BigInteger getModulus()
          返回該係數。
 

方法詳細資訊

getModulus

BigInteger getModulus()
返回該係數。

返回:
係數

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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