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