Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. org.jboss.aerogear.security.otp.api.Clock otpClock = new Clock(30);
  2. org.jboss.aerogear.security.otp.Totp totp = new Totp(secretKey, otpClock);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement