Class OtpKey

java.lang.Object
io.vertx.ext.auth.otp.OtpKey

public class OtpKey extends Object
Key of specific user.
Author:
Dmitry Novikov
  • Constructor Details

    • OtpKey

      public OtpKey()
    • OtpKey

      public OtpKey(OtpKey other)
    • OtpKey

      public OtpKey(JsonObject json)
  • Method Details

    • getKey

      public String getKey()
    • getKeyBytes

      public byte[] getKeyBytes()
    • setKey

      public OtpKey setKey(String key)
    • getAlgorithm

      public String getAlgorithm()
    • setAlgorithm

      public OtpKey setAlgorithm(String algorithm)
    • toJson

      public JsonObject toJson()
    • toString

      public String toString()
      Overrides:
      toString in class Object