Class TOTP

java.lang.Object
tigase.licence.TOTP

public class TOTP extends Object
Created by bmalkow on 13.12.2016.
  • Constructor Details

    • TOTP

      public TOTP()
  • Method Details

    • generateTOTP

      public String generateTOTP()
    • getSecret

      public String getSecret()
    • setSecret

      public void setSecret(String secret)
    • verify

      public boolean verify(String totp)