public interface

MQVPublicKey

implements PublicKey
org.bouncycastle.jce.interfaces.MQVPublicKey
Known Indirect Subclasses

Class Overview

Static/ephemeral public key pair for use with ECMQV key agreement

Summary

[Expand]
Inherited Constants
From interface java.security.Key
From interface java.security.PublicKey
Public Methods
abstract PublicKey getEphemeralKey()
return the ephemeral public key.
abstract PublicKey getStaticKey()
return the static public key.
[Expand]
Inherited Methods
From interface java.security.Key

Public Methods

public abstract PublicKey getEphemeralKey ()

return the ephemeral public key.

public abstract PublicKey getStaticKey ()

return the static public key.