Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jce.interfaces
Interface ElGamalPrivateKey

All Superinterfaces:
javax.crypto.interfaces.DHKey, javax.crypto.interfaces.DHPrivateKey, ElGamalKey, java.security.Key, java.security.PrivateKey, java.io.Serializable
All Known Implementing Classes:
BCElGamalPrivateKey, JCEElGamalPrivateKey

public interface ElGamalPrivateKey
extends ElGamalKey, javax.crypto.interfaces.DHPrivateKey


Fields inherited from interface java.security.PrivateKey
serialVersionUID
 
Method Summary
 java.math.BigInteger getX()
           
 
Methods inherited from interface org.bouncycastle.jce.interfaces.ElGamalKey
getParameters
 
Methods inherited from interface javax.crypto.interfaces.DHKey
getParams
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getX

public java.math.BigInteger getX()
Specified by:
getX in interface javax.crypto.interfaces.DHPrivateKey

Bouncy Castle Cryptography Library 1.77.0