Interface MQVPrivateKey
- All Superinterfaces:
AsymmetricKey, DEREncodablePREVIEW, Destroyable, Key, PrivateKey, Serializable
Deprecated.
use MQVParameterSpec for passing the ephemeral key.
Static/ephemeral private key (pair) for use with ECMQV key agreement
(Optionally provides the ephemeral public key)
-
Field Summary
Fields inherited from interface PrivateKey
serialVersionUID -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.return the ephemeral private key.Deprecated.return the ephemeral public key (may be null).Deprecated.return the static private key.Methods inherited from interface AsymmetricKey
getParamsMethods inherited from interface Destroyable
destroy, isDestroyedMethods inherited from interface Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getStaticPrivateKey
-
getEphemeralPrivateKey
-
getEphemeralPublicKey
-