org.bouncycastle.jcajce.provider.asymmetric.util
Class PrivateKeyHashUtil
java.lang.Object
org.bouncycastle.jcajce.provider.asymmetric.util.PrivateKeyHashUtil
- public final class PrivateKeyHashUtil
- extends java.lang.Object
Hash codes for private keys derived from public parameters and the derived public value.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dsaHashCode
public static int dsaHashCode(java.security.interfaces.DSAParams params,
java.math.BigInteger x)
dhHashCode
public static int dhHashCode(javax.crypto.spec.DHParameterSpec params,
java.math.BigInteger x)
elGamalHashCode
public static int elGamalHashCode(ElGamalParameterSpec params,
java.math.BigInteger x)
gostHashCode
public static int gostHashCode(GOST3410Params params,
java.math.BigInteger x)
rsaHashCode
public static int rsaHashCode(java.math.BigInteger modulus,
java.math.BigInteger publicExponent)