public interface MQVPrivateKey
extends java.security.PrivateKey
Modifier and Type | Method and Description |
---|---|
java.security.PrivateKey |
getEphemeralPrivateKey()
return the ephemeral private key.
|
java.security.PublicKey |
getEphemeralPublicKey()
return the ephemeral public key (may be null).
|
java.security.PrivateKey |
getStaticPrivateKey()
return the static private key.
|
java.security.PrivateKey getStaticPrivateKey()
java.security.PrivateKey getEphemeralPrivateKey()
java.security.PublicKey getEphemeralPublicKey()