Interface MQVPublicKey

All Superinterfaces:
Key, PublicKey, Serializable

public interface MQVPublicKey extends PublicKey
Deprecated.
use MQVParameterSpec for passing the ephemeral key.
Static/ephemeral public key pair for use with ECMQV key agreement
  • Method Details

    • getStaticKey

      PublicKey getStaticKey()
      Deprecated.
      return the static public key.
    • getEphemeralKey

      PublicKey getEphemeralKey()
      Deprecated.
      return the ephemeral public key.