what-the-bank/sources/org/bouncycastle/crypto/AsymmetricCipherKeyPairGene...

9 lines
232 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package org.bouncycastle.crypto;
/* loaded from: classes6.dex */
public interface AsymmetricCipherKeyPairGenerator {
AsymmetricCipherKeyPair generateKeyPair();
void init(KeyGenerationParameters keyGenerationParameters);
}