Package org.bouncycastle.jce.interfaces
Interface MQVPrivateKey
- All Superinterfaces:
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 java.security.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 javax.security.auth.Destroyable
destroy, isDestroyed
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getStaticPrivateKey
PrivateKey getStaticPrivateKey()Deprecated.return the static private key. -
getEphemeralPrivateKey
PrivateKey getEphemeralPrivateKey()Deprecated.return the ephemeral private key. -
getEphemeralPublicKey
PublicKey getEphemeralPublicKey()Deprecated.return the ephemeral public key (may be null).
-