Package 

Interface AuthActivity.SecurityProvider


  • 
    public 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

      Modifier and Type Method Description
      abstract SecureRandom getSecureRandom() Gets a SecureRandom implementation for use during authentication.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait