Class ElGamalPrivateKeySpec

  • All Implemented Interfaces:
    java.security.spec.KeySpec

    public class ElGamalPrivateKeySpec
    extends ElGamalKeySpec
    This class specifies an ElGamal private key with its associated parameters.
    See Also:
    ElGamalPublicKeySpec
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getX()
      Returns the private value x.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ElGamalPrivateKeySpec

        public ElGamalPrivateKeySpec​(java.math.BigInteger x,
                                     ElGamalParameterSpec spec)
    • Method Detail

      • getX

        public java.math.BigInteger getX()
        Returns the private value x.
        Returns:
        the private value x