SigningBlockDecoder class

Constructors

SigningBlockDecoder(File file)

Properties

directory ↔ ZipDirectory
getter/setter pairinherited
file File
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zipDirectory ↔ ZipDirectory
getter/setter pair

Methods

checkMagicNumber() → void
decodeBuffer(InputStreamBase input, {bool verify = false, String? password}) → Archive
inherited
decodeBytes(List<int> data, {bool verify = false, String? password}) → Archive
inherited
extractMessageBlock(int start, int expectedBlockLength) int
extractPublicKeyBlock(int start, int expectedBlockLength) int
extractSignatureBlock(int start, int expectedBlockLength) int
extractSigningBlocks() → void
extractSubBlockBody(int start, int end) → void
getDirectory() → void
getResult([bool pubKey = false]) SigningBlockResultList
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

Constants

blockMagicNumber → const String