|
|||||||||
Home >> All >> cryptix >> [ jce overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
cryptix.jce
Interface ElGamalPrivateKey

- 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()
|
|||||||||
Home >> All >> cryptix >> [ jce overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |