Class XDHBasicAgreement

java.lang.Object
org.bouncycastle.crypto.agreement.XDHBasicAgreement
All Implemented Interfaces:
BasicAgreement

public class XDHBasicAgreement extends Object implements BasicAgreement
Key agreement using X25519 or X448. Same as Weierstrauss curve based ECDH, except this uses the U-coordinate while ECDH uses the X-coordinate.