Package org.bouncycastle.jce.interfaces
Interface MQVPublicKey
-
- All Superinterfaces:
java.security.Key,java.security.PublicKey,java.io.Serializable
- All Known Implementing Classes:
MQVPublicKeySpec
public interface MQVPublicKey extends java.security.PublicKeyDeprecated.use MQVParameterSpec for passing the ephemeral key.Static/ephemeral public key pair for use with ECMQV key agreement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.security.PublicKeygetEphemeralKey()Deprecated.return the ephemeral public key.java.security.PublicKeygetStaticKey()Deprecated.return the static public key.
-