Package org.bouncycastle.jce.spec
Class MQVPublicKeySpec
java.lang.Object
org.bouncycastle.jce.spec.MQVPublicKeySpec
- All Implemented Interfaces:
Serializable,Key,PublicKey,KeySpec,MQVPublicKey
Deprecated.
use MQVParameterSpec
Static/ephemeral public key pair for use with ECMQV key agreement
- See Also:
-
Field Summary
Fields inherited from interface java.security.PublicKey
serialVersionUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.return "ECMQV"byte[]Deprecated.returns nullDeprecated.return the ephemeral public keyDeprecated.return nullDeprecated.return the static public key
-
Constructor Details
-
MQVPublicKeySpec
Deprecated.- Parameters:
staticKey- the static public key.ephemeralKey- the ephemeral public key.
-
-
Method Details
-
getStaticKey
Deprecated.return the static public key- Specified by:
getStaticKeyin interfaceMQVPublicKey
-
getEphemeralKey
Deprecated.return the ephemeral public key- Specified by:
getEphemeralKeyin interfaceMQVPublicKey
-
getAlgorithm
Deprecated.return "ECMQV"- Specified by:
getAlgorithmin interfaceKey
-
getFormat
Deprecated.return null -
getEncoded
public byte[] getEncoded()Deprecated.returns null- Specified by:
getEncodedin interfaceKey
-