org.bouncycastle.jce.interfaces
Interface MQVPublicKey
- All Superinterfaces:
- java.security.Key, java.security.PublicKey, java.io.Serializable
Deprecated. use MQVParameterSpec for passing the ephemeral key.
- public interface MQVPublicKey
- extends java.security.PublicKey
Static/ephemeral public key pair for use with ECMQV key agreement
Fields inherited from interface java.security.PublicKey |
serialVersionUID |
Method Summary |
java.security.PublicKey |
getEphemeralKey()
Deprecated. return the ephemeral public key. |
java.security.PublicKey |
getStaticKey()
Deprecated. return the static public key. |
Methods inherited from interface java.security.Key |
getAlgorithm, getEncoded, getFormat |
getStaticKey
public java.security.PublicKey getStaticKey()
- Deprecated.
- return the static public key.
getEphemeralKey
public java.security.PublicKey getEphemeralKey()
- Deprecated.
- return the ephemeral public key.