public interface

MQVPrivateKey

implements PrivateKey
org.bouncycastle.jce.interfaces.MQVPrivateKey
Known Indirect Subclasses

Class Overview

Static/ephemeral private key (pair) for use with ECMQV key agreement (Optionally provides the ephemeral public key)

Summary

[Expand]
Inherited Constants
From interface java.security.Key
From interface java.security.PrivateKey
Public Methods
abstract PrivateKey getEphemeralPrivateKey()
return the ephemeral private key.
abstract PublicKey getEphemeralPublicKey()
return the ephemeral public key (may be null).
abstract PrivateKey getStaticPrivateKey()
return the static private key.
[Expand]
Inherited Methods
From interface java.security.Key

Public Methods

public abstract PrivateKey getEphemeralPrivateKey ()

return the ephemeral private key.

public abstract PublicKey getEphemeralPublicKey ()

return the ephemeral public key (may be null).

public abstract PrivateKey getStaticPrivateKey ()

return the static private key.