Class PrivateKeyHashUtil
java.lang.Object
org.bouncycastle.jcajce.provider.asymmetric.util.PrivateKeyHashUtil
Hash codes for private keys derived from public parameters and the derived public value.
-
Method Summary
Modifier and TypeMethodDescriptionstatic intdhHashCode(DHParameterSpec params, BigInteger x) static intdsaHashCode(DSAParams params, BigInteger x) static intelGamalHashCode(ElGamalParameterSpec params, BigInteger x) static intgostHashCode(GOST3410Params params, BigInteger x) static intrsaHashCode(BigInteger modulus, BigInteger publicExponent)
-
Method Details
-
dsaHashCode
-
dhHashCode
-
elGamalHashCode
-
gostHashCode
-
rsaHashCode
-