Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jcajce.provider.asymmetric.util
Class PrimeCertaintyCalculator

java.lang.Object
  |
  +--org.bouncycastle.jcajce.provider.asymmetric.util.PrimeCertaintyCalculator

public class PrimeCertaintyCalculator
extends java.lang.Object


Method Summary
static int getDefaultCertainty(int keySizeInBits)
          Return the current wisdom on prime certainty requirements.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultCertainty

public static int getDefaultCertainty(int keySizeInBits)
Return the current wisdom on prime certainty requirements.
Parameters:
keySizeInBits - size of the key being generated.
Returns:
a certainty value.

Bouncy Castle Cryptography Library 1.77.0