39404142434445
* * @param secret Shared secret */ public Totp(String secret) { this.secret = secret; clock = new Clock(); }