Class Nip46Auth

java.lang.Object
org.ngengine.auth.Auth
org.ngengine.auth.nip46.Nip46Auth

public class Nip46Auth extends Auth
  • Constructor Details

  • Method Details

    • getNewIdentityText

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

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

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

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

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

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