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

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

The newest version!
package org.bouncycastle.jce.interfaces;

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

public interface ElGamalPrivateKey
    extends ElGamalKey, PrivateKey
{
    public BigInteger getX();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy