tech.ydb.shaded.bouncycastle.crypto.RawAgreement Maven / Gradle / Ivy
package org.bouncycastle.crypto;
public interface RawAgreement
{
    void init(CipherParameters parameters);
    int getAgreementSize();
    void calculateAgreement(CipherParameters publicKey, byte[] buf, int off);
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy