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 Detail

      • getSecureRandom

        java.security.SecureRandom getSecureRandom()
        Gets a SecureRandom implementation for use during authentication.