Package org.ngengine.auth.nip07
Class Nip07Auth
java.lang.Object
org.ngengine.auth.Auth
org.ngengine.auth.nip07.Nip07Auth
-
Field Summary
Fields inherited from class org.ngengine.auth.Auth
authWindow, options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidorg.ngengine.nostr4j.signer.NostrNIP07Signerbooleanbooleanprotected org.ngengine.nostr4j.signer.NostrSignerprotected void
-
Constructor Details
-
Nip07Auth
-
-
Method Details
-
isStoreEnabled
public boolean isStoreEnabled()- Overrides:
isStoreEnabledin classAuth
-
getSigner
public org.ngengine.nostr4j.signer.NostrNIP07Signer getSigner() -
getNewIdentityText
- Specified by:
getNewIdentityTextin classAuth
-
load
protected org.ngengine.nostr4j.signer.NostrSigner load(DataStore store, String pub, String encryptionKey) throws IOException - Specified by:
loadin classAuth- Throws:
IOException
-
delete
- Specified by:
deletein classAuth- Throws:
IOException
-
listSaved
-
save
protected void save(DataStore store, org.ngengine.nostr4j.signer.NostrSigner s, String encryptionKey) throws IOException - Specified by:
savein classAuth- Throws:
IOException
-
isEnabled
public boolean isEnabled()
-