org.bouncycastle.jce.interfaces.GOST3410PrivateKey Maven / Gradle / Ivy
package org.bouncycastle.jce.interfaces;
import java.math.BigInteger;
public interface GOST3410PrivateKey extends GOST3410Key, java.security.PrivateKey
{
public BigInteger getX();
}