public class ElGamalPrivateKeySpec extends ElGamalKeySpec
ElGamalPublicKeySpec| Constructor and Description |
|---|
ElGamalPrivateKeySpec(BigInteger x,
ElGamalParameterSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getX()
Returns the private value
x. |
getParamspublic ElGamalPrivateKeySpec(BigInteger x, ElGamalParameterSpec spec)
public BigInteger getX()
x.xCopyright © 2015. All rights reserved.