CryptoActor class abstract interface

Implemented types
Implementers

Properties

aesExchangeKeys Map<SpkiHexString, Map<String, Map<AesExchangeKeyEncryptionKeypairIdentifier, HexString>>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hcPartyKeys Map<String, List<HexString>>
getter/setter pair
id String
no setterinherited
privateKeyShamirPartitions Map<String, HexString>
getter/setter pair
publicKey SpkiHexString?
getter/setter pair
publicKeysForOaepWithSha256 Set<SpkiHexString>
getter/setter pair
rev String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Set<CodeStub>
getter/setter pairinherited
transferKeys Map<AesExchangeKeyEncryptionKeypairIdentifier, Map<AesExchangeKeyEncryptionKeypairIdentifier, HexString>>
getter/setter pair

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(CryptoActor value) Map<String, dynamic>
fromJSON(Map<String, dynamic> data) CryptoActor