SigningBlockEncoder class
Constructors
- SigningBlockEncoder.create({required Uint8List message, required Uint8List signature, required PublicKey publicKey, int algoId = 0x0201})
Properties
- filenameEncoding → Encoding
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- password → String?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signingBlock ↔ ZipSigningBlock
-
latefinal
Methods
-
addFile(
ArchiveFile file, {bool autoClose = true}) → void -
inherited
-
encode(
Archive archive, {int level = Deflate.BEST_SPEED, OutputStreamBase? output, DateTime? modified, bool autoClose = false}) → List< int> ? -
inherited
-
endEncode(
{String? comment = ''}) → void -
inherited
-
getFileCrc32(
ArchiveFile file) → int -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startEncode(
OutputStreamBase? output, {int? level = Deflate.BEST_SPEED, DateTime? modified}) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
writeBlock(
OutputStreamBase output) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited