|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.security.spec.DSAPublicKeySpec
public class DSAPublicKeySpec
此類別指定帶關聯參數的 DSA 公用密鑰。
Key
,
KeyFactory
,
KeySpec
,
DSAPrivateKeySpec
,
X509EncodedKeySpec
建構子摘要 | |
---|---|
DSAPublicKeySpec(BigInteger y,
BigInteger p,
BigInteger q,
BigInteger g)
創建一個具有指定參數值的新 DSAPublicKeySpec。 |
方法摘要 | |
---|---|
BigInteger |
getG()
返回進制 g 。 |
BigInteger |
getP()
返回素數 p 。 |
BigInteger |
getQ()
返回子素數 q 。 |
BigInteger |
getY()
返回公用密鑰 y 。 |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
建構子詳細資訊 |
---|
public DSAPublicKeySpec(BigInteger y, BigInteger p, BigInteger q, BigInteger g)
y
- 公用鍵。p
- 素數。q
- 子素數。g
- 進制。方法詳細資訊 |
---|
public BigInteger getY()
y
。
y
。public BigInteger getP()
p
。
p
。public BigInteger getQ()
q
。
q
。public BigInteger getG()
g
。
g
。
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。