public class PaillierPublicKey extends PaillierKey implements PublicKey
ALGORITHM_NAME| 构造器和说明 |
|---|
PaillierPublicKey(BigInteger n,
BigInteger g)
构造
|
| 限定符和类型 | 方法和说明 |
|---|---|
BigInteger |
getG()
获取G值
|
generateRandomRinZn, getAlgorithm, getEncoded, getFormat, getN, getNSquareclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlgorithm, getEncoded, getFormatpublic PaillierPublicKey(BigInteger n, BigInteger g)
n - N值g - G值public BigInteger getG()
Copyright © 2023. All rights reserved.