aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/spongycastle/prov/src/main/java/org/spongycastle/jce/interfaces/GOST3410PrivateKey.java
blob: 867a0fee0e8896e6a79aeebf89300d19c8d4198e (plain)
1
2
3
4
5
6
7
8
9
package org.spongycastle.jce.interfaces;

import java.math.BigInteger;

public interface GOST3410PrivateKey extends GOST3410Key, java.security.PrivateKey
{

    public BigInteger getX();
}