CryptoActorStub class
- Implemented types
Constructors
-
CryptoActorStub(String id, String rev, Set<
SpkiHexString> publicKeysForOaepWithSha256, {Map<String, List< ? hcPartyKeys, Map<HexString> >SpkiHexString, Map< ? aesExchangeKeys, Map<String, Map< >AesExchangeKeyEncryptionKeypairIdentifier, HexString> >AesExchangeKeyEncryptionKeypairIdentifier, Map< ? transferKeys, Map<AesExchangeKeyEncryptionKeypairIdentifier, HexString> >String, HexString> ? privateKeyShamirPartitions, SpkiHexString? publicKey, Set<CodeStub> ? tags}) -
CryptoActorStub.fromJSON(Map<
String, dynamic> data) -
factory
Properties
-
aesExchangeKeys
↔ Map<
SpkiHexString, Map< String, Map< >AesExchangeKeyEncryptionKeypairIdentifier, HexString> > -
getter/setter pairoverride
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hcPartyKeys
↔ Map<
String, List< HexString> > -
getter/setter pairoverride
- id ↔ String
-
getter/setter pairoverride-getter
-
privateKeyShamirPartitions
↔ Map<
String, HexString> -
getter/setter pairoverride
- publicKey ↔ SpkiHexString?
-
getter/setter pairoverride
-
publicKeysForOaepWithSha256
↔ Set<
SpkiHexString> -
getter/setter pairoverride
- rev ↔ String
-
getter/setter pairoverride-getter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
getter/setter pairoverride
-
transferKeys
↔ Map<
AesExchangeKeyEncryptionKeypairIdentifier, Map< AesExchangeKeyEncryptionKeypairIdentifier, HexString> > -
getter/setter pairoverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode(
CryptoActorStub value) → Map< String, dynamic> -
override