Class NsecAuth

java.lang.Object
org.ngengine.auth.Auth
org.ngengine.auth.nsec.NsecAuth

public class NsecAuth extends Auth
  • Constructor Details

  • Method Details

    • getNewIdentityText

      public String getNewIdentityText()
      Specified by:
      getNewIdentityText in class Auth
    • load

      public org.ngengine.platform.AsyncTask<org.ngengine.nostr4j.signer.NostrSigner> load(org.ngengine.platform.VStore store, String pub, String password)
      Specified by:
      load in class Auth
    • delete

      public org.ngengine.platform.AsyncTask<Void> delete(org.ngengine.platform.VStore store, String pub)
      Specified by:
      delete in class Auth
    • listSaved

      public org.ngengine.platform.AsyncTask<List<String>> listSaved(org.ngengine.platform.VStore store)
      Specified by:
      listSaved in class Auth
    • save

      public org.ngengine.platform.AsyncTask<Void> save(org.ngengine.platform.VStore store, org.ngengine.nostr4j.signer.NostrSigner sn, String password)
      Specified by:
      save in class Auth
    • isEnabled

      public boolean isEnabled()
      Specified by:
      isEnabled in class Auth