Class OtpKeyGenerator


  • public class OtpKeyGenerator
    extends Object
    Otp key generator.

    NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

    • Constructor Detail

      • OtpKeyGenerator

        public OtpKeyGenerator​(io.vertx.ext.auth.otp.OtpKeyGenerator delegate)
      • OtpKeyGenerator

        public OtpKeyGenerator​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.auth.otp.OtpKeyGenerator getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • generate

        public io.vertx.ext.auth.otp.OtpKey generate()
        Returns:
        OtpKey
      • generate

        public io.vertx.ext.auth.otp.OtpKey generate​(int keySize)
        Parameters:
        keySize - size of key
        Returns:
        OtpKey
      • getAlgorithm

        public String getAlgorithm()
      • newInstance

        public static OtpKeyGenerator newInstance​(io.vertx.ext.auth.otp.OtpKeyGenerator arg)