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