blob: 35fd64d55d56e558a87f2f5b9378f0dcb5a6bfe3 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.internal.org.bouncycastle.crypto;
import com.android.internal.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);
}