// 
// Decompiled by Procyon v0.6.0
// 

package org.bouncycastle.crypto;

public interface RawAgreement
{
    void init(final CipherParameters p0);
    
    int getAgreementSize();
    
    void calculateAgreement(final CipherParameters p0, final byte[] p1, final int p2);
}
