public class MQVPublicKeySpec extends Object implements KeySpec, MQVPublicKey
serialVersionUID| Constructor and Description |
|---|
MQVPublicKeySpec(PublicKey staticKey,
PublicKey ephemeralKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
return "ECMQV"
|
byte[] |
getEncoded()
returns null
|
PublicKey |
getEphemeralKey()
return the ephemeral public key
|
String |
getFormat()
return null
|
PublicKey |
getStaticKey()
return the static public key
|
public PublicKey getStaticKey()
getStaticKey in interface MQVPublicKeypublic PublicKey getEphemeralKey()
getEphemeralKey in interface MQVPublicKeypublic String getAlgorithm()
getAlgorithm in interface Keypublic byte[] getEncoded()
getEncoded in interface KeyCopyright © 2015. All rights reserved.