Interface MQVPrivateKey

All Superinterfaces:
Destroyable, Key, PrivateKey, Serializable

public interface MQVPrivateKey extends PrivateKey
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)
  • 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).