Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto
Interface StagedAgreement

All Superinterfaces:
BasicAgreement
All Known Implementing Classes:
ECDHCStagedAgreement

public interface StagedAgreement
extends BasicAgreement


Method Summary
 AsymmetricKeyParameter calculateStage(CipherParameters pubKey)
           
 
Methods inherited from interface org.bouncycastle.crypto.BasicAgreement
calculateAgreement, getFieldSize, init
 

Method Detail

calculateStage

public AsymmetricKeyParameter calculateStage(CipherParameters pubKey)

Bouncy Castle Cryptography Library 1.77.0