Package org.bouncycastle.jce.interfaces
Interface MQVPublicKey
-
- All Superinterfaces:
Key
,PublicKey
,Serializable
- All Known Implementing Classes:
MQVPublicKeySpec
public interface MQVPublicKey extends PublicKey
Deprecated.use MQVParameterSpec for passing the ephemeral key.Static/ephemeral public key pair for use with ECMQV key agreement
-
-
Field Summary
-
Fields inherited from interface java.security.PublicKey
serialVersionUID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description PublicKey
getEphemeralKey()
Deprecated.return the ephemeral public key.PublicKey
getStaticKey()
Deprecated.return the static public key.-
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
-