Interface MQVPrivateKey

  • All Superinterfaces:
    Destroyable, Key, PrivateKey, Serializable
    All Known Implementing Classes:
    MQVPrivateKeySpec

    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 Detail

      • 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).