what-the-bank/sources/org/bouncycastle/jce/interfaces/GOST3410PrivateKey.java

10 lines
232 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package org.bouncycastle.jce.interfaces;
import java.math.BigInteger;
import java.security.PrivateKey;
/* loaded from: classes6.dex */
public interface GOST3410PrivateKey extends GOST3410Key, PrivateKey {
BigInteger getX();
}