All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bouncycastle.jce.interfaces.GOST3410PrivateKey Maven / Gradle / Ivy

There is a newer version: 1.70_1
Show newest version
package org.bouncycastle.jce.interfaces;

import java.math.BigInteger;

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

    public BigInteger getX();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy