Bouncy Castle Cryptography Library 1.85

org.bouncycastle.crypto.agreement
Class ECDHCRawAgreement

java.lang.Object
  extended byorg.bouncycastle.crypto.agreement.ECDHCRawAgreement
All Implemented Interfaces:
RawAgreement

public final class ECDHCRawAgreement
extends java.lang.Object
implements RawAgreement


Constructor Summary
ECDHCRawAgreement()
           
 
Method Summary
 void calculateAgreement(CipherParameters publicKey, byte[] buf, int off)
           
 int getAgreementSize()
           
 void init(CipherParameters parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECDHCRawAgreement

public ECDHCRawAgreement()
Method Detail

init

public void init(CipherParameters parameters)
Specified by:
init in interface RawAgreement

getAgreementSize

public int getAgreementSize()
Specified by:
getAgreementSize in interface RawAgreement

calculateAgreement

public void calculateAgreement(CipherParameters publicKey,
                               byte[] buf,
                               int off)
Specified by:
calculateAgreement in interface RawAgreement

Bouncy Castle Cryptography Library 1.85