blob: dcb25fe7d3b88e6b043b08496ef5f83708030b59 [file] [log] [blame]
package org.bouncycastle.jce.interfaces;
import java.math.BigInteger;
public interface GOST3410PrivateKey extends GOST3410Key, java.security.PrivateKey
{
public BigInteger getX();
}