File
Doc
Category
Size
Date
Package
ElGamalPrivateKeySpec.java
API Doc
Azureus 3.0.3.4
620
Tue Jun 08 05:12:56 BST 2004
org.bouncycastle.jce.spec
ElGamalPrivateKeySpec
java.lang.Object
ElGamalKeySpec
public class ElGamalPrivateKeySpec extends ElGamalKeySpec
This class specifies an ElGamal private key with its associated parameters.
see
ElGamalPublicKeySpec
Fields Summary
private BigInteger
x
Constructors Summary
public ElGamalPrivateKeySpec
(
BigInteger
x,
ElGamalParameterSpec
spec)
super(spec); this.x = x;
Methods Summary
public
java.math.BigInteger
getX
()
Returns the private value
x
.
return
the private value
x
return x;
Java Code Source