org.testifyproject.bouncycastle.jce.interfaces.ElGamalPrivateKey Maven / Gradle / Ivy
The newest version!
package org.testifyproject.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