CryptoActorStub class abstract

Implemented types
Annotations
  • @freezed

Constructors

CryptoActorStub.new({required String id, required String rev, @Default({}) Map<String, List<HexString>> hcPartyKeys, @Default({}) Map<AesExchangeKeyEntryKeyString, Map<String, Map<AesExchangeKeyEncryptionKeypairIdentifier, HexString>>> aesExchangeKeys, @Default({}) Map<AesExchangeKeyEncryptionKeypairIdentifier, Map<AesExchangeKeyEncryptionKeypairIdentifier, HexString>> transferKeys, @Default({}) Map<String, HexString> privateKeyShamirPartitions, @Default(null) CardinalRsaPublicKey? publicKey, required Set<CardinalRsaPublicKey> publicKeysForOaepWithSha256, @Default(null) String? parentId, @Default(null) Set<DecryptedPropertyStub>? cryptoActorProperties})
const
factory

Properties

aesExchangeKeys Map<AesExchangeKeyEntryKeyString, Map<String, Map<AesExchangeKeyEncryptionKeypairIdentifier, HexString>>>
no setterinherited
copyWith → $CryptoActorStubCopyWith<CryptoActorStub>
Create a copy of CryptoActorStub with the given fields replaced by the non-null parameter values.
no setterinherited
cryptoActorProperties Set<DecryptedPropertyStub>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hcPartyKeys Map<String, List<HexString>>
no setterinherited
id String
no setterinherited
parentId String?
no setterinherited
privateKeyShamirPartitions Map<String, HexString>
no setterinherited
publicKey CardinalRsaPublicKey?
no setterinherited
publicKeysForOaepWithSha256 Set<CardinalRsaPublicKey>
no setterinherited
rev String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transferKeys Map<AesExchangeKeyEncryptionKeypairIdentifier, Map<AesExchangeKeyEncryptionKeypairIdentifier, HexString>>
no setterinherited

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