Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override
Static Methods
-
assertStartsWithAtIfNotEmpty(String? atSign)
→ void
-
-
fromString(String key)
→ AtKey
-
-
private(String key, {String? namespace})
→ PrivateKeyBuilder
-
Private key's that are created by the owner of the atSign and these keys
are not shown in the scan.
-
public(String key, {String? namespace, String sharedBy = ''})
→ PublicKeyBuilder
-
Public keys are visible to everyone and shown in an authenticated/unauthenticated scan
-
self(String key, {String? namespace, String sharedBy = ''})
→ SelfKeyBuilder
-
Self keys that are created by the owner of the atSign and the keys can be
accessed by the owner of the atSign only.
-
shared(String key, {String? namespace, String sharedBy = ''})
→ SharedKeyBuilder
-
Shared Keys are shared with other atSign. The owner can see the keys on
authenticated scan. The sharedWith atSign can lookup the value of the key.