javax.security.auth.Destroyable, java.security.Key, java.security.PrivateKey, java.io.SerializableMQVPrivateKeySpecpublic interface MQVPrivateKey
extends java.security.PrivateKey
| Modifier and Type | Method | 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()