public interface MQVPrivateKey extends PrivateKey
serialVersionUID
Modifier and Type | Method and Description |
---|---|
PrivateKey |
getEphemeralPrivateKey()
return the ephemeral private key.
|
PublicKey |
getEphemeralPublicKey()
return the ephemeral public key (may be null).
|
PrivateKey |
getStaticPrivateKey()
return the static private key.
|
getAlgorithm, getEncoded, getFormat
destroy, isDestroyed
PrivateKey getStaticPrivateKey()
PrivateKey getEphemeralPrivateKey()
PublicKey getEphemeralPublicKey()
Copyright © 2015. All rights reserved.