JavaTM 2 Platform
Standard Ed. 6

java.security.interfaces
介面 RSAPublicKey

所有父級介面:
Key, PublicKey, RSAKey, Serializable

public interface RSAPublicKey
extends PublicKey, RSAKey

RSA 公用密鑰的介面。


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

欄位詳細資訊

serialVersionUID

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

getPublicExponent

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

返回:
該公用指數

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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