java.security.Key
, java.security.PublicKey
, java.io.Serializable
MQVPublicKeySpec
public interface MQVPublicKey
extends java.security.PublicKey
Modifier and Type | Method | Description |
---|---|---|
java.security.PublicKey |
getEphemeralKey() |
return the ephemeral public key.
|
java.security.PublicKey |
getStaticKey() |
return the static public key.
|