Class ECDHExchange
- java.lang.Object
-
- org.activecomponents.udp.asymciphers.AbstractKeyExchange
-
- org.activecomponents.udp.asymciphers.ECDHExchange
-
- All Implemented Interfaces:
IKeyExchange
public class ECDHExchange extends AbstractKeyExchange
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
G
Domain Parameter G-
Fields inherited from class org.activecomponents.udp.asymciphers.AbstractKeyExchange
agreement, keypair
-
-
Constructor Summary
Constructors Constructor Description ECDHExchange()
Creates a Curve25519-based Exchange Mechanism.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-
Methods inherited from class org.activecomponents.udp.asymciphers.AbstractKeyExchange
generateSymKey, getPublicKey
-
-
-
-
Field Detail
-
G
protected static final java.lang.String G
Domain Parameter G- See Also:
- Constant Field Values
-
-