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 MQVPublicKey
public PublicKey getEphemeralKey()
getEphemeralKey
in interface MQVPublicKey
public String getAlgorithm()
getAlgorithm
in interface Key
public byte[] getEncoded()
getEncoded
in interface Key
Copyright © 2015. All rights reserved.