1: package org.bouncycastle.jce.interfaces; 2: 3: import java.math.BigInteger; 4: 5: public interface GOST3410PrivateKey extends GOST3410Key, 6: java.security.PrivateKey { 7: 8: public BigInteger getX(); 9: }