Package 

Class PRNGFixes


  • 
    public final class PRNGFixes
    
                        

    Fixes for the output of the default PRNG having low entropy.

    The fixes need to be applied via apply before any use of Java Cryptography Architecture primitives. A good place to invoke them is in the application's {@code onCreate}.

    • Method Summary

      Modifier and Type Method Description
      static void apply() Applies all fixes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • apply

         static void apply()

        Applies all fixes.