Package com.dropbox.core.android
Interface AuthActivity.SecurityProvider
-
- Enclosing class:
- AuthActivity
public static interface AuthActivity.SecurityProvider
Provider 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.security.SecureRandom
getSecureRandom()
Gets a SecureRandom implementation for use during authentication.
-