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 . |
getParams
public ElGamalPrivateKeySpec(BigInteger x, ElGamalParameterSpec spec)
public BigInteger getX()
x
.x
Copyright © 2015. All rights reserved.