Class NHAgreement
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.newhope.NHAgreement
-
public class NHAgreement extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NHAgreement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
calculateAgreement(CipherParameters otherPublicKey)
void
init(CipherParameters param)
-
-
-
Method Detail
-
init
public void init(CipherParameters param)
-
calculateAgreement
public byte[] calculateAgreement(CipherParameters otherPublicKey)
-
-