Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.newhope
Class NHAgreement

java.lang.Object
  |
  +--org.bouncycastle.pqc.crypto.newhope.NHAgreement

public class NHAgreement
extends java.lang.Object


Constructor Summary
NHAgreement()
           
 
Method Summary
 byte[] calculateAgreement(CipherParameters otherPublicKey)
           
 void init(CipherParameters param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NHAgreement

public NHAgreement()
Method Detail

init

public void init(CipherParameters param)

calculateAgreement

public byte[] calculateAgreement(CipherParameters otherPublicKey)

Bouncy Castle Cryptography Library 1.79