Skip to content
Success

Changes

Summary

  1. Allow random number algorithm and random algorithm number provider to be (details)
  2. Allow algorithm and provider to be passed through constructors. (details)
  3. Add unit test for null alrogithm provider. (details)
  4. Add unit test for null algorithm provided to the constuctor. (details)
  5. Cleanup. (details)
  6. Chain GoogleAuthenticator constructors to avoid code duplication (details)
  7. Update documentation (details)
Commit 404c9c42b9dd58929d30a035d96bf5162c23eeae by eric.christensen
Allow random number algorithm and random algorithm number provider to be
set by API.
The file was modifiedsrc/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java (diff)
Commit 96a5366f866de3b1b92f981e5554097109559a7e by eric.christensen
Allow algorithm and provider to be passed through constructors.
The file was modifiedsrc/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java (diff)
Commit c5fefffbb4e284e3855d9cf61d743ed808a2ea82 by eric.christensen
Add unit test for null alrogithm provider.
The file was modifiedsrc/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java (diff)
The file was modifiedsrc/main/java/com/warrenstrange/googleauth/ReseedingSecureRandom.java (diff)
Commit 333aed05b88407f14fab5d0b7abf51b874030a29 by eric.christensen
Add unit test for null algorithm provided to the constuctor.
The file was modifiedsrc/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java (diff)
The file was modifiedsrc/test/java/com/warrenstrange/googleauth/GoogleAuthTest.java (diff)
The file was modifiedsrc/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java (diff)
Commit 0459feb0190bb7e9d4ee6959a2c9a10f5e9963c0 by eric.christensen
Chain GoogleAuthenticator constructors to avoid code duplication
The file was modifiedsrc/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java (diff)
The file was modifieddoc/totp.texi (diff)
The file was modifiedsrc/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java (diff)