EncryptedCID class

Constructors

EncryptedCID({required Multihash encryptedBlobHash, required CID originalCID, required Uint8List encryptionKey, required int padding, required int chunkSizeAsPowerOf2, required int encryptionAlgorithm})
EncryptedCID.decode(String cid)
factory
EncryptedCID.fromBytes(Uint8List bytes)
factory

Properties

chunkSize int
no setter
chunkSizeAsPowerOf2 int
final
encryptedBlobHash Multihash
final
encryptionAlgorithm int
final
encryptionKey Uint8List
final
hashCode int
The hash code for this object.
no setterinherited
originalCID CID
final
padding int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBase32() String
inherited
toBase58() String
inherited
toBase64Url() String
inherited
toBytes() Uint8List
toHex() String
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited