Interface MQVPublicKey

  • All Superinterfaces:
    Key, PublicKey, Serializable
    All Known Implementing Classes:
    MQVPublicKeySpec

    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 Detail

      • getStaticKey

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

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