java.lang.Object |
↳ |
com.kinvey.android.secure.PRNGFixes |
Class Overview
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 onCreate
.
From: http://android-developers.blogspot.com/2013/08/some-securerandom-thoughts.html
Summary
Public Methods |
static
void
|
apply()
Applies all fixes.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Methods
public
static
void
apply
()
Throws
SecurityException
| if a fix is needed but could not be applied.
|