Class SimpleK1Factory

  • All Implemented Interfaces:
    org.tbk.lnurl.auth.K1Factory

    public final class SimpleK1Factory
    extends java.lang.Object
    implements org.tbk.lnurl.auth.K1Factory
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleK1Factory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.tbk.lnurl.auth.K1 create()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleK1Factory

        public SimpleK1Factory()
    • Method Detail

      • create

        public org.tbk.lnurl.auth.K1 create()
        Specified by:
        create in interface org.tbk.lnurl.auth.K1Factory