// 
// Decompiled by Procyon v0.6.0
// 

package org.bouncycastle.jce.interfaces;

import java.math.BigInteger;
import java.security.PrivateKey;

public interface GOST3410PrivateKey extends GOST3410Key, PrivateKey
{
    BigInteger getX();
}
