Package org.ngengine.auth.nip46
Class Nip46Auth
java.lang.Object
org.ngengine.auth.Auth
org.ngengine.auth.nip46.Nip46Auth
-
Field Summary
Fields inherited from class org.ngengine.auth.Auth
authWindow, options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbooleanprotected org.ngengine.nostr4j.signer.NostrSignerprotected voidMethods inherited from class org.ngengine.auth.Auth
delete, getOptions, getStore, isStoreEnabled, listSaved, load, open, open, save
-
Constructor Details
-
Nip46Auth
-
-
Method Details
-
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()
-