public class MQVPublicKeySpec extends Object implements KeySpec, MQVPublicKey
serialVersionUID
Constructor and Description |
---|
MQVPublicKeySpec(PublicKey staticKey,
PublicKey ephemeralKey)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm()
Deprecated.
return "ECMQV"
|
byte[] |
getEncoded()
Deprecated.
returns null
|
PublicKey |
getEphemeralKey()
Deprecated.
return the ephemeral public key
|
String |
getFormat()
Deprecated.
return null
|
PublicKey |
getStaticKey()
Deprecated.
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 String getFormat()
public byte[] getEncoded()
getEncoded
in interface Key
Copyright © 2018 BouncyCastle.org. All rights reserved.