Interface ElGamalPrivateKey
- All Superinterfaces:
Destroyable,ElGamalKey,Key,PrivateKey,Serializable
-
Field Summary
Fields inherited from interface java.security.PrivateKey
serialVersionUID -
Method Summary
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyedMethods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getX
BigInteger getX() -
getParams
ElGamalParameterSpec getParams()- Specified by:
getParamsin interfaceElGamalKey
-