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

package org.bouncycastle.jce.interfaces;

import java.math.BigInteger;
import java.security.PublicKey;

public interface GOST3410PublicKey extends GOST3410Key, PublicKey
{
    BigInteger getY();
}
