what-the-bank/sources/org/bouncycastle/pqc/crypto/ExchangePairGenerator.java

9 lines
258 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package org.bouncycastle.pqc.crypto;
import org.bouncycastle.crypto.params.AsymmetricKeyParameter;
/* loaded from: classes6.dex */
public interface ExchangePairGenerator {
ExchangePair GenerateExchange(AsymmetricKeyParameter asymmetricKeyParameter);
}