Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cryptix.jce
Interface ElGamalPrivateKey  view ElGamalPrivateKey download ElGamalPrivateKey.java

All Superinterfaces:
ElGamalKey, java.security.Key, java.security.PrivateKey, java.io.Serializable

public interface ElGamalPrivateKey
extends ElGamalKey, java.security.PrivateKey

Version:
$Revision: 1.5 $

Field Summary
 
Fields inherited from interface java.security.PrivateKey
serialVersionUID
 
Method Summary
 java.math.BigInteger getX()
           
 
Methods inherited from interface cryptix.jce.ElGamalKey
getParams
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getX

public java.math.BigInteger getX()