Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jce.interfaces
Interface MQVPublicKey

All Superinterfaces:
java.security.Key, java.security.PublicKey, java.io.Serializable

Deprecated. use MQVParameterSpec for passing the ephemeral key.

public interface MQVPublicKey
extends java.security.PublicKey

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


Fields inherited from interface java.security.PublicKey
serialVersionUID
 
Method Summary
 java.security.PublicKey getEphemeralKey()
          Deprecated. return the ephemeral public key.
 java.security.PublicKey getStaticKey()
          Deprecated. return the static public key.
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getStaticKey

public java.security.PublicKey getStaticKey()
Deprecated. 
return the static public key.

getEphemeralKey

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

Bouncy Castle Cryptography Library 1.77.0