blob: 1592736e7a2e970d7b2af2930179931f90b26190 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.org.bouncycastle.crypto;
import com.android.org.bouncycastle.crypto.params.AsymmetricKeyParameter;
/**
* @hide This class is not part of the Android public SDK API
*/
public interface StagedAgreement
extends BasicAgreement
{
AsymmetricKeyParameter calculateStage(CipherParameters pubKey);
}