-
public interface AuthActivity.SecurityProviderProvider of the local security needs of an AuthActivity.
You shouldn't need to use this class directly in your app. Instead, simply configure
java.security's providers to match your preferences.
-
-
Method Summary
Modifier and Type Method Description abstract SecureRandomgetSecureRandom()Gets a SecureRandom implementation for use during authentication. -
-
Method Detail
-
getSecureRandom
abstract SecureRandom getSecureRandom()
Gets a SecureRandom implementation for use during authentication.
-
-
-
-