samdjstevens / java-totp

A java library for implementing Time-based One Time Passwords for Multi-Factor Authentication.
MIT License
448 stars 109 forks source link

Fix #24 - Limit the extensibility of classes and methods #25

Closed OlivierJaquemet closed 4 years ago

OlivierJaquemet commented 4 years ago

Apply Guideline 4-5 / EXTEND-5: Limit the extensibility of classes and methods from the Secure Coding Guidelines for Java SE https://www.oracle.com/technetwork/java/seccodeguide-139067.html#4-5

OlivierJaquemet commented 4 years ago

Close pull request due to invalid reference of commit (includes other unrelevant modification for #22)