JavaTM 2 Platform
Standard Ed. 6

java.security.interfaces
介面 RSAPrivateKey

所有父級介面:
Key, PrivateKey, RSAKey, Serializable
所有已知子介面:
RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey

public interface RSAPrivateKey
extends PrivateKey, RSAKey

RSA 專用密鑰的介面。

另請參見:
RSAPrivateCrtKey

欄位摘要
static long serialVersionUID
           
 
方法摘要
 BigInteger getPrivateExponent()
          返回專用指數。
 
從介面 java.security.Key 繼承的方法
getAlgorithm, getEncoded, getFormat
 
從介面 java.security.interfaces.RSAKey 繼承的方法
getModulus
 

欄位詳細資訊

serialVersionUID

static final long serialVersionUID
另請參見:
常數欄位值
方法詳細資訊

getPrivateExponent

BigInteger getPrivateExponent()
返回專用指數。

返回:
該專用指數

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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