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

- All Superinterfaces:
- ElGamalKey, java.security.Key, java.security.PublicKey, java.io.Serializable
- public interface ElGamalPublicKey
- extends ElGamalKey, java.security.PublicKey
- Version:
- $Revision: 1.5 $
Field Summary |
Fields inherited from interface java.security.PublicKey |
serialVersionUID |
Method Summary | |
java.math.BigInteger |
getY()
|
Methods inherited from interface cryptix.jce.ElGamalKey |
getParams |
Methods inherited from interface java.security.Key |
getAlgorithm, getEncoded, getFormat |
Method Detail |
getY
public java.math.BigInteger getY()
|
|||||||||
Home >> All >> cryptix >> [ jce overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |